rpms/gaim/FC-3 gaim.spec,1.62,1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 12 01:37:25 UTC 2005


Author: wtogami

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

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/FC-3/gaim.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- gaim.spec	12 Jul 2005 00:21:37 -0000	1.62
+++ gaim.spec	12 Jul 2005 01:37:18 -0000	1.63
@@ -13,7 +13,7 @@
 
 Name:		gaim
 Version:	1.4.0
-Release:	3.fc3
+Release:	4.fc3
 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