Name: ipod-sharp Version: 0.5.15 Release: 1 Summary: Support for high level features of Apple's iPod Group: Development/Libraries License: GPL URL: http://banshee-project.org/Subprojects/Ipod-sharp Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libipoddevice-devel BuildRequires: mono-devel BuildRequires: gtk-sharp2 %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 %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 ipod-sharp /gacdir %{_prefix}/lib /root ${RPM_BUILD_ROOT}%{_prefix}/lib" %clean %{__rm} -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root,-) %{_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 %changelog * Tue Feb 21 2006 Christopher Aillon 0.5.15-1 - Initial RPM