]> git.pld-linux.org Git - packages/id3lib.git/blob - id3lib.spec
- massive attack, adding Source-md5
[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.8.2
5 Release:        2
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/id3lib/%{name}-%{version}.tar.gz
9 # Source0-md5: 
10 #Source0-md5:   b5da9d2f714203eb6f78f63d1725ff39
11 Patch0:         %{name}-nozlibpopt.patch
12 Patch1:         %{name}-link.patch
13 URL:            http://id3lib.sourceforge.net/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libtool
17 BuildRequires:  zlib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This package provides a software library for manipulating ID3v1 and
22 ID3v2 tags. It provides a convenient interface for software developers
23 to include standards-compliant ID3v1/2 tagging capabilities in their
24 applications. Features include identification of valid tags, automatic
25 size conversions, (re)synchronisation of tag frames, seamless tag
26 (de)compression, and optional padding facilities.
27
28 %description -l pl
29 Pakiet dostarcza bibliotekê pozwalaj±c± na manipulacje znacznikami
30 ID3v1 oraz ID3v2. Dostarcza on przekonywuj±cy interfejs dla
31 programistów pozwalaj±c na dodawanie mo¿liwo¶ci obs³ugi znaczników
32 ID3v1/2 w ich w³asnych aplikacjach. Mo¿liwo¶ci biblioteki to
33 identyfikacja prawid³owych znaczników, automatyczna konwersja
34 rozmiaru, synchronizacja ramek, dekompresja itp.
35
36 %package devel
37 Summary:        Headers for developing programs that will use id3lib
38 Summary(pl):    Pliki nag³ówkowe dla programistów u¿ywaj±cych id3lib
39 Group:          Development/Libraries
40 Requires:       %{name} = %{version}
41
42 %description devel
43 This package contains the headers that programmers will need to
44 develop applications which will use id3lib, the software library for
45 ID3v1 and ID3v2 tag manipulation.
46
47 %description devel -l pl
48 Pakiet zawiera pliki nag³ówkowe, które bêd± potrzebne programistom
49 chc±cych rozwijaæ aplikacje u¿ywaj±ce biblioteki id3lib.
50
51 %package static
52 Summary:        Static id3lib libraries
53 Summary(pl):    Statyczne biblioteki id3lib
54 Group:          Development/Libraries
55 Requires:       %{name}-devel = %{version}
56
57 %description static
58 Static id3lib libraries.
59
60 %description static -l pl
61 Statyczne biblioteki id3lib.
62
63 %package utils
64 Summary:        Simple id3 utils
65 Summary(pl):    Proste narzêdzia do id3
66 Group:          Applications/File
67 Requires:       %{name} = %{version}
68
69 %description utils
70 Few simple utilities to manipulate on ID3 tags: id3convert, id3cp,
71 id3info, id3tag.
72
73 %description utils -l pl
74 Kilka prostych narzêdzi do obs³ugi znaczników ID3: id3convert, id3cp,
75 id3info, id3tag.
76
77 %prep
78 %setup -q
79 %patch0 -p1
80 %patch1 -p1
81
82 %build
83 rm -f missing
84 %{__libtoolize}
85 %{__aclocal} -I m4
86 %{__autoconf}
87 %{__automake}
88 %configure
89
90 %{__make}
91
92 %install
93 rm -rf $RPM_BUILD_ROOT
94
95 %{__make} DESTDIR=$RPM_BUILD_ROOT install
96
97 %clean
98 rm -rf $RPM_BUILD_ROOT
99
100 %post   -p /sbin/ldconfig
101 %postun -p /sbin/ldconfig
102
103 %files
104 %defattr(644,root,root,755)
105 %doc AUTHORS HISTORY NEWS README THANKS TODO
106 %attr(755,root,root) %{_libdir}/lib*.so.*.*
107
108 %files devel
109 %defattr(644,root,root,755)
110 %doc ChangeLog
111 %attr(755,root,root) %{_libdir}/lib*.so
112 %{_libdir}/lib*.la
113 %{_includedir}/*
114
115 %files static
116 %defattr(644,root,root,755)
117 %{_libdir}/lib*.a
118
119 %files utils
120 %defattr(644,root,root,755)
121 %attr(755,root,root) %{_bindir}/*
This page took 0.133533 seconds and 3 git commands to generate.