]> git.pld-linux.org Git - packages/taglib.git/blob - taglib.spec
- BR: ac/am, regenerale locales, tyle qt-libs in %{_libdir}, release 2
[packages/taglib.git] / taglib.spec
1
2 %define         _ver    0.96
3 %define         _snap   031204
4
5 Summary:        A tag library for reading and editing audio meta data
6 Summary(pl):    Biblioteka tag do odczytu i edycji metadanych dotycz±cych d¼wiêku
7 Name:           taglib
8 Version:        %{_ver}.%{_snap}
9 Release:        2
10 License:        GPL
11 Group:          X11/Libraries
12 # (temporary?) (pre-)release URL: http://ktown.kde.org/~wheeler/taglib/%{name}-%{version}.tar.gz
13 # From kdeextragear-2 kde cvs module
14 Source0:        http://www.kernel.pl/~adgor/kde/%{name}-%{_snap}.tar.bz2
15 # Source0-md5:  b95a5c0a17b0ec058689fb64e0507a0d
16 URL:            http://ktown.kde.org/~wheeler/taglib/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  kdelibs-devel >= 9:3.1.93.%{_snap}
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 A tag library needed for juk application which is part of
24 kdemultimedia package.
25
26 %description -l pl
27 Biblioteka tag wykorzystywana przez program juk, bed±cego czê¶ci±
28 pakietu kdemultimedia.
29
30 %package devel
31 Summary:        libtag - header files
32 Summary(pl):    libtag - pliki nag³ówkowe
33 Group:          X11/Development/Libraries
34 Requires:       %{name} = %{version}-%{release}
35
36 %description devel
37 A tag library - header files.
38
39 %description devel -l pl
40 Biblioteka tag - pliki nag³ówkowe.
41
42 %prep
43 %setup -q -n %{name}-%{_snap}
44
45 %build
46 %{__make} -f admin/Makefile.common cvs
47 %{__libtoolize}
48 %{__aclocal}
49 %{__autoconf}
50 %{__automake}
51
52 %configure \
53         --disable-rpath \
54         --enable-final \
55         --with-qt-libraries=%{_libdir}
56
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post   -p /sbin/ldconfig
69 %postun -p /sbin/ldconfig
70
71 %files
72 %defattr(644,root,root,755)
73 %attr(755,root,root) %{_libdir}/libtag.so.*.*.*
74 %{_libdir}/libtag.la
75
76 %files devel
77 %defattr(644,root,root,755)
78 %attr(755,root,root) %{_bindir}/taglib-config
79 %attr(755,root,root) %{_libdir}/libtag.so
80 %{_includedir}/taglib
This page took 0.032436 seconds and 4 git commands to generate.