]> git.pld-linux.org Git - packages/dotnet-ipod-sharp.git/blobdiff - dotnet-ipod-sharp.spec
- use %{_prefix}/lib for monodoc
[packages/dotnet-ipod-sharp.git] / dotnet-ipod-sharp.spec
index 57d8666865e9c3ac41668c3436ee0d000d03414e..4dbcf6c160e5f36f8b77e022bd0c309bcdabaa81 100644 (file)
@@ -2,13 +2,13 @@
 Summary:       .NET support for iPods
 Summary(pl.UTF-8):     Obsługa iPodów z poziomu .NET
 Name:          dotnet-ipod-sharp
-Version:       0.8.0
-Release:       3
+Version:       0.8.5
+Release:       2
 # 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: ecb58c18599035fca34935a1287584f3
+Source0:       http://banshee-project.org/files/ipod-sharp/0.8.5/ipod-sharp-%{version}.tar.bz2
+# Source0-md5: fb7f53f64d825847d578a637cd48dd41
 Patch0:                %{name}-dep.patch
 Patch1:                %{name}-gac.patch
 URL:           http://banshee-project.org/Subprojects/Ipod-sharp
@@ -18,6 +18,7 @@ BuildRequires:        dotnet-gtk-sharp2-devel >= 2.0
 BuildRequires: dotnet-ndesk-dbus-sharp-devel
 BuildRequires: dotnet-ndesk-dbus-glib-sharp-devel
 BuildRequires: mono-csharp >= 1.1.16.1
+BuildRequires: monodoc >= 2.6
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(monoautodeps)
 Suggests:      podsleuth >= 0.6.1
@@ -43,6 +44,7 @@ Summary:      Development files for ipod-sharp library
 Summary(pl.UTF-8):     Pliki programistyczne biblioteki ipod-sharp
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      monodoc >= 2.6
 
 %description devel
 Development files for ipod-sharp library.
@@ -71,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 # replace duplicates by symlinks
 cd $RPM_BUILD_ROOT%{_prefix}/lib/ipod-sharp
-for f in *.dll* ; do
+for f in ipod-sharp.dll* ipod-sharp-ui.dll* ; do
        %{__rm} $f
        ln -sf ../mono/gac/ipod-sharp*/*/$f $f
 done
@@ -93,4 +95,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_prefix}/lib/ipod-sharp/ipod-sharp-ui.dll*
 %{_pkgconfigdir}/ipod-sharp.pc
 %{_pkgconfigdir}/ipod-sharp-ui.pc
-%{_libdir}/monodoc/sources/ipod-sharp-docs.*
+%{_prefix}/lib/monodoc/sources/ipod-sharp-docs.*
This page took 0.063791 seconds and 4 git commands to generate.