]> git.pld-linux.org Git - packages/taglib.git/blobdiff - taglib.spec
- drop obsolete files
[packages/taglib.git] / taglib.spec
index fa0fb63e9effb24733b08036741f86851fa13a08..f4c16c5689dc796a19ebbcff7301bc9b74e14673 100644 (file)
@@ -1,32 +1,33 @@
-%define                _snap   040811
 Summary:       A tag library for reading and editing audio meta data
-Summary(pl):   Biblioteka tag do odczytu i edycji metadanych dotycz±cych d¼wiêku
+Summary(pl.UTF-8):     Biblioteka tag do odczytu i edycji metadanych dotyczących dźwięku
 Name:          taglib
-Version:       1.3
-Release:       0.%{_snap}.1
+Version:       1.5
+Release:       1
 License:       GPL
 Group:         X11/Libraries
-Source0:       %{name}-%{_snap}.tar.bz2
-# Source0-md5: 52afc2b5a223980b6128b6908a86e01b
+Source0:       http://ktown.kde.org/~wheeler/files/src/%{name}-%{version}.tar.gz
+# Source0-md5: 7b557dde7425c6deb7bbedd65b4f2717
 Patch0:                %{name}-libtool-sanitize.patch
-URL:           http://ktown.kde.org/~wheeler/taglib/
+Patch1:                kde-ac260-lt.patch
+URL:           http://ktown.kde.org/~wheeler/taglib.html
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6
-BuildRequires: unsermake >= 040805-1
 BuildRequires: libstdc++-devel
+BuildRequires: perl-base
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A tag library needed for juk application which is part of
 kdemultimedia package.
 
-%description -l pl
-Biblioteka tag wykorzystywana przez program juk, bed±cy czê¶ci±
+%description -l pl.UTF-8
+Biblioteka tag wykorzystywana przez program juk, będący częścią
 pakietu kdemultimedia.
 
 %package devel
 Summary:       libtag - header files
-Summary(pl):   libtag - pliki nag³ówkowe
+Summary(pl.UTF-8):     libtag - pliki nagłówkowe
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      libstdc++-devel
@@ -34,16 +35,16 @@ Requires:   libstdc++-devel
 %description devel
 Header files for tag library.
 
-%description devel -l pl
-Pliki nag³ówkowe biblioteki tag.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki tag.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.* admin
-export UNSERMAKE=/usr/share/unsermake/unsermake
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
@@ -68,10 +69,17 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libtag.so.*.*.*
-
+%attr(755,root,root) %ghost %{_libdir}/libtag.so.?
+%attr(755,root,root) %{_libdir}/libtag_c.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtag_c.so.?
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/taglib-config
+%{_libdir}/libtag.so
+%{_libdir}/libtag_c.so
 %{_libdir}/libtag.la
+%{_libdir}/libtag_c.la
+%{_pkgconfigdir}/taglib.pc
+%{_pkgconfigdir}/taglib_c.pc
 %{_includedir}/taglib
This page took 0.168765 seconds and 4 git commands to generate.