Author: lisu Date: Wed Apr 2 18:01:48 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.0.1 - pass CFLAGS and LDFLAGS
---- Files affected: SPECS: herrie.spec (1.37 -> 1.38) ---- Diffs: ================================================================ Index: SPECS/herrie.spec diff -u SPECS/herrie.spec:1.37 SPECS/herrie.spec:1.38 --- SPECS/herrie.spec:1.37 Mon Jan 21 21:01:17 2008 +++ SPECS/herrie.spec Wed Apr 2 20:01:43 2008 @@ -2,12 +2,12 @@ Summary: A command line music player Summary(pl.UTF-8): Konsolowy odtwarzacz muzyki Name: herrie -Version: 1.9.2 +Version: 2.0.1 Release: 1 License: BSD Group: Applications/Sound Source0: http://herrie.info/distfiles/%{name}-%{version}.tar.bz2 -# Source0-md5: aef6c624abf78f05f2291d1ad1645962 +# Source0-md5: 75df643f08ef35de2b5605158e889957 URL: http://herrie.info/ BuildRequires: curl-devel BuildRequires: gettext-devel @@ -40,6 +40,8 @@ %build CC="%{__cc}" \ +LDFLAGS="%{rpmldflags}" \ +CFLAGS="%{rpmcflags}" \ ./configure %{__make} @@ -69,6 +71,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2008-04-02 18:01:43 lisu +- 2.0.1 +- pass CFLAGS and LDFLAGS + Revision 1.37 2008-01-21 20:01:17 lisu - 1.9.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/herrie.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
