rpms/gaim/devel gaim.spec,1.90,1.91

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 12 01:08:26 UTC 2005


Author: wtogami

Update of /cvs/dist/rpms/gaim/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4542

Modified Files:
	gaim.spec 
Log Message:
Do not own perl dir, remove empty files (#162994 jpo)



Index: gaim.spec
===================================================================
RCS file: /cvs/dist/rpms/gaim/devel/gaim.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- gaim.spec	11 Jul 2005 22:35:40 -0000	1.90
+++ gaim.spec	12 Jul 2005 01:08:21 -0000	1.91
@@ -13,7 +13,7 @@
 
 Name:		gaim
 Version:	1.4.0
-Release:	3.fc5
+Release:	4.fc5
 Epoch:		1
 License:	GPL
 Group:		Applications/Internet
@@ -162,6 +162,11 @@
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gaim/
 install -m 644 prefs.xml $RPM_BUILD_ROOT%{_sysconfdir}/gaim/prefs.xml
 
+%if %{perl_integration}
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
+%endif
+
 # make sure that we can write to all the files we've installed
 # so that they are properly stripped
 chmod -R u+w $RPM_BUILD_ROOT/*
@@ -197,12 +202,14 @@
 %{_sysconfdir}/gaim/prefs.xml
 %dir %{_sysconfdir}/gaim
 %if %{perl_integration}
-%{_libdir}/perl5/vendor_perl/*/*/*
+%{perl_vendorarch}/Gaim*
+%{perl_vendorarch}/auto/Gaim/
 %endif
 
 %changelog
-* Mon Jul 11 2005 Warren Togami <wtogami at redhat.com> 1:1.4.0-3
+* Mon Jul 11 2005 Warren Togami <wtogami at redhat.com> 1:1.4.0-4
 - 149: MSN username with space disconnect fix
+- Do not own perl dir, remove empty files (#162994 jpo)
 
 * Sun Jul 10 2005 Warren Togami <wtogami at redhat.com> 1:1.4.0-2
 - 148: AIM login crash fix




More information about the fedora-cvs-commits mailing list