Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37634401
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-constant-lexical

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
# BEGIN SourceDeps(oneline):
BuildRequires: perl(Carp.pm) perl(Config.pm) perl(Exporter.pm) perl(ExtUtils/MakeMaker.pm) perl(Sub/Delete.pm) perl(base.pm) perl(threads.pm) perl(threads/shared.pm) perl(Lexical/Sub.pm)
# END SourceDeps(oneline)
%define module_name constant-lexical
BuildRequires: rpm-build-perl perl-devel perl-podlators

Name: perl-%module_name
Version: 2.0003
Release: alt1
Summary: Perl pragma to declare lexical compile-time constants
Group: Development/Perl
License: perl
Url: %CPAN %module_name

Source0: http://www.cpan.org/authors/id/S/SP/SPROUT/%{module_name}-%{version}.tar.gz
Patch: constant-lexical-2.0003-alt-fix-build.patch

%description
This module creates compile-time constants in the manner of.constant.pm, but makes them local to the enclosing scope.


%prep
%setup -q -n %{module_name}-%{version}

if [ %version == 2.0003 ]; then
%patch -p1
cp xs/*.xs .
fi

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes
%perl_vendor_archlib/c*
%perl_vendor_autolib/c*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin