- enable java subpackage again
- tweak subversion.conf comments
This commit is contained in:
parent
40ce653fa7
commit
c8f9389a89
@ -19,6 +19,7 @@ LoadModule authz_svn_module modules/mod_authz_svn.so
|
|||||||
# To create a new repository using this scheme, say,
|
# To create a new repository using this scheme, say,
|
||||||
# http://localhost/repos/stuff, run as root:
|
# http://localhost/repos/stuff, run as root:
|
||||||
#
|
#
|
||||||
|
# # mkdir /var/www/svn
|
||||||
# # cd /var/www/svn
|
# # cd /var/www/svn
|
||||||
# # svnadmin create stuff
|
# # svnadmin create stuff
|
||||||
# # chown -R apache.apache stuff
|
# # chown -R apache.apache stuff
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# set to zero to avoid running test suite
|
# set to zero to avoid running test suite
|
||||||
%define make_check 1
|
%define make_check 1
|
||||||
%define with_java %{?_with_java:1}%{!?_with_java:0}
|
#define with_java %{?_with_java:1}%{!?_with_java:0}
|
||||||
|
%define with_java 1
|
||||||
|
|
||||||
# set JDK path to build javahl; default for JPackage
|
# set JDK path to build javahl; default for JPackage
|
||||||
%define jdk_path /usr/lib/jvm/java-1.4.2-gcj
|
%define jdk_path /usr/lib/jvm/java-1.4.2-gcj
|
||||||
@ -10,7 +11,7 @@
|
|||||||
Summary: Modern Version Control System designed to replace CVS
|
Summary: Modern Version Control System designed to replace CVS
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 2
|
Release: 3
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -218,6 +219,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 1.1.4-3
|
||||||
|
- enable java subpackage again
|
||||||
|
- tweak subversion.conf comments
|
||||||
|
|
||||||
* Sun Apr 3 2005 Joe Orton <jorton@redhat.com> 1.1.4-2
|
* Sun Apr 3 2005 Joe Orton <jorton@redhat.com> 1.1.4-2
|
||||||
- update to 1.1.4
|
- update to 1.1.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user