]> git.pld-linux.org Git - packages/taglib.git/commitdiff
- BR: ac/am, regenerale locales, tyle qt-libs in %{_libdir}, release 2 auto/ac/taglib-0_96_031204-2
authorundefine <undefine@pld-linux.org>
Tue, 30 Dec 2003 17:03:36 +0000 (17:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    taglib.spec -> 1.6

taglib.spec

index c83429ac8220f1e6cf9dbbdfad6ec26f4ad1ed5d..03f1adad28d1887a6527704df389b0582141adba 100644 (file)
@@ -6,7 +6,7 @@ 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
 Name:          taglib
 Version:       %{_ver}.%{_snap}
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Libraries
 # (temporary?) (pre-)release URL: http://ktown.kde.org/~wheeler/taglib/%{name}-%{version}.tar.gz
@@ -14,6 +14,8 @@ Group:                X11/Libraries
 Source0:       http://www.kernel.pl/~adgor/kde/%{name}-%{_snap}.tar.bz2
 # Source0-md5: b95a5c0a17b0ec058689fb64e0507a0d
 URL:           http://ktown.kde.org/~wheeler/taglib/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: kdelibs-devel >= 9:3.1.93.%{_snap}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,10 +44,15 @@ Biblioteka tag - pliki nag
 
 %build
 %{__make} -f admin/Makefile.common cvs
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 
 %configure \
        --disable-rpath \
-       --enable-final
+       --enable-final \
+       --with-qt-libraries=%{_libdir}
 
 %{__make}
 
This page took 0.085481 seconds and 4 git commands to generate.