rpms/gnome-applets/devel gweather-pc.patch, NONE, 1.1 gnome-applets.spec, 1.242, 1.243

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sat Sep 22 05:57:35 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gnome-applets/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12945

Modified Files:
	gnome-applets.spec 
Added Files:
	gweather-pc.patch 
Log Message:
fix gweather.pc file


gweather-pc.patch:

--- NEW FILE gweather-pc.patch ---
diff -up gnome-applets-2.20.0/libgweather/gweather.pc.in.gweather-pc gnome-applets-2.20.0/libgweather/gweather.pc.in
--- gnome-applets-2.20.0/libgweather/gweather.pc.in.gweather-pc	2007-09-22 01:32:03.000000000 -0400
+++ gnome-applets-2.20.0/libgweather/gweather.pc.in	2007-09-22 01:32:14.000000000 -0400
@@ -7,5 +7,5 @@ Name: GWeather
 Description: GWeather shared library
 Version: @VERSION@
 Requires: gtk+-2.0, gnome-vfs-2.0
-Libs: -L${libdir}
+Libs: -L${libdir} -lgweather
 Cflags: -I${includedir}


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- gnome-applets.spec	20 Sep 2007 00:17:15 -0000	1.242
+++ gnome-applets.spec	22 Sep 2007 05:57:00 -0000	1.243
@@ -34,7 +34,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	2.20.0
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Epoch:          1
 License:	GPLv2+ and GFDL+
 Group:          User Interface/Desktops
@@ -62,6 +62,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=478485 includes the above
 Patch35:	gnome-applets-2.20.0-mixer-out-of-sync.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=479172
+Patch36:	gweather-pc.patch
+
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  gtk2-devel >= %{gtk2_version}
 BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
@@ -161,6 +164,7 @@
 pushd mixer/
 %patch35 -p0 -b .mixer-sync
 popd
+%patch36 -p1 -b .gweather-pc
 
 cp gswitchit/gswitchit-applet.png  gswitchit/gswitchit-properties-capplet.png
 
@@ -338,6 +342,9 @@
 %{_libdir}/libgweather.so
 
 %changelog
+* Sat Sep 22 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.20.0-3
+- Make the gweather.pc file less useless
+
 * Thu Sep 20 2007 - Bastien Nocera <bnocera at redhat.com> - 1:2.20.0-2
 - Add patch to avoid the volume scale getting out-of sync with the 
   real hardware volume




More information about the fedora-extras-commits mailing list