]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/blame_incremental - dotnet-taglib-sharp.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dotnet-taglib-sharp.git] / dotnet-taglib-sharp.spec
... / ...
CommitLineData
1#
2# TODO: Make build as noarch
3#
4%include /usr/lib/rpm/macros.mono
5Summary: Metadata library for most common movie and music formats
6Name: dotnet-taglib-sharp
7Version: 2.0.4.0
8Release: 1
9License: LGPL v2
10Group: Libraries
11Source0: http://download.banshee-project.org/taglib-sharp/%{version}/taglib-sharp-%{version}.tar.bz2
12# Source0-md5: c7e3b2d064e0429d168fa7498c47970e
13Patch0: %{name}-makefile.patch
14URL: http://taglib-sharp.com/
15BuildRequires: autoconf
16BuildRequires: automake >= 1:1.9
17BuildRequires: dotnet-gnome-sharp-devel
18BuildRequires: exiv2-devel
19BuildRequires: libtool
20BuildRequires: mono-csharp
21BuildRequires: monodoc
22BuildRequires: pkgconfig
23Provides: taglib-sharp
24Obsoletes: taglib-sharp
25#BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29TagLib# is a metadata or "tag" reader and writer library that supports
30the most common movie and music formats, abstracting away format
31specificity. TagLib# offers either a common API for all formats or
32access to specific APIs for a given format.
33
34%package devel
35Summary: TagLib# development files
36Summary(pl.UTF-8): Pliki programistyczne TagLib#
37Group: Development/Libraries
38Requires: %{name} = %{version}-%{release}
39Provides: taglib-sharp-devel
40Obsoletes: taglib-sharp-devel
41
42%description devel
43TagLib# development files.
44
45%description devel -l pl.UTF-8
46Pliki programistyczne TagLib#.
47
48%prep
49%setup -q -n taglib-sharp-%{version}
50%patch0 -p1
51
52%build
53%{__libtoolize}
54%{__aclocal}
55%{__autoconf}
56%{__automake}
57%configure \
58 --disable-docs \
59 --libdir=/usr/lib
60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
64
65%{__make} install \
66 DESTDIR=$RPM_BUILD_ROOT
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%files
72%defattr(644,root,root,755)
73%doc AUTHORS NEWS README
74%{_prefix}/lib/mono/gac/taglib-sharp
75%{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp
76
77%files devel
78%defattr(644,root,root,755)
79%{_prefix}/lib/mono/taglib-sharp
80%{_npkgconfigdir}/taglib-sharp.pc
This page took 0.181932 seconds and 4 git commands to generate.