Author: glen Date: Sun Mar 18 19:52:18 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - update to 1.62-beta-2
---- Files affected: SPECS: streamripper.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/streamripper.spec diff -u SPECS/streamripper.spec:1.14 SPECS/streamripper.spec:1.15 --- SPECS/streamripper.spec:1.14 Mon Feb 12 23:09:16 2007 +++ SPECS/streamripper.spec Sun Mar 18 20:52:12 2007 @@ -1,17 +1,19 @@ # $Revision$, $Date$ +%define _rc beta-2 Summary: Open Source (GPL) application that lets you record streaming MP3 to your hard drive Summary(pl.UTF-8): Aplikacja o Otwartym Kodzie (GPL) pozwalająca zapisać strumień MP3 na dysk twardy Name: streamripper -Version: 1.61.27 -Release: 1 +Version: 1.62 +Release: 0.1 License: GPL Group: Applications -Source0: http://dl.sourceforge.net/streamripper/%{name}-%{version}.tar.gz -# Source0-md5: d92a37bf23ee3f1bd5a9498d72c0562a +Source0: http://dl.sourceforge.net/streamripper/%{name}-%{version}-%{_rc}.tar.gz +# Source0-md5: 595712d6309e0c2e62345b4139004a76 URL: http://streamripper.sourceforge.net/ BuildRequires: libmad-devel >= 0.15.1b BuildRequires: libogg-devel BuildRequires: libvorbis-devel +BuildRequires: tre-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -23,10 +25,14 @@ pliki na dysku z odpowiednimi nazwami wykorzystując "meta dane". %prep -%setup -q +%setup -q -n %{name}-%{version}-%{_rc} +rm -rf tre-0.7.2 libmad-0.15.1b %build -%configure +%configure \ + --with-ogg=/usr \ + --with-vorbis=/usr + %{__make} %install @@ -52,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2007/03/18 19:52:12 glen +- update to 1.62-beta-2 + Revision 1.14 2007/02/12 22:09:16 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/streamripper.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
