Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
Modules
>
apache2-mod_stats
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
apache2-mod_stats.changes
@@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Thu Jun 4 12:36:38 CEST 2009 - poeml@suse.de + +- fix build on CentOS5 (by requiring httpd instead of + apache2-devel, and using apxs instead of apxs2) + +------------------------------------------------------------------- +Tue Jun 10 10:45:16 CEST 2008 - poeml@suse.de + +- build service supports the debuginfo flag in metadata now; remove + debug_package macro from the specfile therefore. + +------------------------------------------------------------------- Wed Aug 22 08:04:30 CEST 2007 - poeml@suse.de - update to r2018
[-]
[+]
Changed
apache2-mod_stats.spec
^
@@ -10,9 +10,15 @@ # norootforbuild -Name: apache2-mod_stats -BuildRequires: apache2-devel apache2-prefork apache2-webthings-collection + +%if %{defined suse_version} %define apxs /usr/sbin/apxs2 +BuildRequires: apache2-devel apache2-prefork apache2-worker +%else +%define apxs /usr/sbin/apxs +BuildRequires: httpd-devel +%endif +BuildRequires: apache2-webthings-collection %define apache apache2 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR) %define apache_sysconfdir %(%{apxs} -q SYSCONFDIR) @@ -20,13 +26,22 @@ %define apache_serverroot %(%{apxs} -q PREFIX) %define apache_localstatedir %(%{apxs} -q LOCALSTATEDIR) %define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN) +Name: apache2-mod_stats +Summary: Apache module collecting buildservice download statistics Version: 1.1 -Release: 30 +Release: 36 License: Apache License 2.0 Group: Productivity/Networking/Web/Servers -Requires: apache2 %{apache_mmn} +# +%if %{defined suse_version} +Requires: apache2 >= 2.2.6 +Requires: %{apache_mmn} +Requires: libapr-util1 >= 1.3.0 +%else +Requires: httpd +%endif +# Autoreqprov: on -Summary: Apache module collecting buildservice download statistics # # svn export 'https://forgesvn1.novell.com/svn/opensuse/trunk/tools/download-stats/mod_stats'; tar czf mod_stats.tar.gz mod_stats Source: mod_stats.tar.gz @@ -43,9 +58,6 @@ Author: Peter Poeml <poeml@suse.de> -%if 0%{?opensuse_bs} -%debug_package -%endif %prep %setup -n mod_stats