]> git.pld-linux.org Git - packages/taglib.git/blob - taglib.spec
- Fixed %%files
[packages/taglib.git] / taglib.spec
1 %define         _snap   040811
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.3
6 Release:        0.%{_snap}.1
7 License:        GPL
8 Group:          X11/Libraries
9 Source0:        %{name}-%{_snap}.tar.bz2
10 # Source0-md5:  52afc2b5a223980b6128b6908a86e01b
11 Patch0:         %{name}-libtool-sanitize.patch
12 URL:            http://ktown.kde.org/~wheeler/taglib/
13 BuildRequires:  autoconf >= 2.52
14 BuildRequires:  automake >= 1.6
15 BuildRequires:  unsermake >= 040805-1
16 BuildRequires:  libstdc++-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 A tag library needed for juk application which is part of
21 kdemultimedia package.
22
23 %description -l pl
24 Biblioteka tag wykorzystywana przez program juk, bed±cy czê¶ci±
25 pakietu kdemultimedia.
26
27 %package devel
28 Summary:        libtag - header files
29 Summary(pl):    libtag - pliki nag³ówkowe
30 Group:          X11/Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32 Requires:       libstdc++-devel
33
34 %description devel
35 Header files for tag library.
36
37 %description devel -l pl
38 Pliki nag³ówkowe biblioteki tag.
39
40 %prep
41 %setup -q -n %{name}
42 %patch0 -p1
43
44 %build
45 cp -f /usr/share/automake/config.* admin
46 export UNSERMAKE=/usr/share/unsermake/unsermake
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
72
73 %files devel
74 %defattr(644,root,root,755)
75 %attr(755,root,root) %{_bindir}/taglib-config
76 %{_includedir}/taglib
77 %{_libdir}/libtag.la
78 %{_libdir}/libtag.so
This page took 0.039291 seconds and 4 git commands to generate.