]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/blame - dotnet-taglib-sharp.spec
- no longer used
[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#
61e0bd07 5%include /usr/lib/rpm/macros.mono
a86e8756 6Summary: Metadata library for most common movie and music formats
7Name: taglib-sharp
6323f130
PZ
8Version: 2.0.3.2
9Release: 1
a86e8756 10License: LGPLv2
11Group: Development
6323f130
PZ
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
3097f36b 15URL: http://taglib-sharp.com/
2be326de
PZ
16BuildRequires: dotnet-gnome-sharp-devel
17BuildRequires: libtool
a86e8756 18BuildRequires: mono-csharp
2be326de 19BuildRequires: monodoc
a86e8756 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
c5eb70f0 29%package devel
30Summary: Header files for taglib-sharp library
2be326de 31Summary(pl.UTF-8): Pliki nagłówkowe bibliotektaglib-sharp
c5eb70f0 32Group: Development/Libraries
c3c1e496 33Requires: %{name} = %{version}-%{release}
c5eb70f0 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
a86e8756 41%prep
42%setup -q
43
44%build
2be326de
PZ
45%{__libtoolize}
46%{__aclocal}
47%{__autoconf}
48%{__automake}
a86e8756 49%configure \
50 --disable-docs
51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
a86e8756 57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
63%doc AUTHORS NEWS README
a86e8756 64%{_prefix}/lib/mono/gac/taglib-sharp
65%{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp
c5eb70f0 66
67%files devel
2be326de 68%defattr(644,root,root,755)
c5eb70f0 69%{_prefix}/lib/mono/taglib-sharp
2be326de 70%{_datadir}/pkgconfig/taglib-sharp.pc
This page took 0.064405 seconds and 4 git commands to generate.