Author: witekfl Date: Wed Oct 24 16:10:19 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added the overflow.patch - pass rpmcflags to the make - rel 4
---- Files affected: SPECS: newsfetch.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/newsfetch.spec diff -u SPECS/newsfetch.spec:1.21 SPECS/newsfetch.spec:1.22 --- SPECS/newsfetch.spec:1.21 Tue Feb 13 08:16:49 2007 +++ SPECS/newsfetch.spec Wed Oct 24 18:10:14 2007 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Narzędzie do przesyłania artykułów NEWS Name: newsfetch Version: 1.21 -Release: 3 +Release: 4 License: Distributable Group: Applications/News Source0: ftp://sunsite.unc.edu/pub/Linux/system/news/readers/%{name}-%{version}.tar.gz # Source0-md5: e343a34d50d0c304f939938a8ee6cbaf Patch0: %{name}-gcc3.patch +Patch1: %{name}-overflow.patch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -25,9 +26,10 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build -%{__make} +%{__make} CFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT @@ -51,6 +53,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2007/10/24 16:10:14 witekfl +- added the overflow.patch +- pass rpmcflags to the make +- rel 4 + Revision 1.21 2007/02/13 07:16:49 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/newsfetch.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
