rpms/perl-Image-ExifTool/devel perl-Image-ExifTool.spec,1.16,1.17

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed May 28 16:03:43 UTC 2008


Author: spot

Update of /cvs/extras/rpms/perl-Image-ExifTool/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12611/devel

Modified Files:
	perl-Image-ExifTool.spec 
Log Message:
get rid of empty arch-specific directories (bz 448744)


Index: perl-Image-ExifTool.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/perl-Image-ExifTool.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- perl-Image-ExifTool.spec	25 Apr 2008 20:06:24 -0000	1.16
+++ perl-Image-ExifTool.spec	28 May 2008 16:02:32 -0000	1.17
@@ -1,6 +1,6 @@
 Name:		perl-Image-ExifTool
 Version:	7.25
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL+ or Artistic
 Group:		Applications/Multimedia
 Summary:	Utility for reading and writing image meta info
@@ -36,6 +36,10 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
+# Somehow, these empty directories are getting created.
+# Delete them.
+rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/*-linux-thread-multi
+
 %check
 make test
 
@@ -46,11 +50,15 @@
 %defattr(-,root,root,-)
 %doc README Changes
 %{_bindir}/exiftool
-%{perl_vendorlib}/*
+%{perl_vendorlib}/File/
+%{perl_vendorlib}/Image/
 %{_mandir}/man1/*.1*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed May 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> 7.25-2
+- get rid of empty arch-specific directories (bz 448744)
+
 * Fri Apr 25 2008 Tom "spot" Callaway <tcallawa at redhat.com> 7.25-1
 - update to 7.25
 




More information about the scm-commits mailing list