]> git.pld-linux.org Git - packages/taglib.git/blob - taglib.spec
9f29d21908eb26c4a5888f8993ebc9a95d6ffa61
[packages/taglib.git] / taglib.spec
1
2 %define         _ver    0.96
3 %define         _snap   040110
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:        1
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://ep09.pld-linux.org/~adgor/kde/%{name}-%{_snap}.tar.bz2
15 # Source0-md5:  54facb5fd0a6a5c604b67fafef44bc9c
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 cp /usr/share/automake/config.sub admin
47 %{__make} -f admin/Makefile.common cvs
48
49 %configure \
50         --disable-rpath \
51         --enable-final \
52         --with-qt-libraries=%{_libdir}
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post   -p /sbin/ldconfig
66 %postun -p /sbin/ldconfig
67
68 %files
69 %defattr(644,root,root,755)
70 %attr(755,root,root) %{_libdir}/libtag.so.*.*.*
71 %{_libdir}/libtag.la
72
73 %files devel
74 %defattr(644,root,root,755)
75 %attr(755,root,root) %{_bindir}/taglib-config
76 %attr(755,root,root) %{_libdir}/libtag.so
77 %{_includedir}/taglib
This page took 0.057427 seconds and 2 git commands to generate.