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:
parent
9258f62bd5
commit
e1e7868315
@ -6,13 +6,14 @@
|
|||||||
Summary: Modern Version Control System designed to replace CVS
|
Summary: Modern Version Control System designed to replace CVS
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 2
|
Release: 3
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
Source0: http://subversion.tigris.org/tarballs/subversion-%{version}.tar.gz
|
Source0: http://subversion.tigris.org/tarballs/subversion-%{version}.tar.gz
|
||||||
Source1: subversion.conf
|
Source1: subversion.conf
|
||||||
Source3: filter-requires.sh
|
Source3: filter-requires.sh
|
||||||
|
Source4: http://xsteve.nit.at/prg/emacs/psvn.el
|
||||||
Patch1: subversion-0.24.2-swig.patch
|
Patch1: subversion-0.24.2-swig.patch
|
||||||
Patch2: subversion-0.20.1-deplibs.patch
|
Patch2: subversion-0.20.1-deplibs.patch
|
||||||
Patch3: subversion-0.31.0-rpath.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 \
|
rm -rf tools/*/*.in tools/test-scripts \
|
||||||
doc/book/book/images/images doc/book/book/images/*.ppt
|
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
|
# 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}
|
%if %{make_check}
|
||||||
%check
|
%check
|
||||||
@ -160,11 +167,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%doc BUGS COMMITTERS COPYING HACKING INSTALL README CHANGES
|
%doc BUGS COMMITTERS COPYING HACKING INSTALL README CHANGES
|
||||||
%doc tools subversion/LICENSE mod_authz_svn-INSTALL
|
%doc tools subversion/LICENSE mod_authz_svn-INSTALL
|
||||||
%doc doc/book/book/book.html doc/book/book/images
|
%doc doc/book/book/book.html doc/book/book/images
|
||||||
|
%doc contrib/client-side/svn_load_dirs{.pl,_*,.README}
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/libsvn_*.so.*
|
%{_libdir}/libsvn_*.so.*
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%{pydir}/svn
|
%{pydir}/svn
|
||||||
%{pydir}/libsvn
|
%{pydir}/libsvn
|
||||||
|
%{_datadir}/emacs/site-lisp
|
||||||
|
%{_datadir}/xemacs/site-packages/lisp
|
||||||
%exclude %{_libdir}/libsvn_swig_perl*
|
%exclude %{_libdir}/libsvn_swig_perl*
|
||||||
%exclude %{_mandir}/man*/*::*
|
%exclude %{_mandir}/man*/*::*
|
||||||
|
|
||||||
@ -190,6 +200,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man*/*::*
|
%{_mandir}/man*/*::*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 22 2004 Joe Orton <jorton@redhat.com> 1.0.6-2
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user