]> git.pld-linux.org Git - packages/taglib.git/blobdiff - taglib.spec
- updated.
[packages/taglib.git] / taglib.spec
index dd9ac8d4ab43e14e3aaaae9c6e138a2617370f11..1a280b5c57652bfd727850abb3368d1ec59a82ca 100644 (file)
@@ -1,20 +1,17 @@
 
-%define        _ver    0.95
-%define                _snap   031114
-
 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}
+Version:       1.0
 Release:       1
 License:       GPL
 Group:         X11/Libraries
-# (temporary?) (pre-)release URL: http://ktown.kde.org/~wheeler/taglib/%{name}-%{version}.tar.gz
-# From kdeextragear-2 kde cvs module
-Source0:       http://www.kernel.pl/~adgor/kde/%{name}-%{_snap}.tar.bz2
-# Source0-md5: cfe975747466336d1bf119cb91761bd3
+Source0:       http://ktown.kde.org/~wheeler/taglib/%{name}-%{version}.tar.gz
+# Source0-md5: 9595e2cf3e12de96afbe81ae7f4cad33
 URL:           http://ktown.kde.org/~wheeler/taglib/
-BuildRequires: kdelibs-devel >= 9:3.1.93.%{_snap}
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel >= 9:3.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -38,14 +35,13 @@ A tag library - header files.
 Biblioteka tag - pliki nag³ówkowe.
 
 %prep
-%setup -q -n %{name}-%{_snap}
+%setup -q
 
 %build
-%{__make} -f admin/Makefile.common cvs
-
 %configure \
        --disable-rpath \
-       --enable-final
+       --enable-final \
+       --with-qt-libraries=%{_libdir}
 
 %{__make}
 
This page took 0.337049 seconds and 4 git commands to generate.