rpms/gai/devel gai.spec,1.30,1.31

Michael Schwendt mschwendt at fedoraproject.org
Tue Feb 3 16:50:42 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/gai/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8287

Modified Files:
	gai.spec 
Log Message:
* Tue Feb  3 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.5.10-17
- Patch to make build with gnome-panel >= 2.25, which drops the
  libgnomeui-2.0 dependency from libpanelapplet-2.0.pc



Index: gai.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gai/devel/gai.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- gai.spec	13 Dec 2008 19:32:31 -0000	1.30
+++ gai.spec	3 Feb 2009 16:50:12 -0000	1.31
@@ -1,6 +1,6 @@
 Name:		gai
 Version:	0.5.10
-Release:	16%{?dist}
+Release:	17%{?dist}
 Summary:	Generic Applet Interface
 
 Group:		User Interface/Desktops
@@ -12,6 +12,8 @@
 Patch2:		gai-0.5.10-xorg.patch
 Patch3:		gai-0.5.10-build.patch
 Patch4:		gai-0.5.10-exit.patch
+# work around the dropped libgnomeui-2.0 dependency in libpanelapplet-2.0.pc
+Patch5:     gai-0.5.10-gnome-panel-2.25.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libgnomeui-devel, gnome-panel-devel
@@ -44,6 +46,7 @@
 %patch2 -p1 -b .xorg
 %patch3 -p1 -b .build
 %patch4 -p1 -b .exit
+%patch5 -p1 -b .gnome-panel-2.25
 
 %build
 export CFLAGS="-fPIC $RPM_OPT_FLAGS"
@@ -74,6 +77,10 @@
 %{_libdir}/libgai.so
 
 %changelog
+* Tue Feb  3 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.5.10-17
+- Patch to make build with gnome-panel >= 2.25, which drops the
+  libgnomeui-2.0 dependency from libpanelapplet-2.0.pc
+
 * Sat Dec 13 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.5.10-16
 - Rebuild to get automatic pkgconfig(..) Requires.
 




More information about the scm-commits mailing list