]> git.pld-linux.org Git - packages/id3lib.git/commitdiff
- up to 3.8.2
authorTomek Orzechowski <orzech@pld-linux.org>
Wed, 25 Dec 2002 12:22:42 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated patch
- removed cxx substitution - cc didn't linked that stuff properly
- not tested against gcc3 (patch commented out, major code changes)

Changed files:
    id3lib.spec -> 1.27

id3lib.spec

index ae6ffd88b5d038d65481586ae019ddd5b63a7438..4f7a1d7dc4c8ea738a8ff12510577ba0ab7298e6 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       A software library for manipulating ID3v1 and ID3v2 tags
 Summary(pl):   Biblioteka do zarzĀ±dzania znacznikami ID3v1 oraz ID3v2
 Name:          id3lib
-Version:       3.7.13
-Release:       5
+Version:       3.8.2
+Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/id3lib/%{name}-%{version}.tar.gz
-Patch0:                %{name}-configure.patch
-Patch1:                %{name}-nozlibpopt.patch
-Patch2:                %{name}-gcc3.patch
+Patch0:                %{name}-nozlibpopt.patch
+#Patch1:               %{name}-gcc3.patch
 URL:           http://id3lib.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -17,11 +16,6 @@ BuildRequires:       popt-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _gcc_ver        %(%{__cc} -dumpversion | cut -b 1)
-%if %{_gcc_ver} == 2
-%define                __cxx           "%{__cc}"
-%endif
-
 %description
 This package provides a software library for manipulating ID3v1 and
 ID3v2 tags. It provides a convenient interface for software developers
@@ -82,8 +76,7 @@ id3info, id3tag.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
+#%patch1 -p1
 
 %build
 rm -f missing
This page took 0.068097 seconds and 4 git commands to generate.