rpms/gmyth/devel .cvsignore, 1.5, 1.6 gmyth.spec, 1.8, 1.9 sources, 1.5, 1.6 gmyth-upnp-pkgconfig.patch, 1.1, NONE

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri May 23 16:45:27 UTC 2008


Author: hadess

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

Modified Files:
	.cvsignore gmyth.spec sources 
Removed Files:
	gmyth-upnp-pkgconfig.patch 
Log Message:
* Fri May 23 2008 - Bastien Nocera <bnocera at redhat.com> - 0.7.1-5
- Update gmyth-upnp to 0.7.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gmyth/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	18 May 2008 14:20:32 -0000	1.5
+++ .cvsignore	23 May 2008 16:44:46 -0000	1.6
@@ -1,2 +1,2 @@
 gmyth-0.7.1.tar.gz
-gmyth-upnp_0.7-indt1.tar.gz
+gmyth-upnp_0.7.1.orig.tar.gz


Index: gmyth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmyth/devel/gmyth.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gmyth.spec	18 May 2008 15:36:25 -0000	1.8
+++ gmyth.spec	23 May 2008 16:44:46 -0000	1.9
@@ -1,14 +1,15 @@
-%define gmyth_upnp_version 0.7-indt1
+%define gmyth_upnp_version 0.7.1
 
 Summary: MythTV remote access libraries
 Name: gmyth
 Version: 0.7.1
-Release: 4%{?dist}
+Release: 5%{?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
+# Upstream is bad at pushing stuff to the sourceforge download
+# Source1: http://downloads.sourceforge.net/%{name}/gmyth-upnp_%{gmyth_upnp_version}.tar.gz
+Source1: http://ftp.debian.org/debian/pool/main/g/gmyth-upnp/gmyth-upnp_%{gmyth_upnp_version}.orig.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://gmyth.sf.net
 BuildRequires: mysql-devel curl-devel libxml2-devel glib2-devel libupnp-devel
@@ -33,16 +34,13 @@
 %prep
 %setup -q
 tar xvzf %{SOURCE1}
-pushd gmyth-upnp
-%patch0 -p0 -b .pkgconfig
-popd
 
 %build
 %configure
 make %{?_smp_mflags}
 chmod a-x gmyth/*.[ch]
 
-pushd gmyth-upnp
+pushd gmyth-upnp-%{gmyth_upnp_version}
 CFLAGS=-I`pwd`/../ PKG_CONFIG_PATH=`pwd`/.. %configure
 make %{?_smp_mflags} LDFLAGS=-L`pwd`/../gmyth/.libs/
 popd
@@ -50,12 +48,11 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-pushd gmyth-upnp
+pushd gmyth-upnp-%{gmyth_upnp_version}
 make install DESTDIR=$RPM_BUILD_ROOT
 popd
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
-mv $RPM_BUILD_ROOT/%{_bindir}/test $RPM_BUILD_ROOT/%{_bindir}/gmyth-upnp-test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,12 +71,15 @@
 %files devel
 %defattr(-,root,root)
 %{_includedir}/gmyth
-%{_includedir}/gmyth_upnp.h
+%{_includedir}/gmyth-upnp/gmyth_upnp.h
 %{_libdir}/libgmyth.so
 %{_libdir}/libgmythupnp.so
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri May 23 2008 - Bastien Nocera <bnocera at redhat.com> - 0.7.1-5
+- Update gmyth-upnp to 0.7.1
+
 * Sun May 18 2008 - Bastien Nocera <bnocera at redhat.com> - 0.7.1-4
 - Fix the gmyth-upnp pkgconfig file
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gmyth/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	18 May 2008 14:20:32 -0000	1.5
+++ sources	23 May 2008 16:44:46 -0000	1.6
@@ -1,2 +1,2 @@
 ab6b7525fd9c71cf5203f9e61abec0c3  gmyth-0.7.1.tar.gz
-29e58ea47e1548d70e4498cabca249a6  gmyth-upnp_0.7-indt1.tar.gz
+f569d565c9cb12d50e88d23a603c7fcb  gmyth-upnp_0.7.1.orig.tar.gz


--- gmyth-upnp-pkgconfig.patch DELETED ---




More information about the fedora-extras-commits mailing list