epel9
Petr Písař 12 years ago
parent c696760294
commit 86ff1ac774

1
.gitignore vendored

@ -1,2 +1,3 @@
Class-Unload-0.06.tar.gz Class-Unload-0.06.tar.gz
/Class-Unload-0.07.tar.gz /Class-Unload-0.07.tar.gz
/Class-Unload-0.08.tar.gz

@ -1,45 +1,53 @@
Name: perl-Class-Unload Name: perl-Class-Unload
Version: 0.07 Version: 0.08
Release: 7%{?dist} Release: 1%{?dist}
Summary: Unload given Class Summary: Unload given class
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Class-Unload/ URL: http://search.cpan.org/dist/Class-Unload/
Source0: http://www.cpan.org/authors/id/I/IL/ILMARI/Class-Unload-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/I/IL/ILMARI/Class-Unload-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl >= 0:5.005 BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(Class::Inspector) BuildRequires: perl(Class::Inspector)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 # Tests:
BuildRequires: perl(base)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description %description
Unloads the given class by clearing out its symbol table and removing it Unloads the given class by clearing out its symbol table and removing it
from INC. from %%INC.
%prep %prep
%setup -q -n Class-Unload-%{version} %setup -q -n Class-Unload-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=perl perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
make test make test
%files %files
%defattr(-,root,root,-) %doc Changes LICENSE README
%doc Changes README %{perl_vendorlib}/*
%{perl_privlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed May 29 2013 Petr Pisar <ppisar@redhat.com> - 0.08-1
- 0.08 bump
- Move Perl modueles to vendor path
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-7 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

@ -1 +1 @@
c6a7fd628bf7a48c3374747257eb90ad Class-Unload-0.07.tar.gz 01f9d0ebc9a483beb2783e94a1fa540c Class-Unload-0.08.tar.gz

Loading…
Cancel
Save