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