- 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
|
Summary: A Modern Concurrent Version Control System
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.5.6
|
Version: 1.5.6
|
||||||
Release: 1
|
Release: 2
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -112,8 +112,10 @@ This package includes the Ruby bindings to the Subversion libraries.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Regenerate after patches to build.conf et al
|
# Regenerate the buildsystem, so that:
|
||||||
autoheader && autoconf && ./gen-make.py --reload
|
# 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
|
# fix shebang lines, #111498
|
||||||
perl -pi -e 's|/usr/bin/env perl -w|/usr/bin/perl -w|' tools/hook-scripts/*.pl.in
|
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
|
done
|
||||||
|
|
||||||
install -m 644 $RPM_SOURCE_DIR/psvn-init.el \
|
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
|
# Rename authz_svn INSTALL doc for docdir
|
||||||
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
|
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
|
||||||
@ -279,9 +281,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
- update to 1.5.6
|
||||||
- autoload psvn (#238491, Tom Tromey)
|
- 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user