OBS User unknown
2009-02-19 22:52:07 +00:00
committed by Git OBS Bridge
parent e3945584a3
commit 5e56db61d4
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 18 00:49:55 CET 2009 - crrodriguez@suse.de
- all apache modules must require %{apache_mmn}
-------------------------------------------------------------------
Mon Jan 12 15:31:22 CET 2009 - olh@suse.de

View File

@@ -30,14 +30,14 @@ BuildRequires: neon-devel openldap2-devel
%endif
BuildRequires: sqlite-devel
Version: 1.5.5
Release: 1
Release: 2
#
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
#
%define apxs /usr/sbin/apxs2
%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
%define apache_sysconfdir %(%{apxs} -q SYSCONFDIR)
#
%define apache_mmn %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN)
%define site_python %(python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()")
#
PreReq: %insserv_prereq %fillup_prereq
@@ -142,8 +142,7 @@ Provides Pythong (SWIG) support for Subversion.
License: The Apache Software License
Group: Development/Tools/Version Control
Summary: Apache server module for Subversion server
Requires: subversion = %{version}
Requires: apache2
Requires: subversion = %{version} apache2 %{apache_mmn}
%description server
The subversion-server package adds the Subversion server Apache module
@@ -443,6 +442,8 @@ rm -rf $RPM_BUILD_ROOT
%{apache_libexecdir}/mod_authz_svn.*
%changelog
* Wed Feb 18 2009 crrodriguez@suse.de
- all apache modules must require %%{apache_mmn}
* Mon Jan 12 2009 olh@suse.de
- try any java for javahl bindings, using /usr/lib*/jvm/java
* Mon Jan 12 2009 olh@suse.de