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