]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/blobdiff - dotnet-taglib-sharp.spec
- updated to 2.0.4.0
[packages/dotnet-taglib-sharp.git] / dotnet-taglib-sharp.spec
index f642c8838c8969af04f465618926f21492b5c9e0..dd9a7c292b78942784eceb99e9a6bd03b5907729 100644 (file)
@@ -4,17 +4,18 @@
 %include       /usr/lib/rpm/macros.mono
 Summary:       Metadata library for most common movie and music formats
 Name:          dotnet-taglib-sharp
-Version:       2.0.3.7
+Version:       2.0.4.0
 Release:       1
 License:       LGPL v2
-Group:         Development
-#Source0:      http://www.taglib-sharp.com/Download/%{name}-%{version}.tar.gz
+Group:         Libraries
 Source0:       http://download.banshee-project.org/taglib-sharp/%{version}/taglib-sharp-%{version}.tar.bz2
-# Source0-md5: dbd16b0ffcff8b0f9c0004090545d239
+# Source0-md5: c7e3b2d064e0429d168fa7498c47970e
+Patch0:                %{name}-makefile.patch
 URL:           http://taglib-sharp.com/
 BuildRequires: autoconf
 BuildRequires: automake >= 1:1.9
 BuildRequires: dotnet-gnome-sharp-devel
+BuildRequires: exiv2-devel
 BuildRequires: libtool
 BuildRequires: mono-csharp
 BuildRequires: monodoc
@@ -46,6 +47,7 @@ Pliki programistyczne TagLib#.
 
 %prep
 %setup -q -n taglib-sharp-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -59,6 +61,7 @@ Pliki programistyczne TagLib#.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -74,4 +77,4 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %{_prefix}/lib/mono/taglib-sharp
-%{_datadir}/pkgconfig/taglib-sharp.pc
+%{_npkgconfigdir}/taglib-sharp.pc
This page took 0.047151 seconds and 4 git commands to generate.