rpms/perl-Authen-DigestMD5/devel perl-Authen-DigestMD5.spec, 1.2, 1.3

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Mar 8 09:43:01 UTC 2007


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Authen-DigestMD5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9917

Modified Files:
	perl-Authen-DigestMD5.spec 
Log Message:
Add buildreq of perl-devel for Fedora 7 onwards


Index: perl-Authen-DigestMD5.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Authen-DigestMD5/devel/perl-Authen-DigestMD5.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Authen-DigestMD5.spec	29 Aug 2006 16:31:46 -0000	1.2
+++ perl-Authen-DigestMD5.spec	8 Mar 2007 09:42:28 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:	SASL DIGEST-MD5 authentication (RFC2831)
 Name:		perl-Authen-DigestMD5
 Version:	0.04
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Authen-DigestMD5/
@@ -9,6 +9,9 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
+%if 0%{?fedora} > 6
+BuildRequires:	perl-devel
+%endif
 
 %description
 This module supports DIGEST-MD5 SASL authentication as defined in RFC-2831.
@@ -35,7 +38,7 @@
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 # Get rid of sample code that introduces additional dep on perl(OpenLDAP)
@@ -45,12 +48,16 @@
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc Changes README digest-md5-auth.pl
 %{perl_vendorlib}/Authen/
 %{_mandir}/man3/Authen::DigestMD5.3pm*
 
 %changelog
+* Thu Mar  8 2007 Paul Howarth <paul at city-fan.org> 0.04-3
+- Add buildreq of perl-devel for Fedora 7 onwards
+- Fix argument order for find with -depth
+
 * Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 0.04-2
 - FE6 mass rebuild
 




More information about the fedora-extras-commits mailing list