- update to 1.6.2 (#500933, #469524)

This commit is contained in:
jorton 2009-05-28 10:41:33 +00:00
parent 5f29883750
commit addca8767e
2 changed files with 29 additions and 15 deletions

View File

@ -1 +1 @@
532c7d49b3cd33d712289a5ef03b7749 subversion-1.5.5.tar.gz
93f128306b11e1a1c64ff51338777952 subversion-1.6.2.tar.gz

View File

@ -12,10 +12,10 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Summary: Modern Version Control System designed to replace CVS
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.5.5
Release: 3%{?dist}
Version: 1.6.2
Release: 2%{?dist}
License: ASL 1.1
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -23,14 +23,16 @@ Source0: http://subversion.tigris.org/tarballs/subversion-%{version}.tar.gz
Source1: subversion.conf
Source3: filter-requires.sh
Source4: http://www.xsteve.at/prg/emacs/psvn.el
Patch2: subversion-0.20.1-deplibs.patch
Patch3: subversion-1.5.1-rpath.patch
Patch6: subversion-1.5.2-pie.patch
Source5: psvn-init.el
Patch2: subversion-1.6.0-deplibs.patch
Patch3: subversion-1.6.1-rpath.patch
Patch6: subversion-1.6.0-pie.patch
Patch7: subversion-1.1.3-java.patch
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext
BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0
BuildRequires: neon-devel >= 0:0.24.7-1, cyrus-sasl-devel
BuildRequires: sqlite-devel >= 3.4.0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Provides: svn = %{version}-%{release}
Requires: apr >= 1.3.0
@ -60,7 +62,7 @@ package.
%package -n mod_dav_svn
Group: System Environment/Daemons
Summary: Apache server module for Subversion server
Summary: Apache httpd module for Subversion server
Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing)
Requires: subversion = %{version}-%{release}
BuildRequires: httpd-devel >= 2.0.45
@ -105,14 +107,19 @@ This package includes the Ruby bindings to the Subversion libraries.
%setup -q
%patch2 -p1 -b .deplibs
%patch3 -p1 -b .rpath
%patch6 -p1 -b .pie
#patch6 -p1 -b .pie
%if %{with_java}
%patch7 -p1 -b .java
%endif
%ifarch sparc64
sed -i -e 's|-fpie|-fPIE|g' Makefile.in
%endif
%build
# Regenerate after patches to build.conf et al
autoheader && autoconf && ./gen-make.py --reload
# Regenerate the buildsystem, so that:
# 1) patches applied to configure.in take effect
# 2) the swig bindings are regenerated using the system swig
./autogen.sh --release
# fix shebang lines, #111498
perl -pi -e 's|/usr/bin/env perl -w|/usr/bin/perl -w|' tools/hook-scripts/*.pl.in
@ -122,12 +129,13 @@ export svn_cv_ruby_link="%{__cc} -shared"
export svn_cv_ruby_sitedir_libsuffix=""
export svn_cv_ruby_sitedir_archsuffix=""
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
--with-swig --with-neon=%{_prefix} \
--with-ruby-sitedir=%{ruby_sitearch} \
--with-apxs=%{_sbindir}/apxs --disable-mod-activation \
--disable-static --with-sasl=%{_prefix}
--disable-static --with-sasl=%{_prefix} \
--disable-neon-version-check
make %{?_smp_mflags} all
make swig-py swig-py-lib %{swigdirs}
make swig-pl swig-pl-lib swig-rb swig-rb-lib
@ -181,6 +189,9 @@ for f in emacs/site-lisp xemacs/site-packages/lisp; do
install -m 644 $RPM_SOURCE_DIR/psvn.el ${RPM_BUILD_ROOT}%{_datadir}/$f
done
install -m 644 $RPM_SOURCE_DIR/psvn-init.el \
${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp
# Rename authz_svn INSTALL doc for docdir
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
@ -232,8 +243,8 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*
%{python_sitearch}/svn
%{python_sitearch}/libsvn
%{_datadir}/emacs/site-lisp
%{_datadir}/xemacs/site-packages/lisp
%{_datadir}/emacs/site-lisp/*.el
%{_datadir}/xemacs/site-packages/lisp/*.el
%dir %{_sysconfdir}/subversion
%exclude %{_libdir}/libsvn_swig_perl*
%exclude %{_libdir}/libsvn_swig_ruby*
@ -275,6 +286,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Thu May 28 2009 Joe Orton <jorton@redhat.com> 1.6.2-2.fc10
- update to 1.6.2 (#500933, #469524)
* Fri Jan 30 2009 Joe Orton <jorton@redhat.com> 1.5.5-4.fc10
- rebuild