Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
perl-autodie
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Difference Between Revision 1 and
devel:perl
/
perl-autodie
[-]
[+]
Changed
perl-autodie.changes
@@ -1,14 +1,4 @@ ------------------------------------------------------------------- -Mon Dec 29 18:28:41 UTC 2014 - cs@linux-administrator.com - -- update to release 2.26 - -------------------------------------------------------------------- -Wed Dec 1 13:30:43 UTC 2010 - coolo@novell.com - -- switch to perl_requires macro - -------------------------------------------------------------------- Sun May 9 17:56:35 UTC 2010 - lars@linux-schulserver.de - initial version 2.10
[-]
[+]
Changed
perl-autodie.spec
^
@@ -10,13 +10,16 @@ Url: http://search.cpan.org/perldoc?autodie Group: Development/Libraries/Perl License: Artistic License -Version: 2.26 +Version: 2.10 Release: 1 Source: %{cpan_name}-%{version}.tar.bz2 BuildRequires: perl-macros -Requires: perl-parent +Requires: perl = %{perl_version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} + +%if 0%{?centos_version} || 0%{?fedora_version} || 0%{?rhel_version} +BuildRequires: perl-macros +%endif %description The autodie pragma provides a convenient way to replace functions that normally @@ -40,43 +43,25 @@ find . -type f -exec chmod -x {} \; %build -%{__perl} Makefile.PL INSTALLDIRS="vendor" # PREFIX="%{buildroot}%{_prefix}" -%{__make} %{?_smp_mflags} +perl Makefile.PL +make %{?jobs:-j%jobs} -%install -%{__rm} -rf %{buildroot} -%__make DESTDIR=%{buildroot} install +%check +make test -# cleanup -%{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod \ - %{buildroot}%{perl_vendorarch}/auto/autodie/.packlist +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist +%if 0%{?centos_version} || 0%{?fedora_version} || 0%{?rhel_version} +%{__rm} -rf %{buildroot}%{perl_vendorarch}/auto/*{,/*{,/*}}/.packlist +%endif %clean rm -rf %{buildroot} -%files +%files -f %{name}.files %defattr(-, root, root) -%doc Changes README.md MANIFEST -%dir %{perl_vendorlib}/autodie -%dir %{perl_vendorlib}/autodie/Scope -%dir %{perl_vendorlib}/autodie/exception -%{perl_vendorlib}/Fatal.pm -%{perl_vendorlib}/autodie.pm -%{perl_vendorlib}/autodie/Scope/Guard.pm -%{perl_vendorlib}/autodie/Scope/GuardStack.pm -%{perl_vendorlib}/autodie/ScopeUtil.pm -%{perl_vendorlib}/autodie/exception.pm -%{perl_vendorlib}/autodie/exception/system.pm -%{perl_vendorlib}/autodie/hints.pm -%{perl_vendorlib}/autodie/skip.pm -%{_mandir}/man3/Fatal.3pm.gz -%{_mandir}/man3/autodie.3pm.gz -%{_mandir}/man3/autodie::Scope::Guard.3pm.gz -%{_mandir}/man3/autodie::Scope::GuardStack.3pm.gz -%{_mandir}/man3/autodie::ScopeUtil.3pm.gz -%{_mandir}/man3/autodie::exception.3pm.gz -%{_mandir}/man3/autodie::exception::system.3pm.gz -%{_mandir}/man3/autodie::hints.3pm.gz -%{_mandir}/man3/autodie::skip.3pm.gz +%doc Changes README MANIFEST %changelog
Deleted
autodie-2.26.tar.bz2
^