Author: qboosh Date: Sun Jul 15 12:03:40 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl - more BRs - make -j1 - /usr/lib is just fine for mono dlls
---- Files affected: SPECS: dotnet-ipod-sharp.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/dotnet-ipod-sharp.spec diff -u SPECS/dotnet-ipod-sharp.spec:1.4 SPECS/dotnet-ipod-sharp.spec:1.5 --- SPECS/dotnet-ipod-sharp.spec:1.4 Wed Jul 11 02:09:52 2007 +++ SPECS/dotnet-ipod-sharp.spec Sun Jul 15 14:03:35 2007 @@ -1,30 +1,39 @@ # $Revision$, $Date$ -#TODO - patch for lib->lib64 %include /usr/lib/rpm/macros.mono -# Summary: .NET support for iPods +Summary(pl.UTF-8): Obsługa iPodów z poziomu .NET Name: dotnet-ipod-sharp Version: 0.6.3 Release: 3 -License: GPL -Group: Development/Libraries +# no real license information, just included COPYING +License: LGPL v2 +Group: Libraries Source0: http://banshee-project.org/files/ipod-sharp/ipod-sharp-%{version}.tar.gz # Source0-md5: c35131c3350e686d4a006377c1711834 -BuildRequires: autoconf +URL: http://banshee-project.org/Subprojects/Ipod-sharp +BuildRequires: autoconf >= 2.50 BuildRequires: automake +BuildRequires: dotnet-gtk-sharp2-devel >= 2.0 BuildRequires: libipoddevice-devel >= 0.5.0 BuildRequires: libtool BuildRequires: mono-csharp >= 1.1.16.1 BuildRequires: pkgconfig ExcludeArch: i386 +# can't be noarch because of pkgconfigdir (use /usr/share/pkgconfig?) BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -ipod-sharp provies support for high level features of Apple's iPod, +ipod-sharp provides 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. +%description -l pl.UTF-8 +ipod-sharp zapewnia obsługę wysokopoziomowych możliwości urządzeń +Apple iPod, takich jak obsługa danych dźwiękowych wraz z odczytem i +zapisem baz danych iTunes/iPod oraz synchronizacja muzyki. ipod-sharp +udostępnia także wrapper CIL dla libipoddevice. + %prep %setup -qn ipod-sharp-%{version} @@ -35,7 +44,7 @@ %{__automake} %configure -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT @@ -49,8 +58,9 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%{_libdir}/ipod-sharp -%{_pkgconfigdir}/ipod-sharp*.pc +%{_prefix}/lib/ipod-sharp +%{_pkgconfigdir}/ipod-sharp.pc +%{_pkgconfigdir}/ipod-sharp-ui.pc %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +68,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007/07/15 12:03:35 qboosh +- pl +- more BRs +- make -j1 +- /usr/lib is just fine for mono dlls + Revision 1.4 2007/07/11 00:09:52 wolvverine - add TODO @@ -69,4 +85,3 @@ Revision 1.1 2007/07/07 16:01:02 patrys - initial PLD release - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dotnet-ipod-sharp.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
