]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sun, 1 Jun 2008 13:59:03 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-taglib-sharp.spec -> 1.1

dotnet-taglib-sharp.spec [new file with mode: 0644]

diff --git a/dotnet-taglib-sharp.spec b/dotnet-taglib-sharp.spec
new file mode 100644 (file)
index 0000000..f92a8f1
--- /dev/null
@@ -0,0 +1,48 @@
+#
+# TODO: Make build as noarch
+#
+Summary:       Metadata library for most common movie and music formats
+Name:          taglib-sharp
+Version:       2.0.3.0
+Release:       1
+License:       LGPLv2
+Group:         Development
+URL:           http://taglib-sharp.com/
+Source0:       http://www.taglib-sharp.com/Download/%name-%{version}.tar.gz
+# Source0-md5: aa2c344760c8f4d878957fd4600155a5
+BuildRequires: mono-csharp
+#BuildArch:    noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TagLib# is a metadata or "tag" reader and writer library that supports
+the most common movie and music formats, abstracting away format
+specificity. TagLib# offers either a common API for all formats or
+access to specific APIs for a given format.
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub .
+%configure \
+       --disable-docs
+%{__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
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README
+%{_prefix}/lib/mono/taglib-sharp
+%{_prefix}/lib/mono/gac/taglib-sharp
+%{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp
+%{_prefix}/share/pkgconfig/taglib-sharp.pc
This page took 0.032362 seconds and 4 git commands to generate.