rpms/perl-Crypt-DES/EL-4 perl-Crypt-DES.spec,1.1,1.2

Steven Pritchard steve at fedoraproject.org
Tue Feb 26 20:43:29 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/perl-Crypt-DES/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2507

Modified Files:
	perl-Crypt-DES.spec 
Log Message:
Sync with EL-5 branch.


Index: perl-Crypt-DES.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-DES/EL-4/perl-Crypt-DES.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Crypt-DES.spec	3 Feb 2006 01:50:55 -0000	1.1
+++ perl-Crypt-DES.spec	26 Feb 2008 20:42:55 -0000	1.2
@@ -1,11 +1,11 @@
 Name:           perl-Crypt-DES
 Version:        2.05
-Release:        1%{?dist}
-Summary:        DES encryption module
+Release:        3%{?dist}
+Summary:        Perl DES encryption module
 License:        BSD-style
 Group:          Development/Libraries
 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)
 BuildRequires:  perl(Crypt::CBC)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -27,7 +27,7 @@
 
 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 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/*
 
@@ -40,11 +40,18 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYRIGHT README
-%{perl_vendorarch}/auto/Crypt/
-%{perl_vendorarch}/Crypt/
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Crypt*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 28 2006 Steven Pritchard <steve at 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 at kspei.com> 2.05-2
+- Rebuild.
+
 * Thu Feb 02 2006 Steven Pritchard <steve at kspei.com> 2.05-1
 - Update to 2.05.
 - Drop explicit Requires: perl(Crypt::CBC).




More information about the Fedora-perl-devel-list mailing list