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