Author: megabajt Date: Sat Feb 17 10:38:38 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added gcc4 patch (kill extra qualification) - release 2
---- Files affected: SPECS: apachetop.spec (1.26 -> 1.27) ---- Diffs: ================================================================ Index: SPECS/apachetop.spec diff -u SPECS/apachetop.spec:1.26 SPECS/apachetop.spec:1.27 --- SPECS/apachetop.spec:1.26 Mon Feb 12 22:23:47 2007 +++ SPECS/apachetop.spec Sat Feb 17 11:38:32 2007 @@ -6,13 +6,14 @@ Summary(pl.UTF-8): Podobny do topa program pokazujący pracę Apache'a Name: apachetop Version: 0.12.6 -Release: 1 +Release: 2 Epoch: 1 License: BSD Group: Networking/Utilities Source0: http://www.webta.org/apachetop/%{name}-%{version}.tar.gz # Source0-md5: 604283ac4bbbddd98fc9b1f11381657e Patch0: %{name}-log_location.patch +Patch1: %{name}-gcc4.patch URL: http://www.webta.org/projects/apachetop/ BuildRequires: ncurses-devel BuildRequires: pcre-devel @@ -32,6 +33,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 sed -i -e 's#fam#fambroken#g' configure* @@ -62,6 +64,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2007/02/17 10:38:32 megabajt +- added gcc4 patch (kill extra qualification) +- release 2 + Revision 1.26 2007/02/12 21:23:47 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apachetop.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
