Author: qboosh Date: Fri Oct 13 09:04:21 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl fix, proper glib BRs
---- Files affected: SPECS: herrie.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/herrie.spec diff -u SPECS/herrie.spec:1.5 SPECS/herrie.spec:1.6 --- SPECS/herrie.spec:1.5 Wed Oct 11 13:45:10 2006 +++ SPECS/herrie.spec Fri Oct 13 11:04:16 2006 @@ -13,7 +13,7 @@ URL: http://g-rave.nl/projects/herrie/ BuildRequires: curl-devel BuildRequires: gettext-devel -BuildRequires: glib-devel +BuildRequires: glib2-devel >= 2.0 BuildRequires: libao-devel BuildRequires: libid3tag-devel BuildRequires: libmad-devel @@ -21,6 +21,7 @@ BuildRequires: libvorbis-devel BuildRequires: ncurses-devel BuildRequires: openssl-devel +BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -30,7 +31,7 @@ %description -l pl Herrie jest konsolowym odtwarzaczem muzyki. Posiada on ekran -podzielony na menedżera plików oraz interfejs playlisty. Wspomaga on +podzielony na zarządcę plików oraz interfejs playlisty. Obsługuje wiele formatów plików (MP3, Ogg Vorbis, wave, FLAC itp). %prep @@ -39,7 +40,7 @@ %patch1 -p1 %build -%{__make} -C src/ \ +%{__make} -C src \ CC="%{__cc}" \ OPTFLAGS="%{rpmcflags}" \ OPTLDFLAGS="%{rpmldflags}" @@ -68,6 +69,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/10/13 09:04:16 qboosh +- pl fix, proper glib BRs + Revision 1.5 2006/10/11 11:45:10 megabajt - pass CC, OPTFLAGS, OPTLDFLAGS @@ -82,4 +86,3 @@ Revision 1.1 2006/10/10 19:36:44 lisu - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/herrie.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
