- fix build against 11.4

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=35
This commit is contained in:
2010-12-27 14:48:51 +00:00
committed by Git OBS Bridge
parent 7fc575784d
commit 640267d866
2 changed files with 8 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,9 @@ 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
%if %suse_version < 1140
rmdir %{buildroot}/var/adm/perl-modules/subversion
%endif
%check
# Don't run regression tests on Factory, they take too long to complete.
@@ -775,7 +778,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)