Fix find option order. Minor spec cleanup to more closely match cpanspec

output.
epel9
Steven Pritchard 19 years ago
parent b635a4a182
commit da9a7903d1

@ -1 +0,0 @@
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild

@ -1,11 +1,11 @@
Name: perl-Crypt-DES Name: perl-Crypt-DES
Version: 2.05 Version: 2.05
Release: 2%{?dist} Release: 3%{?dist}
Summary: DES encryption module Summary: Perl DES encryption module
License: BSD-style License: BSD-style
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Crypt-DES/ URL: http://search.cpan.org/dist/Crypt-DES/
Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-DES-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::CBC)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -27,7 +27,7 @@ make pure_install PERL_INSTALL_ROOT=$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 -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
@ -40,11 +40,15 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYRIGHT README %doc COPYRIGHT README
%{perl_vendorarch}/auto/Crypt/ %{perl_vendorarch}/auto/*
%{perl_vendorarch}/Crypt/ %{perl_vendorarch}/Crypt*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 2.05-3
- Fix find option order.
- Minor spec cleanup to more closely match cpanspec output.
* Sat Feb 18 2006 Steven Pritchard <steve@kspei.com> 2.05-2 * Sat Feb 18 2006 Steven Pritchard <steve@kspei.com> 2.05-2
- Rebuild. - Rebuild.

Loading…
Cancel
Save