Name: ipod-sharp Version: 0.6.3 Release: 3%{?dist} Summary: Support for high level features of Apple's iPod Group: Development/Libraries License: LGPL URL: http://banshee-project.org/Subprojects/Ipod-sharp Source0: http://banshee-project.org/files/ipod-sharp/%{name}-%{version}.tar.gz Patch0: ipod-sharp-0.5.15-monodir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libipoddevice-devel BuildRequires: mono-devel BuildRequires: gtk-sharp2-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. %prep %setup -q %patch0 -p1 -b .monodir %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} %configure --disable-docs make %{?_smp_mflags} %install %{__rm} -rf ${RPM_BUILD_ROOT} 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} %files %defattr(-,root,root,-) %doc COPYING %{_libdir}/pkgconfig/ipod-sharp.pc %{_libdir}/pkgconfig/ipod-sharp-ui.pc %dir %{_libdir}/ipod-sharp %{_libdir}/ipod-sharp/ipod-sharp.dll %{_libdir}/ipod-sharp/ipod-sharp-ui.dll %{_prefix}/lib/ipod-sharp/ipod-sharp-firmware.dll %changelog * Sun May 06 2007 Paulo Roma 0.6.3-3 - Updated to 0.6.3 * Mon Aug 28 2006 Christopher Aillon 0.5.15-3 - Rebuild against newer mono stack * Fri Mar 3 2006 Christopher Aillon 0.5.15-2 - Build on 64bit platforms * Tue Feb 21 2006 Christopher Aillon 0.5.15-1 - Initial RPM