SPECS: lame.spec - updated to 3.98.2
baggins
baggins at pld-linux.org
Fri Nov 14 14:13:36 CET 2008
Author: baggins Date: Fri Nov 14 13:13:36 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 3.98.2
---- Files affected:
SPECS:
lame.spec (1.53 -> 1.54)
---- Diffs:
================================================================
Index: SPECS/lame.spec
diff -u SPECS/lame.spec:1.53 SPECS/lame.spec:1.54
--- SPECS/lame.spec:1.53 Sat Aug 23 14:42:55 2008
+++ SPECS/lame.spec Fri Nov 14 14:13:31 2008
@@ -8,18 +8,19 @@
Summary(pl.UTF-8): Program do tworzenia skompresowanych plików dźwiękowych
Summary(pt_BR.UTF-8): Lame é um gerador de MP3
Name: lame
-Version: 3.98
+%define _ver 3.98
+%define _vermin 2
+Version: %{_ver}.%{_vermin}
Release: 1
# libmp3lame encoder is LGPL v2+, but decoder parts (enabled by default)
# come from old mpg123 code, which was licensed on GPL
License: GPL v2+ (MP3 decoder), LGPL v2+ (the rest)
Group: Applications/Sound
-Source0: http://dl.sourceforge.net/lame/%{name}-%(echo %{version} | tr -d .).tar.gz
-# Source0-md5: f44b9f8e1b5d8835d0a77f9cc9cedd1c
+Source0: http://dl.sourceforge.net/lame/%{name}-%(echo %{_ver} | tr -d .)%{?_vermin:-%{_vermin}}.tar.gz
+# Source0-md5: 719dae0ee675d0c16e0e89952930ed35
Patch0: %{name}-link.patch
Patch1: %{name}-without_gtk.patch
Patch2: %{name}-amfix.patch
-Patch3: %{name}-stdint.patch
URL: http://lame.sourceforge.net/
BuildRequires: autoconf >= 2.59
BuildRequires: automake
@@ -112,11 +113,10 @@
Analizator ramek w GTK+.
%prep
-%setup -q -n %{name}-%(echo %{version} | tr -d .)
+%setup -q -n %{name}-%(echo %{_ver} | tr -d .)%{?_vermin:-%{_vermin}}
%patch0 -p1
%{!?with_gtk:%patch1 -p1}
%patch2 -p1
-%patch3 -p1
%build
%{__libtoolize}
@@ -184,6 +184,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.54 2008/11/14 13:13:31 baggins
+- updated to 3.98.2
+
Revision 1.53 2008/08/23 12:42:55 qboosh
- updated to 3.98
- updated link patch, added stdint patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lame.spec?r1=1.53&r2=1.54&f=u
More information about the pld-cvs-commit
mailing list