rpms/apachetop/EL-5 apachetop.spec,1.13,1.14

Robert Scheck robert at fedoraproject.org
Fri May 29 08:30:12 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/apachetop/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30125/EL-5

Modified Files:
	apachetop.spec 
Log Message:
Initial branch filling of apachetop for EPEL



Index: apachetop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apachetop/EL-5/apachetop.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- apachetop.spec	30 Aug 2006 14:24:48 -0000	1.13
+++ apachetop.spec	29 May 2009 08:29:42 -0000	1.14
@@ -1,15 +1,16 @@
 Name:           apachetop
 Version:        0.12.6
-Release:        2%{?dist}
+Release:        6%{?dist}
 Summary:        A top-like display of Apache logs
 
 Group:          Applications/Internet
 License:        BSD
 URL:            http://www.webta.org/projects/apachetop
-Source0:        http://www.webta.org/apachetop/apachetop-0.12.6.tar.gz
+Source0:        http://www.webta.org/apachetop/apachetop-%{version}.tar.gz
+Patch:          apachetop-0.12.6-maxpathlen.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  ncurses-devel, m4, readline-devel
+BuildRequires:  ncurses-devel, m4, readline-devel, autoconf, automake
 
 %description
 ApacheTop watches a logfile generated by Apache (in standard common or
@@ -19,6 +20,8 @@ fields in combined) and generates human-
 
 %prep
 %setup -q
+%patch -p1 -b .maxpathlen
+autoheader
 
 
 %build
@@ -43,6 +46,18 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.6-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Jun 21 2008 Robert Scheck <robert at fedoraproject.org> 0.12.6-5
+- Fixed a buffer overflow by wrong MAXPATHLEN define (#446199)
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.12.6-4
+- Autorebuild for GCC 4.3
+
+* Sat Aug 25 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.12.6-3
+- rebuild for BuildID
+
 * Wed Aug 30 2006 Aurelien Bompard <abompard at fedoraproject.org> 0.12.6-2
 - rebuild
 




More information about the scm-commits mailing list