]> git.pld-linux.org Git - packages/libgpod.git/commitdiff
- fix building with sg3_utils >= 1.26, release 5 auto/th/libgpod-0_6_0-5 auto/ti/libgpod-0_6_0-5
authorhawk <hawk@pld-linux.org>
Wed, 30 Jul 2008 06:42:52 +0000 (06:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgpod.spec -> 1.31

libgpod.spec

index 1c2bd57f143b390d73749dddd45e295b0c42ef00..8361207d1e9918bba0e4fa1fced690d80ab54070 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Shared library to access the contents of an iPod
 Summary(pl.UTF-8):     Biblioteka współdzielona do dostępu do zawartości iPodów
 Name:          libgpod
 Version:       0.6.0
-Release:       4
+Release:       5
 License:       GPL v2
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
 # Source0-md5: b44d8aee3f6610370b6faf61770c5f3c
 Patch0:                %{name}-gcc43.patch
+Patch1:                %{name}-sgutils.patch
 URL:           http://www.gtkpod.org/libgpod.html
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -24,7 +25,7 @@ BuildRequires:        python-devel >= 2.1.1
 BuildRequires: python-eyeD3 >= 0.6.6
 BuildRequires: python-mutagen >= 1.8
 BuildRequires: rpm-pythonprov
-BuildRequires: sg3_utils-devel
+BuildRequires: sg3_utils-devel >= 1.26
 BuildRequires: swig-python >= 1.3.24
 # for noinst test only
 #BuildRequires:        taglib-devel
@@ -112,6 +113,7 @@ Biblioteki umożliwiające korzystanie z libgpod z poziomu Pythona.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__gtkdocize}
This page took 0.025488 seconds and 4 git commands to generate.