]> git.pld-linux.org Git - packages/taglib.git/commitdiff
- added patch to respect automake 1.11
authorSławomir Paszkiewicz <paszczus@pld-linux.org>
Thu, 24 Sep 2009 09:13:12 +0000 (09:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- enabled ASF support

Changed files:
    taglib.spec -> 1.33

taglib.spec

index 6498ff3db813be1a03b1e5202804139e5dab74fe..c7d7c4fd40533e7dd82bc668653e22537be74c73 100644 (file)
@@ -9,6 +9,7 @@ Source0:        http://ktown.kde.org/~wheeler/files/src/%{name}-%{version}.tar.gz
 # Source0-md5: 5ecad0816e586a954bd676a86237d054
 Patch0:                %{name}-libtool-sanitize.patch
 Patch1:                kde-ac260-lt.patch
+Patch2:                taglib-am.patch
 URL:           http://ktown.kde.org/~wheeler/taglib.html
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6
@@ -42,6 +43,7 @@ Pliki nagłówkowe biblioteki tag.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.* admin
@@ -50,6 +52,7 @@ cp -f /usr/share/automake/config.* admin
 %configure \
        --disable-rpath \
        --enable-final \
+       --enable-asf \
        --with-qt-libraries=%{_libdir}
 
 %{__make}
This page took 0.083441 seconds and 4 git commands to generate.