Accepting request 57953 from devel:tools:scm:svn

Accepted submit request 57953 from user coolo

OBS-URL: https://build.opensuse.org/request/show/57953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=72
This commit is contained in:
Marcus Rückert 2011-01-14 00:45:25 +00:00 committed by Git OBS Bridge
commit 629777f496
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 27 15:48:41 CET 2010 - dmueller@suse.de
- fix build against 11.4
-------------------------------------------------------------------
Mon Dec 6 11:21:06 CET 2010 - dmueller@suse.de

View File

@ -642,6 +642,7 @@ if [ "$with_jdk" != "" ] ; then
install -d -m 0755 $RPM_BUILD_ROOT/%{_datadir}/java
ln -sv %{_libdir}/svn-javahl/svn-javahl.jar $RPM_BUILD_ROOT/%{_datadir}/java/svn-javahl.jar
fi
rm -f %{buildroot}/var/adm/perl-modules/subversion
%check
# Don't run regression tests on Factory, they take too long to complete.
@ -775,7 +776,6 @@ kill -9 `cat "$SVNSERVE_PIDFILE" 2>/dev/null`
%{_libdir}/libsvn_swig_perl-1.so.*
%perl_vendorarch/SVN
%perl_vendorarch/auto/SVN
/var/adm/perl-modules/subversion
%files python
%defattr(-,root,root)