This commit is contained in:
committed by
Git OBS Bridge
parent
e3945584a3
commit
5e56db61d4
@@ -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
|
Mon Jan 12 15:31:22 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
@@ -30,14 +30,14 @@ BuildRequires: neon-devel openldap2-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
Version: 1.5.5
|
Version: 1.5.5
|
||||||
Release: 1
|
Release: 2
|
||||||
#
|
#
|
||||||
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
||||||
#
|
#
|
||||||
%define apxs /usr/sbin/apxs2
|
%define apxs /usr/sbin/apxs2
|
||||||
%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
|
%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
|
||||||
%define apache_sysconfdir %(%{apxs} -q SYSCONFDIR)
|
%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()")
|
%define site_python %(python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()")
|
||||||
#
|
#
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
@@ -142,8 +142,7 @@ Provides Pythong (SWIG) support for Subversion.
|
|||||||
License: The Apache Software License
|
License: The Apache Software License
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Summary: Apache server module for Subversion server
|
Summary: Apache server module for Subversion server
|
||||||
Requires: subversion = %{version}
|
Requires: subversion = %{version} apache2 %{apache_mmn}
|
||||||
Requires: apache2
|
|
||||||
|
|
||||||
%description server
|
%description server
|
||||||
The subversion-server package adds the Subversion server Apache module
|
The subversion-server package adds the Subversion server Apache module
|
||||||
@@ -443,6 +442,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{apache_libexecdir}/mod_authz_svn.*
|
%{apache_libexecdir}/mod_authz_svn.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 18 2009 crrodriguez@suse.de
|
||||||
|
- all apache modules must require %%{apache_mmn}
|
||||||
* Mon Jan 12 2009 olh@suse.de
|
* Mon Jan 12 2009 olh@suse.de
|
||||||
- try any java for javahl bindings, using /usr/lib*/jvm/java
|
- try any java for javahl bindings, using /usr/lib*/jvm/java
|
||||||
* Mon Jan 12 2009 olh@suse.de
|
* Mon Jan 12 2009 olh@suse.de
|
||||||
|
Reference in New Issue
Block a user