rpms/pidgin/devel pidgin.spec, 1.89, 1.90 pidgin-NOT-UPSTREAM-2.6.0-reread-resolvconf.patch, 1.1, NONE

Stu Tomlinson nosnilmot at fedoraproject.org
Thu Aug 6 20:00:18 UTC 2009


Author: nosnilmot

Update of /cvs/extras/rpms/pidgin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23344

Modified Files:
	pidgin.spec 
Removed Files:
	pidgin-NOT-UPSTREAM-2.6.0-reread-resolvconf.patch 
Log Message:
Drop patch to re-read resolv.conf, upstream implemented something equivalent,
and don't package non-plugin symlinks to libraries the real plugins are
linked to.



Index: pidgin.spec
===================================================================
RCS file: /cvs/extras/rpms/pidgin/devel/pidgin.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -p -r1.89 -r1.90
--- pidgin.spec	4 Aug 2009 18:42:54 -0000	1.89
+++ pidgin.spec	6 Aug 2009 20:00:18 -0000	1.90
@@ -114,8 +114,7 @@ Source2:        one_time_password.c
 
 
 ## Patches 0-99: Fedora specific or upstream wont accept
-Patch0: pidgin-NOT-UPSTREAM-2.6.0-reread-resolvconf.patch
-Patch1: pidgin-NOT-UPSTREAM-2.5.2-rhel4-sound-migration.patch
+Patch0: pidgin-NOT-UPSTREAM-2.5.2-rhel4-sound-migration.patch
 
 ## Patches 100+: To be Included in Future Upstream
 
@@ -370,9 +369,8 @@ Doxygen generated API documentation.
 echo "FEDORA=%{fedora} RHEL=%{rhel}"
 %setup -q -n pidgin-2.6.0devel
 ## Patches 0-99: Fedora specific or upstream wont accept
-%patch0 -p1 -b .resolv
 %if %{force_sound_aplay}
-%patch1 -p1 -b .aplay
+%patch0 -p1 -b .aplay
 %endif
 
 ## Patches 100+: To be Included in Future Upstream
@@ -465,6 +463,11 @@ install -m 644 prefs.xml $RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
 
+# remove non-plugin unrequired library symlinks
+rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/liboscar.so
+rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/libjabber.so
+rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/libymsg.so
+
 # 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/*


--- pidgin-NOT-UPSTREAM-2.6.0-reread-resolvconf.patch DELETED ---




More information about the fedora-extras-commits mailing list