Accepting request 209834 from home:AndreasStieger:branches:devel:tools:scm:svn

- add Subversion C API documentation to subversion-devel package
- fix rpmlint warning W: suse-wrong-suse-capitalisation

OBS-URL: https://build.opensuse.org/request/show/209834
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=161
This commit is contained in:
2013-12-08 16:04:53 +00:00
committed by Git OBS Bridge
parent 6ba08e03ea
commit 5924b0961c
3 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 8 15:32:37 UTC 2013 - andreas.stieger@gmx.de
- add Subversion C API documentation to subversion-devel package
- fix rpmlint warning W: suse-wrong-suse-capitalisation
-------------------------------------------------------------------
Sat Dec 7 21:54:08 UTC 2013 - matz@suse.de

View File

@@ -48,6 +48,7 @@ Release: 0
%define sqlite_pkg_version 3071501
BuildRequires: apache2-devel
BuildRequires: db-devel
BuildRequires: doxygen
BuildRequires: file-devel
BuildRequires: gcc-c++
BuildRequires: krb5-devel
@@ -140,7 +141,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: https://subversion.apache.org
Source0: https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
Source1: subversion.conf
Source2: subversion.README.SuSE
Source2: subversion.README.SUSE
Source4: contrib-1485350.tar.bz2
Source9: subversion.rcsvnserve
Source10: subversion.sysconfig.svnserve
@@ -502,6 +503,7 @@ export PATH="${SWIG_ROOT}/bin:${PATH}"
--with-libmagic \
--disable-static
%__make %{?jobs:-j%jobs} SWIG_LDFLAGS=
%__make doc-api
#
if [ "$with_jdk" != "" ] ; then
with_jdk=javahl
@@ -557,7 +559,7 @@ cp -avL contrib/client-side/svn_apply_autoprops.py $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/%{apache_sysconfdir}/conf.d
cp -av %{S:1} $RPM_BUILD_ROOT/%{apache_sysconfdir}/conf.d/subversion.conf
#
cp -avL %{S:2} README.SuSE
cp -avL %{S:2} README.SUSE
cp -avL subversion/mod_authz_svn/INSTALL README.mod_authz_svn
cat %name.lang > files.subversion
cat with_jdk.files >> files.subversion
@@ -709,7 +711,7 @@ systemd-tmpfiles --create /usr/lib/tmpfiles.d/svnserve.conf
%files -f files.subversion
%defattr(-,root,root)
%doc README.SuSE BUGS CHANGES LICENSE README.mod_authz_svn
%doc README.SUSE BUGS CHANGES LICENSE README.mod_authz_svn
%doc tools/hook-scripts tools/backup tools/bdb tools/examples tools/xslt
#
%config(noreplace) /etc/xinetd.d/svnserve
@@ -788,6 +790,7 @@ systemd-tmpfiles --create /usr/lib/tmpfiles.d/svnserve.conf
%dir %{_includedir}/subversion-1
%{_libdir}/libsvn_*.so
%{_includedir}/subversion-1/*
%doc doc/doxygen/html
%files tools
%defattr(-,root,root)