rpms/libgpod/devel .cvsignore, 1.9, 1.10 libgpod.spec, 1.34, 1.35 sources, 1.10, 1.11 0001-Make-the-temporary-mount-point-configurable.patch, 1.1, NONE

Todd Zullinger tmz at fedoraproject.org
Tue Jun 15 15:45:35 UTC 2010


Author: tmz

Update of /cvs/pkgs/rpms/libgpod/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10320

Modified Files:
	.cvsignore libgpod.spec sources 
Removed Files:
	0001-Make-the-temporary-mount-point-configurable.patch 
Log Message:
Update to 0.7.93

- Drop upstreamed mount-dir location patch
- Fix temp mount dir configure option typo
- Drop duplicate libimobiledevice-devel BR
- Remove pointless %{__$command} macros



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgpod/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	4 Mar 2010 14:54:31 -0000	1.9
+++ .cvsignore	15 Jun 2010 15:45:34 -0000	1.10
@@ -1 +1 @@
-libgpod-0.7.91.tar.gz
+libgpod-0.7.93.tar.gz


Index: libgpod.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgpod/devel/libgpod.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- libgpod.spec	13 Apr 2010 10:17:04 -0000	1.34
+++ libgpod.spec	15 Jun 2010 15:45:34 -0000	1.35
@@ -2,8 +2,8 @@
 
 Summary: Library to access the contents of an iPod
 Name: libgpod
-Version: 0.7.91
-Release: 3%{?dist}
+Version: 0.7.93
+Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtkpod.org/libgpod.html
@@ -25,14 +25,9 @@ BuildRequires: python-devel
 BuildRequires: python-mutagen
 BuildRequires: sg3_utils-devel
 BuildRequires: sqlite-devel
-BuildRequires: libimobiledevice-devel
 BuildRequires: swig
 Requires: udev
 
-# See http://www.redhat.com/archives/fedora-selinux-list/2009-January/msg00005.html
-Patch0: 0001-Make-the-temporary-mount-point-configurable.patch
-BuildRequires: automake autoconf libtool intltool
-
 %description
 Libgpod is a library to access the contents of an iPod. It supports playlists,
 smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc.
@@ -84,30 +79,27 @@ libgpod library.
 
 %prep
 %setup -q
-%patch0 -p1 -b .mount-dir
-autoreconf -f
 
 # remove execute perms on the python examples as they'll be installed in %doc
-%{__chmod} -x bindings/python/examples/*.py
+chmod -x bindings/python/examples/*.py
 
 
 %build
-%configure --without-hal --enable-udev --with-mount-dir=%{_localstatedir}/run/libgpod
-%{__make} %{?_smp_mflags}
+%configure --without-hal --enable-udev --with-temp-mount-dir=%{_localstatedir}/run/%{name}
+make %{?_smp_mflags}
 
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
 %find_lang %{name}
 
 # remove Makefiles from the python examples dir
-%{__rm} -rf bindings/python/examples/Makefile*
+rm -rf bindings/python/examples/Makefile*
 
-%{__mkdir_p} %{buildroot}/%{_localstatedir}/run/libgpod
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %post -p /sbin/ldconfig
@@ -119,15 +111,16 @@ autoreconf -f
 %doc AUTHORS ChangeLog COPYING NEWS README*
 %{_bindir}/*
 %{_libdir}/*.so.*
-%dir %{_localstatedir}/run/libgpod/
+%dir %{_localstatedir}/run/%{name}
 /lib/udev/iphone-set-info
 /lib/udev/ipod-set-info
-/lib/udev/rules.d/libgpod.rules
+/lib/udev/rules.d/*.rules
+
 
 %files devel
 %defattr(-, root, root, 0755)
 %{_includedir}/gpod-1.0/
-%{_libdir}/pkgconfig/libgpod-1.0.pc
+%{_libdir}/pkgconfig/%{name}-1.0.pc
 %exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
@@ -135,7 +128,7 @@ autoreconf -f
 
 %files doc
 %defattr(-, root, root, 0755)
-%{_datadir}/gtk-doc/html/libgpod
+%{_datadir}/gtk-doc/html/%{name}
 
 
 %files -n python-gpod
@@ -147,6 +140,13 @@ autoreconf -f
 
 
 %changelog
+* Tue Jun 15 2010 Todd Zullinger <tmz at pobox.com> - 0.7.93-1
+- Update to 0.7.93
+- Drop upstreamed mount-dir location patch
+- Fix temp mount dir configure option typo
+- Drop duplicate libimobiledevice-devel BR
+- Remove pointless %%{__$command} macros
+
 * Tue Apr 13 2010 Dan Horák <dan at danny.cz> - 0.7.91-3
 - rebuilt for sg3_utils 1.29
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgpod/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	4 Mar 2010 14:54:31 -0000	1.10
+++ sources	15 Jun 2010 15:45:34 -0000	1.11
@@ -1 +1 @@
-172c35369a7013bbf84917b31be758f3  libgpod-0.7.91.tar.gz
+7d8ce00d78de50cb2414260512201b46  libgpod-0.7.93.tar.gz


--- 0001-Make-the-temporary-mount-point-configurable.patch DELETED ---



More information about the scm-commits mailing list