]> git.pld-linux.org Git - packages/taglib.git/commitdiff
- kde3 patches are obsolete here
authorshadzik <shadzik@pld-linux.org>
Wed, 25 Jun 2008 18:18:21 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: pkgconfig
- ghost symlinks
- more files
- cleanup

Changed files:
    taglib.spec -> 1.29

taglib.spec

index c08dd288e2edaea06f3ecf2d9ba36e6b215329d9..96ea75a9c7927044570ce43569b2b36b850d4409 100644 (file)
@@ -8,15 +8,12 @@ Group:                X11/Libraries
 Source0:       http://ktown.kde.org/~wheeler/files/src/%{name}-%{version}.tar.gz
 # Source0-md5: 7b557dde7425c6deb7bbedd65b4f2717
 Patch0:                %{name}-libtool-sanitize.patch
-Patch1:                kde-ac260.patch
-Patch2:                kde-am.patch
-Patch3:                kde-ac260-lt.patch
 URL:           http://ktown.kde.org/~wheeler/taglib.html
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6
 BuildRequires: libstdc++-devel
 BuildRequires: perl-base
-#BuildRequires:        unsermake >= 040805-1
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,14 +40,9 @@ Pliki nagłówkowe biblioteki tag.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 cp -f /usr/share/automake/config.* admin
-# unsermake is broken here (Makefile.calls not generated by configure)
-#export UNSERMAKE=/usr/share/unsermake/unsermake
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
@@ -75,7 +67,9 @@ 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)
@@ -85,4 +79,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libtag.la
 %{_libdir}/libtag_c.la
 %{_pkgconfigdir}/taglib.pc
+%{_pkgconfigdir}/taglib_c.pc
 %{_includedir}/taglib
This page took 0.056351 seconds and 4 git commands to generate.