auto-import changelog data from subversion-1.0.6-3.src.rpm

Mon Aug 23 2004 Joe Orton <jorton@redhat.com> 1.0.6-3
- add svn_load_dirs.pl to docdir (#128338)
- add psvn.el (#128356)
This commit is contained in:
cvsdist 2004-09-09 12:52:07 +00:00
parent 9258f62bd5
commit e1e7868315
2 changed files with 2240 additions and 2 deletions

2224
psvn.el Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,13 +6,14 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
Version: 1.0.6
Release: 2
Release: 3
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org/
Source0: http://subversion.tigris.org/tarballs/subversion-%{version}.tar.gz
Source1: subversion.conf
Source3: filter-requires.sh
Source4: http://xsteve.nit.at/prg/emacs/psvn.el
Patch1: subversion-0.24.2-swig.patch
Patch2: subversion-0.20.1-deplibs.patch
Patch3: subversion-0.31.0-rpath.patch
@ -135,8 +136,14 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_swig_*.{so,la,a}
rm -rf tools/*/*.in tools/test-scripts \
doc/book/book/images/images doc/book/book/images/*.ppt
# Install psvn for emacs and xemacs
for f in emacs/site-lisp xemacs/site-packages/lisp; do
install -m 755 -d ${RPM_BUILD_ROOT}%{_datadir}/$f
install -m 644 $RPM_SOURCE_DIR/psvn.el ${RPM_BUILD_ROOT}%{_datadir}/$f
done
# Rename authz_svn INSTALL doc for docdir
ln subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
%if %{make_check}
%check
@ -160,11 +167,14 @@ rm -rf ${RPM_BUILD_ROOT}
%doc BUGS COMMITTERS COPYING HACKING INSTALL README CHANGES
%doc tools subversion/LICENSE mod_authz_svn-INSTALL
%doc doc/book/book/book.html doc/book/book/images
%doc contrib/client-side/svn_load_dirs{.pl,_*,.README}
%{_bindir}/*
%{_libdir}/libsvn_*.so.*
%{_mandir}/man*/*
%{pydir}/svn
%{pydir}/libsvn
%{_datadir}/emacs/site-lisp
%{_datadir}/xemacs/site-packages/lisp
%exclude %{_libdir}/libsvn_swig_perl*
%exclude %{_mandir}/man*/*::*
@ -190,6 +200,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*::*
%changelog
* Mon Aug 23 2004 Joe Orton <jorton@redhat.com> 1.0.6-3
- add svn_load_dirs.pl to docdir (#128338)
- add psvn.el (#128356)
* Thu Jul 22 2004 Joe Orton <jorton@redhat.com> 1.0.6-2
- rebuild