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