]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/blobdiff - dotnet-taglib-sharp.spec
- updated to 2.0.3.7
[packages/dotnet-taglib-sharp.git] / dotnet-taglib-sharp.spec
index d881bd699354a1b70f5ec6fcbee0ea91cc01b8fe..f642c8838c8969af04f465618926f21492b5c9e0 100644 (file)
@@ -1,22 +1,26 @@
 #
 # TODO: Make build as noarch
-# TODO: Rename to dotnet-taglib-sharp?
 #
 %include       /usr/lib/rpm/macros.mono
 Summary:       Metadata library for most common movie and music formats
-Name:          taglib-sharp
-Version:       2.0.3.0
-Release:       6
-License:       LGPLv2
+Name:          dotnet-taglib-sharp
+Version:       2.0.3.7
+Release:       1
+License:       LGPL v2
 Group:         Development
+#Source0:      http://www.taglib-sharp.com/Download/%{name}-%{version}.tar.gz
+Source0:       http://download.banshee-project.org/taglib-sharp/%{version}/taglib-sharp-%{version}.tar.bz2
+# Source0-md5: dbd16b0ffcff8b0f9c0004090545d239
 URL:           http://taglib-sharp.com/
-Source0:       http://www.taglib-sharp.com/Download/%{name}-%{version}.tar.gz
-# Source0-md5: aa2c344760c8f4d878957fd4600155a5
-Patch0:                %{name}-gacdir.patch
+BuildRequires: autoconf
+BuildRequires: automake >= 1:1.9
 BuildRequires: dotnet-gnome-sharp-devel
 BuildRequires: libtool
 BuildRequires: mono-csharp
 BuildRequires: monodoc
+BuildRequires: pkgconfig
+Provides:      taglib-sharp
+Obsoletes:     taglib-sharp
 #BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,37 +31,36 @@ specificity. TagLib# offers either a common API for all formats or
 access to specific APIs for a given format.
 
 %package devel
-Summary:       Header files for taglib-sharp library
-Summary(pl.UTF-8):     Pliki nagłówkowe bibliotektaglib-sharp
+Summary:       TagLib# development files
+Summary(pl.UTF-8):     Pliki programistyczne TagLib#
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Provides:      taglib-sharp-devel
+Obsoletes:     taglib-sharp-devel
 
 %description devel
-Header files for taglib-sharp library.
+TagLib# development files.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe bibliote taglib-sharp.
+Pliki programistyczne TagLib#.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n taglib-sharp-%{version}
 
 %build
-#cp -f /usr/share/automake/config.sub .
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
-       --disable-docs
+       --disable-docs \
+       --libdir=/usr/lib
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/pkgconfig
-mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/* $RPM_BUILD_ROOT%{_datadir}/pkgconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.142528 seconds and 4 git commands to generate.