OBS User unknown 2007-07-23 19:27:20 +00:00 committed by Git OBS Bridge
parent 478f5eaf99
commit d5ff858bc3
2 changed files with 52 additions and 23 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jul 18 16:04:05 CEST 2007 - skh@suse.de
- split off apache2-utils subpackage, containing all helper tools that
are useful for system administrators in general (b.n.c. #272292 and
FATE #302059)
-------------------------------------------------------------------
Thu Mar 29 19:14:16 CEST 2007 - dmueller@suse.de

View File

@ -55,7 +55,7 @@ License: The Apache Software License
Group: Productivity/Networking/Web/Servers
%define realver 2.2.4
Version: 2.2.4
Release: 14
Release: 44
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
Source10: SUSE-NOTICE
@ -116,6 +116,7 @@ Summary: The Apache Web Server Version 2.0
Autoreqprov: on
Provides: httpd http_daemon %{apache_mmn} suse_help_viewer
Requires: %{pname}-MPM /etc/mime.types
PreReq: %{name}-utils
Requires: logrotate
Requires: libapr1 >= 1.0
Requires: libapr1 < 2.0
@ -285,6 +286,20 @@ server.
Authors:
--------
Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE
%package utils
Summary: Apache 2 utilities
Group: Productivity/Networking/Web/Servers
%description utils
Utilities provided by the Apache 2 Web Server project which are useful
to administrators of web servers in general.
Authors:
--------
Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE
@ -778,17 +793,9 @@ mv $RPM_BUILD_ROOT/%{sysconfdir}/original .
%doc support/SHA1
%doc %attr(755,root,root) certificate.sh
%doc %attr(755,root,root) mkcert.sh
%doc %{_mandir}/man1/dbmmanage%{vers}.1.gz
%doc %{_mandir}/man1/htdbm%{vers}.1.gz
%doc %{_mandir}/man1/htdigest%{vers}.1.gz
%doc %{_mandir}/man1/htpasswd%{vers}.1.gz
%doc %{_mandir}/man8/ab%{vers}.8.gz
%doc %{_mandir}/man8/apachectl%{vers}.8.gz
%doc %{_mandir}/man8/htcacheclean%{vers}.8.gz
%doc %{_mandir}/man8/%{httpd}.8.gz
%doc %{_mandir}/man8/logresolve%{vers}.8.gz
%doc %{_mandir}/man8/rotatelogs%{vers}.8.gz
%doc %{_mandir}/man8/suexec%{vers}.8.gz
%doc %{_mandir}/man8/apxs%{vers}.8.gz
%doc robots.txt
%doc printenv
@ -832,29 +839,15 @@ mv $RPM_BUILD_ROOT/%{sysconfdir}/original .
%config /etc/init.d/%{pname}
#
%{_sbindir}/rc%{pname}
%{_sbindir}/ab%{vers}
%{_sbindir}/apache%{vers}ctl
%{_sbindir}/envvars
%{_sbindir}/envvars-std
%{_sbindir}/htcacheclean
%{_sbindir}/httxt2dbm
%{_sbindir}/logresolve%{vers}
%{_sbindir}/logresolve.pl%{vers}
%{_sbindir}/rotatelogs%{vers}
%{_sbindir}/sysconf_addword
%{_sbindir}/a2enflag
%{_sbindir}/a2enmod
%{_sbindir}/a2disflag
%{_sbindir}/a2dismod
%{_bindir}/log_server_status%{vers}
%{_bindir}/split-logfile%{vers}
%{_bindir}/gensslcert
%{_bindir}/check_forensic%{vers}
%{_bindir}/dbmmanage%{vers}
%{_bindir}/htdbm%{vers}
%{_bindir}/htdigest%{vers}
%{_bindir}/htpasswd%{vers}
%verify(not mode) %attr(0755,root,root) %_sbindir/suexec2
%{iconsdir}
%{errordir}
%{_var}/adm/fillup-templates/sysconfig.%{pname}
@ -919,6 +912,31 @@ mv $RPM_BUILD_ROOT/%{sysconfdir}/original .
%config(noreplace) %{htdocsdir}/apache_*.gif
%config(noreplace) %{htdocsdir}/favicon.ico
%config(noreplace) %{htdocsdir}/robots.txt
%files utils
%defattr(-,root,root)
%doc %{_mandir}/man8/ab%{vers}.8.gz
%doc %{_mandir}/man1/dbmmanage%{vers}.1.gz
%doc %{_mandir}/man1/htdbm%{vers}.1.gz
%doc %{_mandir}/man1/htdigest%{vers}.1.gz
%doc %{_mandir}/man1/htpasswd%{vers}.1.gz
%doc %{_mandir}/man8/logresolve%{vers}.8.gz
%doc %{_mandir}/man8/rotatelogs%{vers}.8.gz
%doc %{_mandir}/man8/suexec%{vers}.8.gz
%{_bindir}/check_forensic%{vers}
%{_bindir}/dbmmanage%{vers}
%{_bindir}/gensslcert
%{_bindir}/htdbm%{vers}
%{_bindir}/htdigest%{vers}
%{_bindir}/htpasswd%{vers}
%{_bindir}/split-logfile%{vers}
%{_sbindir}/ab%{vers}
%{_sbindir}/httxt2dbm
%{_sbindir}/logresolve.pl%{vers}
%{_sbindir}/logresolve%{vers}
%{_sbindir}/rotatelogs%{vers}
%{_sbindir}/sysconf_addword
%verify(not mode) %attr(0755,root,root) %_sbindir/suexec2
%if %prefork
%post prefork
@ -1038,6 +1056,10 @@ if ! test -f /.buildenv; then
fi
%changelog
* Wed Jul 18 2007 - skh@suse.de
- split off apache2-utils subpackage, containing all helper tools that
are useful for system administrators in general (b.n.c. #272292 and
FATE #302059)
* Thu Mar 29 2007 - dmueller@suse.de
- add zlib-devel to BuildRequires
* Fri Mar 23 2007 - poeml@suse.de