]> git.pld-linux.org Git - packages/dotnet-taglib-sharp.git/blob - dotnet-taglib-sharp.spec
- use $prefix/lib as gacdir
[packages/dotnet-taglib-sharp.git] / dotnet-taglib-sharp.spec
1 #
2 # TODO: Make build as noarch
3 #
4 Summary:        Metadata library for most common movie and music formats
5 Name:           taglib-sharp
6 Version:        2.0.3.0
7 Release:        2
8 License:        LGPLv2
9 Group:          Development
10 URL:            http://taglib-sharp.com/
11 Source0:        http://www.taglib-sharp.com/Download/%{name}-%{version}.tar.gz
12 # Source0-md5:  aa2c344760c8f4d878957fd4600155a5
13 Patch0:         %{name}-gacdir.patch
14 BuildRequires:  mono-csharp
15 #BuildArch:     noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 TagLib# is a metadata or "tag" reader and writer library that supports
20 the most common movie and music formats, abstracting away format
21 specificity. TagLib# offers either a common API for all formats or
22 access to specific APIs for a given format.
23
24 %package devel
25 Summary:        Header files for taglib-sharp library
26 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotektaglib-sharp 
27 Group:          Development/Libraries
28 # if base package contains shared library for which these headers are
29 #Requires:      %{name} = %{version}-%{release}
30 # if -libs package contains shared library for which these headers are
31 #Requires:      %{name}-libs = %{version}-%{release}
32
33 %description devel
34 Header files for taglib-sharp library.
35
36 %description devel -l pl.UTF-8
37 Pliki nagłówkowe bibliote taglib-sharp.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42
43 %build
44 cp -f /usr/share/automake/config.sub .
45 %configure \
46         --disable-docs
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT%{_datadir}/pkgconfig
54 mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/* $RPM_BUILD_ROOT%{_datadir}/pkgconfig
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS NEWS README
62 %{_prefix}/lib/mono/gac/taglib-sharp
63 %{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp
64
65 %files devel
66 %{_prefix}/lib/mono/taglib-sharp
67 %{_prefix}/share/pkgconfig/taglib-sharp.pc
This page took 0.036132 seconds and 3 git commands to generate.