]> git.pld-linux.org Git - packages/taglib.git/blob - taglib.spec
- 031114
[packages/taglib.git] / taglib.spec
1
2 %define         _ver    0.95
3 %define         _snap   031114
4
5 Summary:        A tag library
6 Summary(pl):    Biblioteka tag
7 Name:           taglib
8 Version:        %{_ver}.%{_snap}
9 Release:        1
10 License:        GPL
11 Group:          X11/Libraries
12 # From kdeextragear-2 kde cvs module
13 Source0:        http://www.kernel.pl/~adgor/kde/%{name}-%{_snap}.tar.bz2
14 # Source0-md5:  cfe975747466336d1bf119cb91761bd3
15 BuildRequires:  kdelibs-devel >= 9:3.1.93.%{_snap}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 A tag library needed for juk application which is part of
20 kdemultimedia package.
21
22 %description -l pl
23 Biblioteka tag wykorzystywana przez program juk, bed±cego czê¶ci±
24 pakietu kdemultimedia.
25
26 %package devel
27 Summary:        libtag - header files
28 Summary(pl):    libtag - pliki nag³ówkowe
29 Group:          X11/Development/Libraries
30 Requires:       %{name} = %{version}-%{release}
31
32 %description devel
33 A tag library - header files.
34
35 %description devel -l pl
36 Biblioteka tag - pliki nag³ówkowe.
37
38 %prep
39 %setup -q -n %{name}-%{_snap}
40
41 %build
42 %{__make} -f admin/Makefile.common cvs
43
44 %configure \
45         --disable-rpath \
46         --enable-final
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %post   -p /sbin/ldconfig
60 %postun -p /sbin/ldconfig
61
62 %files
63 %defattr(644,root,root,755)
64 %attr(755,root,root) %{_libdir}/libtag.so.*.*.*
65 %{_libdir}/libtag.la
66
67 %files devel
68 %defattr(644,root,root,755)
69 %attr(755,root,root) %{_bindir}/taglib-config
70 %attr(755,root,root) %{_libdir}/libtag.so
71 %{_includedir}/taglib
This page took 0.052 seconds and 4 git commands to generate.