rpms/gmyth/devel gmyth-upnp-pkgconfig.patch, NONE, 1.1 gmyth.spec, 1.7, 1.8

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Sun May 18 15:37:14 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gmyth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3085

Modified Files:
	gmyth.spec 
Added Files:
	gmyth-upnp-pkgconfig.patch 
Log Message:
* Sun May 18 2008 - Bastien Nocera <bnocera at redhat.com> - 0.7.1-4
- Fix the gmyth-upnp pkgconfig file


gmyth-upnp-pkgconfig.patch:

--- NEW FILE gmyth-upnp-pkgconfig.patch ---
--- gmyth-upnp.pc.in.pkgconfig	2007-01-10 22:47:28.000000000 +0000
+++ gmyth-upnp.pc.in	2008-05-18 15:35:52.000000000 +0100
@@ -5,8 +5,8 @@ includedir=@includedir@
 
 Name: gmyth-upnp
 Description: Myth TV upnp library based upon GLib/GObject paradigm
-Version: @VERSION@
-Requires: gobject-2.0 glib-2.0 clinkc
+Version: 0.7.1
+Requires: gobject-2.0 glib-2.0 libupnp
 
 Libs: @LIBGMYTH_LIBS@ -L${libdir} -lgmythupnp
 Cflags: @LIBGMYTH_CFLAGS@ -I${includedir}/gmyth-upnp


Index: gmyth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmyth/devel/gmyth.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gmyth.spec	18 May 2008 14:20:32 -0000	1.7
+++ gmyth.spec	18 May 2008 15:36:25 -0000	1.8
@@ -3,11 +3,12 @@
 Summary: MythTV remote access libraries
 Name: gmyth
 Version: 0.7.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1: http://downloads.sourceforge.net/%{name}/gmyth-upnp_%{gmyth_upnp_version}.tar.gz
+Patch0: gmyth-upnp-pkgconfig.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://gmyth.sf.net
 BuildRequires: mysql-devel curl-devel libxml2-devel glib2-devel libupnp-devel
@@ -32,6 +33,9 @@
 %prep
 %setup -q
 tar xvzf %{SOURCE1}
+pushd gmyth-upnp
+%patch0 -p0 -b .pkgconfig
+popd
 
 %build
 %configure
@@ -76,6 +80,9 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun May 18 2008 - Bastien Nocera <bnocera at redhat.com> - 0.7.1-4
+- Fix the gmyth-upnp pkgconfig file
+
 * Sun May 18 2008 - Bastien Nocera <bnocera at redhat.com> - 0.7.1-3
 - Add gmyth-upnp to the package
 




More information about the fedora-extras-commits mailing list