]> git.pld-linux.org Git - packages/taglib.git/blobdiff - taglib.spec
- fix problems with autoconf 2.60 which creates configure that runs in POSIX mode
[packages/taglib.git] / taglib.spec
index 6a4d1d7d2fd6ea6ee7b7267d81a58748d62f2470..a616868729eb54bc64c5dee41ef2dc421624cae5 100644 (file)
@@ -1,18 +1,19 @@
 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:       1.0
-Release:       1
+Version:       1.4
+Release:       2
 License:       GPL
 Group:         X11/Libraries
-Source0:       http://ktown.kde.org/~wheeler/taglib/%{name}-%{version}.tar.gz
-# Source0-md5: 9595e2cf3e12de96afbe81ae7f4cad33
+Source0:       http://ktown.kde.org/~wheeler/files/src/%{name}-%{version}.tar.gz
+# Source0-md5: dcd50ddb2544faeae77f194804559404
 Patch0:                %{name}-libtool-sanitize.patch
-Patch1:                %{name}-am18.patch
-URL:           http://ktown.kde.org/~wheeler/taglib/
+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
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,7 +21,7 @@ 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±
+Biblioteka tag wykorzystywana przez program juk, bêd±cy czê¶ci±
 pakietu kdemultimedia.
 
 %package devel
@@ -39,10 +40,12 @@ Pliki nag
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -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
+%{__perl} -pi -e 's/(automake\*1\.6\.\* \| automake\*1\.7\*)/automake*1.[6-9]*/' admin/cvs.sh
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
@@ -76,4 +79,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libtag_c.so
 %{_libdir}/libtag.la
 %{_libdir}/libtag_c.la
+%{_pkgconfigdir}/taglib.pc
 %{_includedir}/taglib
This page took 0.065356 seconds and 4 git commands to generate.