rpms/perl-Crypt-DES_EDE3/devel perl-Crypt-DES_EDE3.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Sep 17 18:39:00 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Crypt-DES_EDE3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10444

Modified Files:
	perl-Crypt-DES_EDE3.spec 
Removed Files:
	needs.rebuild 
Log Message:
Canonicalize Source0 URL.
Fix find option order.



Index: perl-Crypt-DES_EDE3.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DES_EDE3/devel/perl-Crypt-DES_EDE3.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Crypt-DES_EDE3.spec	3 Feb 2006 02:50:22 -0000	1.2
+++ perl-Crypt-DES_EDE3.spec	17 Sep 2006 18:39:00 -0000	1.3
@@ -1,11 +1,11 @@
 Name:           perl-Crypt-DES_EDE3
 Version:        0.01
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Triple-DES EDE encryption/decryption module
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-DES_EDE3/
-Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-DES_EDE3-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Crypt::DES)
@@ -28,7 +28,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 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/*
 
@@ -48,6 +48,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.01-4
+- Canonicalize Source0 URL.
+- Fix find option order.
+
 * Thu Feb 02 2006 Steven Pritchard <steve at kspei.com> 0.01-3
 - Better Summary (BZ#168583).
 


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list