]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/blame - dotnet-taglib-sharp.spec
- devel R: main package
[packages/dotnet-taglib-sharp.git] / dotnet-taglib-sharp.spec
CommitLineData
a86e8756 1#
2# TODO: Make build as noarch
c3c1e496 3# TODO: Rename to dotnet-taglib-sharp?
a86e8756 4#
5Summary: Metadata library for most common movie and music formats
6Name: taglib-sharp
7Version: 2.0.3.0
66d3a986 8Release: 4
a86e8756 9License: LGPLv2
10Group: Development
11URL: http://taglib-sharp.com/
f2bd8114 12Source0: http://www.taglib-sharp.com/Download/%{name}-%{version}.tar.gz
a86e8756 13# Source0-md5: aa2c344760c8f4d878957fd4600155a5
0ba9a0e6 14Patch0: %{name}-gacdir.patch
2be326de
PZ
15BuildRequires: dotnet-gnome-sharp-devel
16BuildRequires: libtool
a86e8756 17BuildRequires: mono-csharp
2be326de 18BuildRequires: monodoc
a86e8756 19#BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23TagLib# is a metadata or "tag" reader and writer library that supports
24the most common movie and music formats, abstracting away format
25specificity. TagLib# offers either a common API for all formats or
26access to specific APIs for a given format.
27
c5eb70f0 28%package devel
29Summary: Header files for taglib-sharp library
2be326de 30Summary(pl.UTF-8): Pliki nagłówkowe bibliotektaglib-sharp
c5eb70f0 31Group: Development/Libraries
c3c1e496 32Requires: %{name} = %{version}-%{release}
c5eb70f0 33
34%description devel
35Header files for taglib-sharp library.
36
37%description devel -l pl.UTF-8
38Pliki nagłówkowe bibliote taglib-sharp.
39
a86e8756 40%prep
41%setup -q
0ba9a0e6 42%patch0 -p1
a86e8756 43
44%build
2be326de
PZ
45#cp -f /usr/share/automake/config.sub .
46%{__libtoolize}
47%{__aclocal}
48%{__autoconf}
49%{__automake}
a86e8756 50%configure \
51 --disable-docs
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58install -d $RPM_BUILD_ROOT%{_datadir}/pkgconfig
59mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/* $RPM_BUILD_ROOT%{_datadir}/pkgconfig
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
66%doc AUTHORS NEWS README
a86e8756 67%{_prefix}/lib/mono/gac/taglib-sharp
68%{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp
c5eb70f0 69
70%files devel
2be326de 71%defattr(644,root,root,755)
c5eb70f0 72%{_prefix}/lib/mono/taglib-sharp
2be326de 73%{_datadir}/pkgconfig/taglib-sharp.pc
This page took 0.083644 seconds and 4 git commands to generate.