rpms/ipod-sharp/F-8 ipod-sharp.spec,1.10,1.11

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Mon Jul 14 12:23:36 UTC 2008


Author: nigelj

Update of /cvs/pkgs/rpms/ipod-sharp/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8521

Modified Files:
	ipod-sharp.spec 
Log Message:
Bump to -3 to push to updates


Index: ipod-sharp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipod-sharp/F-8/ipod-sharp.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ipod-sharp.spec	1 Apr 2008 07:45:15 -0000	1.10
+++ ipod-sharp.spec	14 Jul 2008 12:22:37 -0000	1.11
@@ -1,53 +1,53 @@
 Name:    ipod-sharp
 Version: 0.8.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Support for high level features of Apple's iPod
 
 Group:   Development/Libraries
 License: LGPLv2+
 URL:     http://banshee-project.org/Subprojects/Ipod-sharp
 Source0: http://banshee-project.org/files/ipod-sharp/%{name}-%{version}.tar.gz
-Patch0:  %{name}-%{version}-libdir.patch
+Patch0:  ipod-sharp-0.8.0-libdir.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # We only have mono on these arches:
 ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
 
-BuildRequires: libipoddevice-devel
 BuildRequires: podsleuth-devel
 BuildRequires: mono-devel
 BuildRequires: gtk-sharp2-devel
+BuildRequires: libipoddevice-devel
 BuildRequires: ndesk-dbus-glib-devel
 
 %description
 ipod-sharp provies support for high level features of Apple's iPod,
 like support for audio content, including reading and writing of the
-iTunes/iPod database, and syncing music. ipod-sharp also provides a
-CIL wrapper for libipoddevice.
+iTunes/iPod database, and syncing music.
 
 %package devel
 Summary: Development files for ipod-sharp
-Group: Development/Libraries 
-Requires: %{name} = %{version}-%{release} pkgconfig
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release} 
+Requires: pkgconfig
 
 %description devel
-Development files for podsleuth
+Development files for ipod-sharp
 
 %prep
 %setup -q
-
-#libdir madness
 %patch0 -p1 -b .libdir
 
 %build
+export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
 %configure --disable-docs
-
-# breaks with smp flag set
-make 
+# Breaks with smp make flag
+make
 
 %install
 %{__rm} -rf ${RPM_BUILD_ROOT}
-make DESTDIR=${RPM_BUILD_ROOT} install
+export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
+make install DESTDIR=${RPM_BUILD_ROOT} \
+             GACUTIL_FLAGS="/package %{name} /gacdir %{_libdir} /root ${RPM_BUILD_ROOT}%{_libdir}"
 
 %clean
 %{__rm} -rf ${RPM_BUILD_ROOT}
@@ -61,7 +61,11 @@
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/
 
+
 %changelog
+* Mon Jul 14 2008 Nigel Jones <dev at nigelj.com> - 0.8.0-3
+- Update for Fedora 8 based on the changes in Fedora 9
+
 * Tue Apr 01 2008 David Nielsen <gnomeuser at gmail.com> 0.8.0-2
 - BR ndesk-dbus-glib instead of ndesk-dbus
 




More information about the fedora-extras-commits mailing list