SPECS: dotnet-ipod-sharp.spec - added dep patch: podsleuth is just...

qboosh qboosh at pld-linux.org
Sat Jan 12 15:24:40 CET 2008


Author: qboosh                       Date: Sat Jan 12 14:24:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added dep patch: podsleuth is just runtime dependency (added as S to allow development w/o udev)
- deps cleanup

---- Files affected:
SPECS:
   dotnet-ipod-sharp.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/dotnet-ipod-sharp.spec
diff -u SPECS/dotnet-ipod-sharp.spec:1.9 SPECS/dotnet-ipod-sharp.spec:1.10
--- SPECS/dotnet-ipod-sharp.spec:1.9	Thu Jan 10 16:26:22 2008
+++ SPECS/dotnet-ipod-sharp.spec	Sat Jan 12 15:24:35 2008
@@ -10,15 +10,17 @@
 Group:		Libraries
 Source0:	http://banshee-project.org/files/ipod-sharp/ipod-sharp-%{version}.tar.gz
 # Source0-md5:	ecb58c18599035fca34935a1287584f3
+Patch0:		%{name}-dep.patch
 URL:		http://banshee-project.org/Subprojects/Ipod-sharp
 BuildRequires:	autoconf >= 2.50
-BuildRequires:	automake
+BuildRequires:	automake >= 1:1.9
 BuildRequires:	dotnet-gtk-sharp2-devel >= 2.0
-BuildRequires:	libtool
+BuildRequires:	dotnet-ndesk-dbus-sharp-devel
+BuildRequires:	dotnet-ndesk-dbus-glib-sharp-devel
 BuildRequires:	mono-csharp >= 1.1.16.1
 BuildRequires:	pkgconfig
-BuildRequires:	podsleuth
 BuildRequires:	rpmbuild(monoautodeps)
+Suggests:	podsleuth >= 0.6.1
 ExcludeArch:	i386
 # can't be noarch because of pkgconfigdir (use /usr/share/pkgconfig?)
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,14 +38,13 @@
 udostępnia także wrapper CIL dla libipoddevice.
 
 %prep
-%setup -qn ipod-sharp-%{version}
+%setup -q -n ipod-sharp-%{version}
+%patch0 -p1
 
 %build
-%{__libtoolize}
 %{__aclocal} -I .
 %{__autoconf}
 %{__automake}
-echo foo
 %configure
 
 %{__make} -j1
@@ -61,8 +62,10 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %{_prefix}/lib/ipod-sharp
+#%files devel
 %{_pkgconfigdir}/ipod-sharp.pc
 %{_pkgconfigdir}/ipod-sharp-ui.pc
+#%{_libdir}/monodoc/sources/ipod-sharp-docs.*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -70,6 +73,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2008-01-12 14:24:35  qboosh
+- added dep patch: podsleuth is just runtime dependency (added as S to allow development w/o udev)
+- deps cleanup
+
 Revision 1.9  2008-01-10 15:26:22  patrys
 - 0.8.0
 - docs not packaged (I know sh*t about mono policies in PLD)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dotnet-ipod-sharp.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list