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