Author: blues Date: Mon Jul 17 16:12:52 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 3.2.2 - changed URL and sources location. Commented out patch0, which seems to be unfinished (according to changelog) and does not currently applies. Waiting for author.
---- Files affected: SPECS: mp3blaster.spec (1.48 -> 1.49) ---- Diffs: ================================================================ Index: SPECS/mp3blaster.spec diff -u SPECS/mp3blaster.spec:1.48 SPECS/mp3blaster.spec:1.49 --- SPECS/mp3blaster.spec:1.48 Wed Jan 25 12:04:47 2006 +++ SPECS/mp3blaster.spec Mon Jul 17 18:12:47 2006 @@ -6,14 +6,14 @@ Summary: ncurses-based based MP3 player Summary(pl): Odtwarzacz plików MP3 bazowany na ncurses Name: mp3blaster -Version: 3.2.0 -Release: 2.1 +Version: 3.2.2 +Release: 0.1 License: GPL Group: Applications/Sound -Source0: http://www.stack.nl/~brama/mp3blaster/src/%{name}-%{version}.tar.gz -# Source0-md5: d01a36de2ebb5b4f7c407ae6cc7668b1 +Source0: http://dl.sourceforge.net/mp3blaster/%{name}-%{version}.tar.gz +# Source0-md5: 36408f3d7ac10db50e6c9df202adc071 Patch0: mp3blaster-misc.patch -URL: http://www.stack.nl/~brama/mp3blaster/ +URL: http://mp3blaster.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libvorbis-devel >= 1:1.0 @@ -35,7 +35,7 @@ %prep %setup -q -%patch0 -p1 +#%patch0 -p1 # check me!!! %build rm -f missing @@ -50,7 +50,8 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -69,6 +70,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.49 2006/07/17 16:12:47 blues +- 3.2.2 - changed URL and sources location. Commented out patch0, which + seems to be unfinished (according to changelog) and does not currently + applies. Waiting for author. + Revision 1.48 2006/01/25 11:04:47 adasi - fixing issue with not-detached threads (memory leak) - better search (using case-insensitive regexp instead of simple strncmp on ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mp3blaster.spec?r1=1.48&r2=1.49&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
