- update to 1.5.6
- autoload psvn (#238491, Tom Tromey) - regenerate swig bindings (#480503)
This commit is contained in:
parent
36ee946fad
commit
fa6854e443
@ -15,7 +15,7 @@
|
||||
Summary: A Modern Concurrent Version Control System
|
||||
Name: subversion
|
||||
Version: 1.5.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: ASL 1.1
|
||||
Group: Development/Tools
|
||||
URL: http://subversion.tigris.org/
|
||||
@ -112,8 +112,10 @@ This package includes the Ruby bindings to the Subversion libraries.
|
||||
%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
|
||||
@ -183,7 +185,7 @@ for f in emacs/site-lisp xemacs/site-packages/lisp; do
|
||||
done
|
||||
|
||||
install -m 644 $RPM_SOURCE_DIR/psvn-init.el \
|
||||
${RPM_BUILD_ROOT}%{_datadir}/%{_datadir}/emacs/site-lisp
|
||||
${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
|
||||
@ -279,9 +281,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 9 2009 Joe Orton <jorton@redhat.com> 1.5.6-1
|
||||
* Mon Mar 9 2009 Joe Orton <jorton@redhat.com> 1.5.6-2
|
||||
- update to 1.5.6
|
||||
- autoload psvn (#238491, Tom Tromey)
|
||||
- regenerate swig bindings (#480503)
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user