rpms/perl-Crypt-IDEA/F-17 perl-Crypt-IDEA.spec,1.7,1.8

Paul Howarth pghmcfc at rpmfusion.org
Wed May 2 11:04:39 CEST 2012


Author: pghmcfc

Update of /cvs/free/rpms/perl-Crypt-IDEA/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24863

Modified Files:
	perl-Crypt-IDEA.spec 
Log Message:
- Spec clean-up:
  - Don't need to remove empty directories from buildroot
  - Drop %defattr, redundant since rpm 4.4



Index: perl-Crypt-IDEA.spec
===================================================================
RCS file: /cvs/free/rpms/perl-Crypt-IDEA/F-17/perl-Crypt-IDEA.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Crypt-IDEA.spec	19 Feb 2012 21:45:32 -0000	1.7
+++ perl-Crypt-IDEA.spec	2 May 2012 09:04:39 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:	Perl interface to IDEA block cipher
 Name:		perl-Crypt-IDEA
 Version:	1.08
-Release:	8%{?dist}
+Release:	9%{?dist}
 License:	BSD with advertising
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Crypt-IDEA/
@@ -42,7 +42,6 @@
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -52,13 +51,17 @@
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc COPYRIGHT changes
 %{perl_vendorarch}/Crypt/
 %{perl_vendorarch}/auto/Crypt/
 %{_mandir}/man3/Crypt::IDEA.3pm*
 
 %changelog
+* Wed May  2 2012 Paul Howarth <paul at city-fan.org> - 1.08-9
+- Spec clean-up:
+  - Don't need to remove empty directories from buildroot
+  - Drop %%defattr, redundant since rpm 4.4
+
 * Thu Feb 16 2012 Paul Howarth <paul at city-fan.org> - 1.08-8
 - Spec clean-up:
   - Don't use macros for commands


More information about the rpmfusion-commits mailing list