Updating link to change in openSUSE:Factory/apache2 revision 40.0

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=4f726a96e8002a4875e7a4ea4de8f02f
This commit is contained in:
OBS User buildservice-autocommit 2010-05-11 15:16:17 +00:00 committed by Git OBS Bridge
parent 5777250337
commit 81a905ad19
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri May 7 12:38:10 UTC 2010 - aj@suse.de
- Do not compile in build time but use mtime of changes file instead.
This allows build-compare to identify that no changes have happened.
-------------------------------------------------------------------
Tue Mar 30 23:49:28 UTC 2010 - poeml@cmdline.net
- add apache2-prefork to the Requires of apache2-devel, because apxs2 will
build for prefork, if not called as apxs2-worker (which should rarely be the
case). Also added gcc to the Requires.
-------------------------------------------------------------------
Mon Mar 8 12:34:18 UTC 2010 - poeml@cmdline.net

View File

@ -64,9 +64,11 @@ License: ASLv..
Group: Productivity/Networking/Web/Servers
%define realver 2.2.15
Version: 2.2.15
Release: 1
Release: 2
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
# Add file to take mtime from it in prep section
Source1: apache2.changes
Source10: SUSE-NOTICE
Source11: rc.%{pname}
Source13: sysconfig.%{pname}
@ -298,6 +300,7 @@ Summary: Apache 2.0 Header and Include Files
Group: Development/Libraries/C and C++
Requires: %{name} = %{version} %{pname}-MPM
Requires: libapr1-devel libapr-util1-devel
Requires: apache2-prefork gcc
%description devel
This package contains header files and include files that are needed
@ -395,6 +398,9 @@ cp -p %{S:16} %{S:17} .; gunzip mkcert.sh.gz
#
sed 's,(" PLATFORM "),(%platform_string),' server/core.c > tmp_file && mv tmp_file server/core.c
sed 's/public_html/%{userdir}/g' docs/conf/extra/httpd-userdir.conf.in > tmp_file && mv tmp_file docs/conf/extra/httpd-userdir.conf.in
# Use mtime of .changes for build time
CHANGES=`stat --format="%y" %SOURCE1`
sed -i -e "s/__DATE__ \" \" __TIME__;/\"$CHANGES\";/" server/buildmark.c
#
# now configure Apache
#