]> git.pld-linux.org Git - packages/id3lib.git/blob - id3lib.spec
040b26d60482234c667f022bafda0c1e2b56df8b
[packages/id3lib.git] / id3lib.spec
1 Summary:        A software library for manipulating ID3v1 and ID3v2 tags
2 Summary(pl):    Biblioteka do zarz±dzania znacznikami ID3v1 oraz ID3v2
3 Name:           id3lib
4 Version:        3.7.13
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Source0:        ftp://download.sourceforge.net/pub/sourceforge/id3lib/%{name}-%{version}.tar.gz
13 Patch0:         %{name}-configure.patch
14 URL:            http://id3lib.sourceforge.net/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libtool
18 BuildRequires:  popt-devel
19 BuildRequires:  zlib-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This package provides a software library for manipulating ID3v1 and
24 ID3v2 tags. It provides a convenient interface for software developers
25 to include standards-compliant ID3v1/2 tagging capabilities in their
26 applications. Features include identification of valid tags, automatic
27 size conversions, (re)synchronisation of tag frames, seamless tag
28 (de)compression, and optional padding facilities.
29
30 %description -l pl
31 Pakiet dostarcza bibliotekê pozwalaj±c± na manipulacje znacznikami
32 ID3v1 oraz ID3v2. Dostarcza on przekonywuj±cy interfejs dla
33 programistów pozwalaj±c na dodawanie mo¿liwo¶ci obs³ugi znaczników
34 ID3v1/2 w ich w³asnych aplikacjach. Mo¿liwo¶ci biblioteki to
35 identyfikacja prawid³owych znaczników, automatyczna konwersja
36 rozmiaru, synchronizacja ramek, dekompresja itp.
37
38 %package devel
39 Summary:        Headers for developing programs that will use id3lib
40 Summary(pl):    Pliki nag³ówkowe dla programistów u¿ywaj±cych id3lib
41 Group:          Development/Libraries
42 Group(de):      Entwicklung/Libraries
43 Group(fr):      Development/Librairies
44 Group(pl):      Programowanie/Biblioteki
45 Requires:       %{name} = %{version}
46
47 %description devel
48 This package contains the headers that programmers will need to
49 develop applications which will use id3lib, the software library for
50 ID3v1 and ID3v2 tag manipulation.
51
52 %description -l pl devel
53 Pakiet zawiera pliki nag³ówkowe, które bêd± potrzebne programistom
54 chc±cych rozwijaæ aplikacje u¿ywaj±ce biblioteki id3lib.
55
56 %package static
57 Summary:        Static id3lib libraies
58 Summary(pl):    Statyczne biblioteki id3lib
59 Group:          Development/Libraries
60 Group(de):      Entwicklung/Libraries
61 Group(fr):      Development/Librairies
62 Group(pl):      Programowanie/Biblioteki
63 Requires:       %{name}-devel = %{version}
64
65 %description static
66 Static id3lib libraies.
67
68 %description -l pl static
69 Statyczne biblioteki id3lib.
70
71 %prep
72 %setup -q
73 %patch0 -p1
74
75 %build
76 rm missing
77 libtoolize --copy --force
78 aclocal -I m4
79 autoconf
80 automake -a -c
81 %configure
82
83 %{__make}
84
85 %install
86 rm -rf $RPM_BUILD_ROOT
87
88 %{__make} DESTDIR=$RPM_BUILD_ROOT install
89
90 gzip -9nf AUTHORS ChangeLog HISTORY NEWS README THANKS TODO
91
92 %clean
93 rm -rf $RPM_BUILD_ROOT
94
95 %post   -p /sbin/ldconfig
96 %postun -p /sbin/ldconfig
97
98 %files
99 %defattr(644,root,root,755)
100 %doc {A*,H*,N*,R*,T*}.gz
101 %attr(755,root,root) %{_libdir}/lib*.so.*.*
102
103 %files devel
104 %defattr(644,root,root,755)
105 %doc ChangeLog.gz
106 %attr(755,root,root) %{_libdir}/lib*.so
107 %attr(755,root,root) %{_libdir}/lib*.la
108 %{_includedir}/*
109
110 %files static
111 %defattr(644,root,root,755)
112 %{_libdir}/lib*.a
This page took 0.054649 seconds and 2 git commands to generate.