]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/blame - dotnet-taglib-sharp.spec
- added
[packages/dotnet-taglib-sharp.git] / dotnet-taglib-sharp.spec
CommitLineData
a86e8756 1#
2# TODO: Make build as noarch
3#
4Summary: Metadata library for most common movie and music formats
5Name: taglib-sharp
6Version: 2.0.3.0
7Release: 1
8License: LGPLv2
9Group: Development
10URL: http://taglib-sharp.com/
11Source0: http://www.taglib-sharp.com/Download/%name-%{version}.tar.gz
12# Source0-md5: aa2c344760c8f4d878957fd4600155a5
13BuildRequires: mono-csharp
14#BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18TagLib# is a metadata or "tag" reader and writer library that supports
19the most common movie and music formats, abstracting away format
20specificity. TagLib# offers either a common API for all formats or
21access to specific APIs for a given format.
22
23%prep
24%setup -q
25
26%build
27cp -f /usr/share/automake/config.sub .
28%configure \
29 --disable-docs
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT%{_datadir}/pkgconfig
37mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/* $RPM_BUILD_ROOT%{_datadir}/pkgconfig
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc AUTHORS NEWS README
45%{_prefix}/lib/mono/taglib-sharp
46%{_prefix}/lib/mono/gac/taglib-sharp
47%{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp
48%{_prefix}/share/pkgconfig/taglib-sharp.pc
This page took 0.053792 seconds and 4 git commands to generate.