]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/blame - dotnet-taglib-sharp.spec
- user $prefix/lib as gacdir
[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/
f2bd8114 11Source0: http://www.taglib-sharp.com/Download/%{name}-%{version}.tar.gz
a86e8756 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
c5eb70f0 23%package devel
24Summary: Header files for taglib-sharp library
25Summary(pl.UTF-8): Pliki nagłówkowe bibliotektaglib-sharp
26Group: Development/Libraries
27# if base package contains shared library for which these headers are
28#Requires: %{name} = %{version}-%{release}
29# if -libs package contains shared library for which these headers are
30#Requires: %{name}-libs = %{version}-%{release}
31
32%description devel
33Header files for taglib-sharp library.
34
35%description devel -l pl.UTF-8
36Pliki nagłówkowe bibliote taglib-sharp.
37
a86e8756 38%prep
39%setup -q
40
41%build
42cp -f /usr/share/automake/config.sub .
43%configure \
44 --disable-docs
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51install -d $RPM_BUILD_ROOT%{_datadir}/pkgconfig
52mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/* $RPM_BUILD_ROOT%{_datadir}/pkgconfig
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc AUTHORS NEWS README
a86e8756 60%{_prefix}/lib/mono/gac/taglib-sharp
61%{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp
c5eb70f0 62
63%files devel
64%{_prefix}/lib/mono/taglib-sharp
a86e8756 65%{_prefix}/share/pkgconfig/taglib-sharp.pc
This page took 0.044522 seconds and 4 git commands to generate.