]> git.pld-linux.org Git - packages/subversion.git/blame - subversion.spec
- release 2
[packages/subversion.git] / subversion.spec
CommitLineData
8df86594
ER
1# TODO:
2# - serf as default: https://subversion.apache.org/docs/release-notes/1.7.html#serf
1930bef0 3#
bab73684 4# Conditional build:
65c1d4bd 5%bcond_with net_client_only # build only net client
3fc01170 6%bcond_without neon # use serf instead of neon
298f7114 7%bcond_without swig # disable bindings generation with Swig
5b21aa20
ER
8%bcond_without python # build without Python bindings (broken)
9%bcond_without csvn # build Python csvn bindings
10%bcond_without perl # build without Perl bindings
02f7dd4a 11%bcond_with ruby # build with Ruby bindings (only 1.8.x is supported)
298f7114 12%bcond_without apache # build without Apache support (webdav, etc)
65c1d4bd
JB
13%bcond_without javahl # build without javahl support (Java high-level bindings)
14%bcond_without tests # don't perform "make check"
65f2befa 15%bcond_without kwallet # build without kde4 wallet support
86250f0b 16%bcond_without kde # build without kde4 support (alias for kwallet)
bfb248d0 17%bcond_without gnome # build without gnome keyring support
86250f0b 18%bcond_without db # disable Subversion Berkeley DB based filesystem library
12c96b58 19
298f7114
ER
20%if %{with net_client_only}
21%undefine with_apache
22%undefine with_db
23%undefine with_swig
24%undefine with_javahl
25%endif
26
27%if %{without swig}
28%undefine with_perl
29%undefine with_python
30%undefine with_ruby
31%endif
12c96b58 32
d9d66e02 33%if %{without kde}
3c200272
JB
34%undefine with_kwallet
35%endif
298f7114
ER
36
37%if %{without python} && %{without perl} && %{without ruby}
e2c40ca2 38%undefine with_swig
298f7114
ER
39%endif
40
41%define apxs /usr/sbin/apxs
42%define pdir SVN
43%define pnam _Core
44
04129f48 45%if %{with neon}
a510fada 46%define webdavlib neon
04129f48
AG
47%else
48%define webdavlib serf
a510fada 49%endif
0421a1ed 50%{?with_perl:%include /usr/lib/rpm/macros.perl}
67cb9518 51Summary: A Concurrent Versioning system similar to but better than CVS
abe3c421
ER
52Summary(pl.UTF-8): System kontroli wersji podobny, ale lepszy, niż CVS
53Summary(pt_BR.UTF-8): Sistema de versionamento concorrente
93b78127 54Name: subversion
1bd6cbb8 55Version: 1.7.2
f771de9b 56Release: 2
8df86594 57License: Apache v2.0
93b78127 58Group: Development/Version Control
0c6e93f6 59Source0: http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
1bd6cbb8 60# Source0-md5: 1e5dfffd27be080672e5a042564368a8
93b78127 61Source1: %{name}-dav_svn.conf
65318afa 62Source2: %{name}-authz_svn.conf
b56474ff
AM
63Source3: %{name}-svnserve.init
64Source4: %{name}-svnserve.sysconfig
a510fada
AM
65# current subversion tarball has correct *.swg files
66# but after regeneration these are broken again, so
67# we still need this script
f313e9a9 68Source5: %{name}-convert-typemaps-to-ifdef.py
ed6210a2 69Patch0: %{name}-home_etc.patch
d46e45ba 70Patch1: %{name}-DESTDIR.patch
00664663 71Patch2: %{name}-ruby-datadir-path.patch
1cfe7af2 72Patch3: %{name}-tests.patch
dc8fcc41 73URL: http://subversion.apache.org/
f2a757d6 74%{?with_apache:BuildRequires: apache-devel >= 2.2.0-8}
16429189 75BuildRequires: apr-devel >= 1:1.0.0
a6ecf312 76BuildRequires: apr-util-devel >= 1:1.2.8-3
b0a7a5b2 77BuildRequires: autoconf >= 2.59
86250f0b 78BuildRequires: automake
79d8c53c 79BuildRequires: bison
dfeb8a3c 80BuildRequires: cyrus-sasl-devel
86250f0b
JB
81%if %{with kwallet} || %{with gnome}
82BuildRequires: dbus-devel
83%endif
84BuildRequires: db-devel >= 4.1.25
93b78127 85BuildRequires: expat-devel
86ea8fde 86BuildRequires: gettext-devel
65f2befa 87%{?with_kwallet:BuildRequires: kde4-kdelibs-devel}
5f328a6e 88%{?with_gnome:BuildRequires: libgnome-keyring-devel}
86250f0b 89BuildRequires: libmagic-devel
f4e6a380 90BuildRequires: libtool >= 1.4-9
54271075 91BuildRequires: pkgconfig
86250f0b 92%{?with_csvn:BuildRequires: python-ctypesgen}
c01720ea 93BuildRequires: rpm-pythonprov
86250f0b 94BuildRequires: rpmbuild(macros) >= 1.583
a562165a 95BuildRequires: sed >= 4.0
86250f0b 96BuildRequires: sqlite3-devel >= 3.6.18
a562165a
JB
97BuildRequires: texinfo
98BuildRequires: which
99%if %{with neon}
bd3c99a8 100BuildRequires: neon-devel >= 0.26.0
a562165a 101%else
86250f0b
JB
102BuildRequires: serf-devel >= 0.7.1
103%endif
104%if %{with javahl}
105BuildRequires: jdk >= 1.5
106BuildRequires: libstdc++-devel
107%endif
108%if %{with perl}
109BuildRequires: perl-devel >= 1:5.8.0
110BuildRequires: rpm-perlprov >= 4.1-13
111BuildRequires: swig-perl >= 1.3.24
112%endif
113%if %{with python}
114BuildRequires: python-devel >= 1:2.4
115BuildRequires: swig-python >= 1.3.24
116%endif
117%if %{with ruby}
86250f0b 118BuildRequires: ruby-devel < 1:1.9
38c0314f 119BuildRequires: ruby-devel >= 1:1.8.2
86250f0b
JB
120BuildRequires: ruby-rubygems
121BuildRequires: swig-ruby >= 1.3.24
e3ad24ea 122%endif
027f8ebe 123Requires: %{name}-libs = %{version}-%{release}
8b023a9d 124%requires_ge sqlite3
93b78127
AM
125BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
126
f4070f5f 127%define _libexecdir %{_libdir}/svn
1af5e34d
ER
128%define apacheconfdir %(%{apxs} -q SYSCONFDIR 2>/dev/null)/conf.d
129%define apachelibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
93b78127 130
58f4b627
JR
131%define skip_post_check_so libsvn_swig_py-1.so.* libsvn_swig_perl-1.so.*
132
93b78127
AM
133%description
134The goal of the Subversion project is to build a version control
135system that is a compelling replacement for CVS in the open source
136community.
137
138Our goals are:
139- All current CVS features.
140- Directories, renames, and file meta-data are versioned.
141- Symbolic links, etc, are supported
142- Commits are truly atomic.
143- Branching and tagging are cheap (constant time) operations
144- Repeated merges are handled gracefully
145- Support for plug-in client side diff programs
146- Natively client/server
147- Client/server protocol sends diffs in both directions
148- Costs are proportional to change size, not project size
149- Internationalization
150- Progressive multi-lingual support
151
aa59005f 152%description -l pl.UTF-8
93b78127
AM
153Celem projektu Subversion jest stworzenie systemu kontroli wersji jako
154zamiennika dla CVS.
155
156Cele projektu to:
aa59005f 157- Wszystkie aktualne możliwości CVS.
24406120
JB
158- Katalogi, zmiany nazw oraz metadane plików są wersjonowane.
159- Obsługa dowiązań symbolicznych itp.
aa59005f
JR
160- Commity są w pełni atomowe.
161- Branchowanie oraz tagowanie są tanimi (stałymi w czasie) operacjami.
24406120
JB
162- Dobra obsługa powtarzanego łączenia (merge).
163- Obsługa wtyczek diff po stronie klienta.
93b78127 164- Natywny klient/serwer.
aa59005f 165- Klient/Serwer przesyłają diffy w obu kierunkach.
93b78127
AM
166- Koszty proporcjonalne do rozmiaru zmiany, a nie rozmiaru projektu.
167- Internacjonalizacja.
aa59005f 168- Postępujące wsparcie dla wielu języków.
93b78127 169
aa59005f
JR
170%description -l pt_BR.UTF-8
171O objetivo do projeto Subversion é construir um sistema de controle de
172versões que seja um substituto para o CVS (Concurrent Versioning
92066deb 173System) na comunidade opensource, fornecendo grandes melhorias.
174
f4e6a380
AM
175%package libs
176Summary: Subversion libraries and modules
abe3c421 177Summary(pl.UTF-8): Biblioteka subversion oraz ładowalne moduły
f4e6a380 178Group: Libraries
86250f0b
JB
179%if %{with neon}
180Requires: neon >= 0.26.0
181%else
182Requires: serf >= 0.7.1
183%endif
53855fbf 184Obsoletes: libsubversion0
f4e6a380
AM
185
186%description libs
187Subversion libraries and modules.
188
aa59005f
JR
189%description libs -l pl.UTF-8
190Biblioteka subversion oraz ładowalne moduły.
f4e6a380 191
93b78127
AM
192%package devel
193Summary: Header files and develpment documentation for subversion
abe3c421
ER
194Summary(pl.UTF-8): Pliki nagłówkowe i dokumetacja do subversion
195Summary(pt_BR.UTF-8): Arquivos de desenvolvimento para o Subversion
93b78127 196Group: Development/Libraries
9cb7e099 197Requires: %{name}-libs = %{version}-%{release}
c5b1d686 198Requires: apr-util-devel >= 1:1.0.0
04129f48 199%{?with_neon:Requires: neon-devel >= 0.26.0}
12cf252c 200Obsoletes: libsubversion0-devel
93b78127
AM
201
202%description devel
203Header files and develpment documentation for subversion.
204
aa59005f
JR
205%description devel -l pl.UTF-8
206Pliki nagłówkowe i dokumetacja do subversion.
93b78127 207
aa59005f
JR
208%description devel -l pt_BR.UTF-8
209Este pacote provê os arquivos necessários para desenvolvedores
92066deb 210interagirem com o Subversion.
211
93b78127
AM
212%package static
213Summary: Static subversion library
abe3c421
ER
214Summary(pl.UTF-8): Biblioteka statyczna subversion
215Summary(pt_BR.UTF-8): Sistema de versionamento concorrente
93b78127
AM
216Group: Development/Libraries
217Requires: %{name}-devel = %{version}
12cf252c 218Obsoletes: libsubversion0-static-devel
93b78127
AM
219
220%description static
221Static subversion library.
222
aa59005f 223%description static -l pl.UTF-8
93b78127
AM
224Biblioteka statyczna subversion.
225
aa59005f
JR
226%description static -l pt_BR.UTF-8
227Este pacote provê um cliente estático do subversion.
92066deb 228
b56474ff
AM
229%package svnserve
230Summary: Subversion svnserve
abe3c421 231Summary(pl.UTF-8): Subversion svnserve
b56474ff 232Group: Networking/Daemons
3817faf5 233Requires(post,preun): /sbin/chkconfig
93f1d402 234Requires(postun): /usr/sbin/groupdel
235Requires(postun): /usr/sbin/userdel
236Requires(pre): /bin/id
237Requires(pre): /usr/bin/getgid
238Requires(pre): /usr/lib/rpm/user_group.sh
239Requires(pre): /usr/sbin/groupadd
240Requires(pre): /usr/sbin/useradd
241Requires(pre): /usr/sbin/usermod
9cb7e099 242Requires: %{name} = %{version}-%{release}
7b27380f 243Requires: rc-scripts
a1bac09d
244Provides: group(svn)
245Provides: user(svn)
b56474ff
AM
246
247%description svnserve
248Subversion svnserve server.
249
aa59005f 250%description svnserve -l pl.UTF-8
b56474ff
AM
251Serwer subversion svnserve.
252
4bbdbbf8
AM
253%package tools
254Summary: Subversion tools and scripts
abe3c421
ER
255Summary(pl.UTF-8): Narzędzia oraz skrypty dla subversion
256Summary(pt_BR.UTF-8): Módulos python para acessar os recursos do Subversion
4bbdbbf8 257Group: Applications
4bbdbbf8 258%pyrequires_eq python
7b27380f 259Requires: %{name} = %{version}-%{release}
4bbdbbf8
AM
260Requires: python-subversion = %{version}
261
262%description tools
263Subversion tools and scripts.
264
aa59005f
JR
265%description tools -l pl.UTF-8
266Narzędzia oraz skrypty dla subversion.
4bbdbbf8 267
fe5bb6bb 268%package -n bash-completion-subversion
269Summary: bash completion for subversion
abe3c421 270Summary(pl.UTF-8): Dopełnienia basha dla subversion
fe5bb6bb 271Group: Applications/Shells
e30588c4 272Requires: %{name} = %{version}-%{release}
53855fbf 273Requires: bash-completion
e30588c4 274Conflicts: %{name}-tools <= 1.1.0-0.rc6.1
fe5bb6bb 275
276%description -n bash-completion-subversion
277Bash completion for subversion.
278
aa59005f
JR
279%description -n bash-completion-subversion -l pl.UTF-8
280Dopełnienia basha dla subversion.
fe5bb6bb 281
1cc7453a 282%package -n java-subversion
65c1d4bd
JB
283Summary: Subversion Java bindings
284Summary(pl.UTF-8): Dowiązania do Subversion dla Javy
1cc7453a 285Group: Development/Languages/Java
286Requires: %{name}-libs = %{version}-%{release}
287
288%description -n java-subversion
289This is a set of Java classes which provide the functionality of
290subversion-libs, the Subversion libraries. It is useful if you want
291to, for example, write a Java class that manipulates a Subversion
292repository or working copy. See the 'subversion' package for more
293information.
294
65c1d4bd
JB
295%description -n java-subversion -l pl.UTF-8
296Ten pakiet zawiera zestaw klas Javy udostępniających funkcjonalność
297subversion-libs, czyli bibliotek Subversion. Jest przydatny przy
d46e45ba
AM
298pisaniu klas Javy np. modyfikujących repozytorium Subversion lub kopię
299roboczą. Więcej informacji w pakiecie subversion.
65c1d4bd 300
fa3ff1b2 301%package -n python-subversion
65c1d4bd
JB
302Summary: Subversion Python bindings
303Summary(pl.UTF-8): Dowiązania do Subversion dla Pythona
304Summary(pt_BR.UTF-8): Módulos Python para acessar os recursos do Subversion
f4e6a380 305Group: Development/Languages/Python
f4e6a380 306%pyrequires_eq python
9cb7e099 307Requires: %{name}-libs = %{version}-%{release}
53855fbf 308Obsoletes: subversion-python
f4e6a380 309
fa3ff1b2 310%description -n python-subversion
65c1d4bd 311Subversion Python bindings.
f4e6a380 312
aa59005f 313%description -n python-subversion -l pl.UTF-8
65c1d4bd 314Dowiązania do Subversion dla Pythona.
f4e6a380 315
aa59005f 316%description -n python-subversion -l pt_BR.UTF-8
65c1d4bd 317Módulos Python para acessar os recursos do Subversion.
92066deb 318
137fcafd
AM
319%package -n python-csvn
320Summary: CTypes Subversion Python bindings
321Summary(pl.UTF-8): Dowiązania do Subversion dla Pythona
322Summary(pt_BR.UTF-8): Módulos Python para acessar os recursos do Subversion
323Group: Development/Languages/Python
324%pyrequires_eq python
325Requires: %{name}-libs = %{version}-%{release}
326
327%description -n python-csvn
328Subversion CTypes Python bindings.
329
330%description -n python-csvn -l pl.UTF-8
331Dowiązania do Subversion dla Pythona używające CTypes.
332
333%description -n python-csvn -l pt_BR.UTF-8
334Módulos Python para acessar os recursos do Subversion.
335
b56474ff 336%package -n perl-subversion
65c1d4bd
JB
337Summary: Subversion Perl bindings
338Summary(pl.UTF-8): Dowiązania do Subversion dla Perla
339Summary(pt_BR.UTF-8): Módulos Perl para acessar os recursos do Subversion
b56474ff 340Group: Development/Languages/Perl
9cb7e099 341Requires: %{name}-libs = %{version}-%{release}
53855fbf 342Obsoletes: subversion-perl
b56474ff
AM
343
344%description -n perl-subversion
65c1d4bd 345Subversion Perl bindings.
b56474ff 346
aa59005f 347%description -n perl-subversion -l pl.UTF-8
65c1d4bd 348Dowiązania do Subversion dla Perla.
b56474ff 349
aa59005f 350%description -n perl-subversion -l pt_BR.UTF-8
65c1d4bd 351Módulos Perl para acessar os recursos do Subversion.
b56474ff 352
d46e45ba
AM
353%package -n ruby-subversion
354Summary: Subversion Ruby bindings
d2bf70bf 355Summary(pl.UTF-8): Dowiązania do Subversion dla języka Ruby
d46e45ba
AM
356Summary(pt_BR.UTF-8): Módulos Ruby para acessar os recursos do Subversion
357Group: Development/Languages
358Requires: %{name}-libs = %{version}-%{release}
359Obsoletes: subversion-ruby
360
361%description -n ruby-subversion
362Subversion Ruby bindings.
363
364%description -n ruby-subversion -l pl.UTF-8
d2bf70bf 365Dowiązania do Subversion dla języka Ruby.
d46e45ba
AM
366
367%description -n ruby-subversion -l pt_BR.UTF-8
368Módulos Ruby para acessar os recursos do Subversion.
369
93b78127
AM
370%package -n apache-mod_dav_svn
371Summary: Apache module: Subversion Server
abe3c421 372Summary(pl.UTF-8): Moduł apache: Serwer Subversion
93b78127 373Group: Networking/Daemons
7b27380f 374Requires: %{name} = %{version}-%{release}
53855fbf 375Requires: apache(modules-api) = %apache_modules_api
7887b1ac 376Requires: apache-mod_dav
93b78127
AM
377
378%description -n apache-mod_dav_svn
379Apache module: Subversion Server.
380
aa59005f
JR
381%description -n apache-mod_dav_svn -l pl.UTF-8
382Moduł apache: Serwer Subversion.
93b78127 383
65318afa
AF
384%package -n apache-mod_authz_svn
385Summary: Apache module: Subversion Server - path-based authorization
abe3c421 386Summary(pl.UTF-8): Moduł apache: autoryzacja na podstawie ścieżki dla serwera Subversion
65318afa 387Group: Networking/Daemons
38c0314f 388Requires: %{name}-libs = %{version}-%{release}
53855fbf 389Requires: apache(modules-api) = %apache_modules_api
9cb7e099 390Requires: apache-mod_dav_svn = %{version}-%{release}
65318afa
AF
391
392%description -n apache-mod_authz_svn
393Apache module: Subversion Server - path-based authorization.
394
aa59005f
JR
395%description -n apache-mod_authz_svn -l pl.UTF-8
396Moduł apache: autoryzacja na podstawie ścieżki dla serwera Subversion.
e23909be 397
1429fa1c 398%package -n gnome-keyring-subversion
fe242fac
JB
399Summary: GNOME Keyring authentication provider for Subversion
400Summary(pl.UTF-8): Moduł uwierzytelniający GNOME Keyring dla Subversion
1429fa1c 401Group: X11/Applications
38c0314f 402Requires: %{name}-libs = %{version}-%{release}
1429fa1c
AM
403
404%description -n gnome-keyring-subversion
fe242fac
JB
405Authentication provider module for Subversion which allows SVN client
406to authenticate using GNOME Keyring.
1429fa1c
AM
407
408%description -n gnome-keyring-subversion -l pl.UTF-8
fe242fac
JB
409Moduł uwierzytelniający dla Subversion pozwalający klientom SVN
410uwierzytelniać się przy użyciu mechanizmu GNOME Keyring.
1429fa1c
AM
411
412%package -n kde4-kwallet-subversion
fe242fac
JB
413Summary: KDE Wallet authentication provider for Subversion
414Summary(pl.UTF-8): Moduł uwierzytelniający dla Subversion wykorzystujący Portfel KDE
1429fa1c 415Group: X11/Applications
38c0314f 416Requires: %{name}-libs = %{version}-%{release}
1429fa1c
AM
417
418%description -n kde4-kwallet-subversion
fe242fac
JB
419Authentication provider module for Subversion which allows SVN client
420to authenticate using KDE Wallet.
1429fa1c
AM
421
422%description -n kde4-kwallet-subversion -l pl.UTF-8
fe242fac
JB
423Moduł uwierzytelniający dla Subversion pozwalający klientom SVN
424uwierzytelniać się przy użyciu Portfela KDE.
1429fa1c 425
93b78127 426%prep
0c6e93f6 427%setup -q
ed6210a2 428%patch0 -p0
d4bccc60 429%patch1 -p1
00664663 430%patch2 -p0
1cfe7af2 431%patch3 -p1
a510fada
AM
432
433sed -i -e 's#serf_prefix/lib#serf_prefix/%{_lib}#g' build/ac-macros/serf.m4
434
435# serf.m4 macro is broken and ignores --without serf
244bdb04 436%{?with_neon:sed -i -e 's#serf_found="yes"#serf_found="no"#g' build/ac-macros/serf.m4}
027f8ebe 437
93b78127 438%build
1cfe7af2
JB
439# disabled regeneration - subversion 1.6.13 is not ready for swig 2.0.x
440#%{__rm} subversion/bindings/swig/proxy/*.swg
441#cd subversion/bindings/swig && python "%{SOURCE5}" && cd ../../..
67cb9518 442chmod +x ./autogen.sh && ./autogen.sh
1cfe7af2 443%{__libtoolize}
93b78127 444%configure \
5dfeafd7 445 --with-editor=vi \
12ae68c1 446 --with-zlib=%{_libdir} \
fa6fa2cf 447 --disable-runtime-module-search \
86ee97d3 448 --disable-mod-activation \
298f7114 449%if %{with db}
ad5c551e 450 --with-berkeley-db="db.h:%{_includedir}:%{_libdir}:db" \
298f7114
ER
451%else
452 --without-berkeley-db \
453%endif
0905b458 454%if %{with apache}
536b3fd3 455 --with-apxs=%{_sbindir}/apxs \
0905b458 456%else
0905b458 457 --without-apxs \
0905b458 458%endif
298f7114 459%if %{without swig}
0905b458 460 --without-swig \
5c072a77
ER
461%endif
462%if %{without ruby}
463 ac_cv_path_RUBY=none \
0905b458 464%endif
a26edfbd
ER
465%if %{with csvn}
466 --with-ctypesgen=%{_bindir}/ctypesgen.py \
467%endif
468%if %{with javahl}
469 --enable-javahl \
1cc7453a 470 --with-jdk="%{java_home}" \
cf2589d0 471 --without-jikes \
a26edfbd
ER
472%else
473 --disable-javahl \
474%endif
04129f48 475%if %{with neon}
e3ad24ea 476 --without-serf \
e30588c4 477 --with-neon=%{_prefix} \
78f330c4 478 --disable-neon-version-check \
04129f48
AG
479%else
480 --with-serf=%{_prefix} \
481 --without-neon \
e3ad24ea 482%endif
16429189 483 --with-apr=%{_bindir}/apr-1-config \
1429fa1c 484 --with-apr-util=%{_bindir}/apu-1-config \
65f2befa 485%if %{with kwallet}
1429fa1c 486 --with-kwallet \
65f2befa 487%endif
bfb248d0 488%if %{with gnome}
1429fa1c 489 --with-gnome-keyring
bfb248d0 490%endif
536b3fd3 491
1f630180 492%{__make} -j1
536b3fd3 493
92bfa7e1
ER
494%{__make} tools
495
5b21aa20 496%if %{with csvn}
a26edfbd 497# Python ctypes bindings
137fcafd 498%{__make} ctypes-python
5b21aa20 499%endif
a26edfbd
ER
500%if %{with python}
501# Python swig bindings
86a4919e 502%{__make} swig-py \
65318afa
AF
503 swig_pydir=%{py_sitedir}/libsvn \
504 swig_pydir_extra=%{py_sitedir}/svn
0905b458 505%endif
0905b458 506%if %{with perl}
a26edfbd 507# Perl swig bindings
390bb8f4 508%{__make} -j1 swig-pl-lib
bf539998
AM
509cd subversion/bindings/swig/perl/native
510%{__perl} Makefile.PL INSTALLDIRS=vendor
b445847c 511%{__make} -j1
a26edfbd 512cd -
536b3fd3 513%endif
1cc7453a 514%if %{with javahl}
b445847c 515%{__make} -j1 javahl \
1cc7453a 516 javahl_javadir="%{_javadir}"
517%endif
d46e45ba
AM
518# ruby
519%if %{with ruby}
520%{__make} swig-rb
521%endif
12ae68c1
AM
522
523%if %{with tests}
5abe2f77 524%{__make} -j1 check
5b21aa20 525%if %{with csvn}
5abe2f77 526%{__make} -j1 check-ctypes-python
5b21aa20 527%endif
a26edfbd 528%if %{with python}
5abe2f77 529%{__make} -j1 check-swig-py
d46e45ba
AM
530%endif
531%if %{with perl}
5abe2f77 532%{__make} -j1 check-swig-pl
d46e45ba
AM
533%endif
534%if %{with ruby}
6e3aae2d
ER
535# disabled, see https://bugs.launchpad.net/pld-linux/+bug/734340
536#%{__make} check-swig-rb
d46e45ba 537%endif
0905b458 538%endif
93b78127
AM
539
540%install
541rm -rf $RPM_BUILD_ROOT
1326bb99 542install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,bash_completion.d} \
1af5e34d 543 $RPM_BUILD_ROOT{%{apacheconfdir},%{apachelibdir},%{_infodir}} \
afb35189 544 $RPM_BUILD_ROOT%{_examplesdir}/{%{name}-%{version},python-%{name}-%{version}} \
d9d66e02 545 $RPM_BUILD_ROOT%{_sysconfdir}/%{name} \
a54611db 546 $RPM_BUILD_ROOT/home/services/subversion{,/repos}
93b78127 547
1f630180 548%{__make} install -j1 \
92bfa7e1 549 toolsdir=%{_bindir} \
a26edfbd
ER
550 DESTDIR=$RPM_BUILD_ROOT \
551 APACHE_LIBEXECDIR="$(%{_sbindir}/apxs -q LIBEXECDIR)" \
1cc7453a 552%if %{with javahl}
553 install-javahl \
554 javahl_javadir="%{_javadir}" \
555%endif
d46e45ba 556%if %{with python}
0905b458 557 install-swig-py \
a26edfbd 558 swig_pydir=%{py_sitedir}/libsvn \
2ecedb13 559 swig_pydir_extra=%{py_sitedir}/svn \
a26edfbd 560%endif
5b21aa20 561%if %{with csvn}
137fcafd 562 install-ctypes-python \
d46e45ba 563%endif
92bfa7e1 564 install-tools
49f25a64 565
d46e45ba 566%if %{with ruby}
49f25a64
ER
567%{__make} install -j1 \
568 DESTDIR=$RPM_BUILD_ROOT \
d46e45ba 569 install-swig-rb install-swig-rb-doc \
49f25a64
ER
570
571# not our package
572%{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/Kernel
573%{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/OptionParser
574%{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/Time
575%{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/Uconv
576%{__rm} $RPM_BUILD_ROOT%{ruby_ridir}/cache.ri
577%{__rm} $RPM_BUILD_ROOT%{ruby_ridir}/created.rid
0905b458 578%endif
93b78127 579
298f7114 580%if %{with perl}
bf539998
AM
581%{__make} install-swig-pl-lib \
582 DESTDIR=$RPM_BUILD_ROOT
b445847c 583%{__make} -C subversion/bindings/swig/perl/native install \
bf539998
AM
584 DESTDIR=$RPM_BUILD_ROOT \
585 PREFIX=$RPM_BUILD_ROOT%{_prefix} \
586 LIBDIR=$RPM_BUILD_ROOT%{_libdir}
bf539998
AM
587%endif
588
0905b458 589%if %{with apache}
d9d66e02
ER
590cp -p %{SOURCE1} $RPM_BUILD_ROOT%{apacheconfdir}/65_mod_dav_svn.conf
591cp -p %{SOURCE2} $RPM_BUILD_ROOT%{apacheconfdir}/66_mod_authz_svn.conf
592cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/svnserve
593install -p %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/svnserve
0905b458 594%endif
93b78127 595
d9d66e02
ER
596%if %{without net_client_only}
597install -p tools/backup/hot-backup.py $RPM_BUILD_ROOT%{_bindir}/svn-hot-backup
298f7114 598%endif
92bfa7e1
ER
599
600# rename not to conflict with standard packages. (are these needed at all?)
601mv $RPM_BUILD_ROOT%{_bindir}/{,svn}diff
602mv $RPM_BUILD_ROOT%{_bindir}/{,svn}diff3
603mv $RPM_BUILD_ROOT%{_bindir}/{,svn}diff4
604
e834894b 605%if %{with python} || %{with csvn}
f4e6a380
AM
606%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
607%py_comp $RPM_BUILD_ROOT%{py_sitedir}
3c200272 608%py_postclean
e834894b
ER
609%endif
610%if %{with python}
3c200272 611%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/libsvn/*.la
f37da0a1
ER
612# .a created on ac only
613%{__rm} -f $RPM_BUILD_ROOT%{py_sitedir}/libsvn/*.a
614cp -p tools/examples/*.py $RPM_BUILD_ROOT%{_examplesdir}/python-%{name}-%{version}
536b3fd3 615%endif
f4e6a380 616
d9d66e02
ER
617cp -p tools/client-side/bash_completion $RPM_BUILD_ROOT/etc/bash_completion.d/%{name}
618cp -p tools/examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1326bb99 619
a26edfbd
ER
620%if %{with javahl}
621%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsvnjavahl*.{la,a}
622%endif
298f7114 623%if %{with swig}
fe242fac 624%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsvn_swig*.{la,a}
5c072a77 625%if %{with ruby}
fe242fac 626%{__rm} $RPM_BUILD_ROOT%{_libdir}/ruby/site_ruby/*/*/svn/ext/*.la
5f328a6e 627%endif
5c072a77 628%endif
fe242fac
JB
629%if %{with gnome} || %{with kwallet}
630# dlopened by soname (libsvn_auth_*-1.so.0)
631%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsvn_auth_*-1.{so,la,a}
632%endif
205a3ddc 633
fe242fac 634%find_lang %{name}
a6ecf312 635
e23909be
JB
636%clean
637rm -rf $RPM_BUILD_ROOT
638
a1bac09d
639%pre svnserve
640%groupadd -g 86 svn
641%useradd -u 180 -d /home/services/subversion -c "Subversion svnserve" -g svn svn
642
d2bf70bf
JB
643%post libs -p /sbin/ldconfig
644%postun libs -p /sbin/ldconfig
645
646%post devel -p /sbin/postshell
6f99c3bd 647-/usr/sbin/fix-info-dir -c %{_infodir}
93b78127 648
d2bf70bf 649%postun devel -p /sbin/postshell
6f99c3bd 650-/usr/sbin/fix-info-dir -c %{_infodir}
93b78127 651
12c96b58
ER
652%post -n java-subversion -p /sbin/ldconfig
653%postun -n java-subversion -p /sbin/ldconfig
654
d2bf70bf
JB
655%post -n perl-subversion -p /sbin/ldconfig
656%postun -n perl-subversion -p /sbin/ldconfig
657
658%post -n python-subversion -p /sbin/ldconfig
659%postun -n python-subversion -p /sbin/ldconfig
f4e6a380 660
12c96b58
ER
661%post -n ruby-subversion -p /sbin/ldconfig
662%postun -n ruby-subversion -p /sbin/ldconfig
663
664%post -n gnome-keyring-subversion -p /sbin/ldconfig
665%postun -n gnome-keyring-subversion -p /sbin/ldconfig
666
667%post -n kde4-kwallet-subversion -p /sbin/ldconfig
668%postun -n kde4-kwallet-subversion -p /sbin/ldconfig
669
b56474ff 670%post svnserve
e8d9186f
ER
671/sbin/chkconfig --add svnserve
672%service svnserve restart "svnserve daemon"
673
b56474ff
AM
674%preun svnserve
675if [ "$1" = "0" ]; then
e8d9186f
ER
676 %service svnserve stop
677 /sbin/chkconfig --del svnserve
b56474ff
AM
678fi
679
a1bac09d
680%postun svnserve
681if [ "$1" = "0" ]; then
12c96b58
ER
682 %userremove svn
683 %groupremove svn
a1bac09d
684fi
685
93b78127 686%post -n apache-mod_dav_svn
e8d9186f 687%service -q httpd restart
93b78127 688
ba425c92 689%postun -n apache-mod_dav_svn
93b78127 690if [ "$1" = "0" ]; then
e8d9186f 691 %service -q httpd restart
93b78127
AM
692fi
693
9688ba4c
JR
694%post -n apache-mod_authz_svn
695%service -q httpd restart
696
ba425c92 697%postun -n apache-mod_authz_svn
9688ba4c
JR
698if [ "$1" = "0" ]; then
699 %service -q httpd restart
700fi
701
93b78127
AM
702%files
703%defattr(644,root,root,755)
c5c1593f 704%doc BUGS CHANGES INSTALL README
d37298dc 705%doc doc/*/*.html
4bbdbbf8
AM
706%doc tools/hook-scripts/*.{pl,py,example}
707%doc tools/hook-scripts/mailer/*.{py,example}
1326bb99 708%doc tools/xslt/*
b445847c
JB
709%attr(755,root,root) %{_bindir}/svn
710%attr(755,root,root) %{_bindir}/svnadmin
711%attr(755,root,root) %{_bindir}/svndumpfilter
c5c1593f 712%attr(755,root,root) %{_bindir}/svnrdump
b445847c
JB
713%attr(755,root,root) %{_bindir}/svnlook
714%attr(755,root,root) %{_bindir}/svnsync
715%attr(755,root,root) %{_bindir}/svnversion
716%{_mandir}/man1/svn.1*
717%{_mandir}/man1/svnadmin.1*
718%{_mandir}/man1/svndumpfilter.1*
c5c1593f 719%{_mandir}/man1/svnrdump.1*
b445847c
JB
720%{_mandir}/man1/svnlook.1*
721%{_mandir}/man1/svnsync.1*
722%{_mandir}/man1/svnversion.1*
f4e6a380 723
205a3ddc 724%files libs -f %{name}.lang
f4e6a380 725%defattr(644,root,root,755)
d9d66e02 726%dir %{_sysconfdir}/%{name}
b445847c
JB
727%attr(755,root,root) %{_libdir}/libsvn_client-1.so.*.*.*
728%attr(755,root,root) %ghost %{_libdir}/libsvn_client-1.so.0
729%attr(755,root,root) %{_libdir}/libsvn_delta-1.so.*.*.*
730%attr(755,root,root) %ghost %{_libdir}/libsvn_delta-1.so.0
731%attr(755,root,root) %{_libdir}/libsvn_diff-1.so.*.*.*
732%attr(755,root,root) %ghost %{_libdir}/libsvn_diff-1.so.0
733%attr(755,root,root) %{_libdir}/libsvn_fs-1.so.*.*.*
734%attr(755,root,root) %ghost %{_libdir}/libsvn_fs-1.so.0
5f328a6e 735%if %{without net_client_only}
b445847c
JB
736%attr(755,root,root) %{_libdir}/libsvn_fs_base-1.so.*.*.*
737%attr(755,root,root) %ghost %{_libdir}/libsvn_fs_base-1.so.0
5f328a6e 738%endif
b445847c
JB
739%attr(755,root,root) %{_libdir}/libsvn_fs_fs-1.so.*.*.*
740%attr(755,root,root) %ghost %{_libdir}/libsvn_fs_fs-1.so.0
741%attr(755,root,root) %{_libdir}/libsvn_fs_util-1.so.*.*.*
742%attr(755,root,root) %ghost %{_libdir}/libsvn_fs_util-1.so.0
743%attr(755,root,root) %{_libdir}/libsvn_ra-1.so.*.*.*
744%attr(755,root,root) %ghost %{_libdir}/libsvn_ra-1.so.0
745%attr(755,root,root) %{_libdir}/libsvn_ra_local-1.so.*.*.*
746%attr(755,root,root) %ghost %{_libdir}/libsvn_ra_local-1.so.0
a510fada
AM
747%attr(755,root,root) %{_libdir}/libsvn_ra_%{webdavlib}-1.so.*.*.*
748%attr(755,root,root) %ghost %{_libdir}/libsvn_ra_%{webdavlib}-1.so.0
b445847c
JB
749%attr(755,root,root) %{_libdir}/libsvn_ra_svn-1.so.*.*.*
750%attr(755,root,root) %ghost %{_libdir}/libsvn_ra_svn-1.so.0
751%attr(755,root,root) %{_libdir}/libsvn_repos-1.so.*.*.*
752%attr(755,root,root) %ghost %{_libdir}/libsvn_repos-1.so.0
753%attr(755,root,root) %{_libdir}/libsvn_subr-1.so.*.*.*
754%attr(755,root,root) %ghost %{_libdir}/libsvn_subr-1.so.0
755%attr(755,root,root) %{_libdir}/libsvn_wc-1.so.*.*.*
756%attr(755,root,root) %ghost %{_libdir}/libsvn_wc-1.so.0
93b78127
AM
757
758%files devel
759%defattr(644,root,root,755)
b445847c
JB
760%attr(755,root,root) %{_libdir}/libsvn_client-1.so
761%attr(755,root,root) %{_libdir}/libsvn_delta-1.so
762%attr(755,root,root) %{_libdir}/libsvn_diff-1.so
763%attr(755,root,root) %{_libdir}/libsvn_fs-1.so
5f328a6e 764%if %{without net_client_only}
b445847c 765%attr(755,root,root) %{_libdir}/libsvn_fs_base-1.so
5f328a6e 766%endif
b445847c
JB
767%attr(755,root,root) %{_libdir}/libsvn_fs_fs-1.so
768%attr(755,root,root) %{_libdir}/libsvn_fs_util-1.so
769%attr(755,root,root) %{_libdir}/libsvn_ra-1.so
770%attr(755,root,root) %{_libdir}/libsvn_ra_local-1.so
a510fada 771%attr(755,root,root) %{_libdir}/libsvn_ra_%{webdavlib}-1.so
b445847c
JB
772%attr(755,root,root) %{_libdir}/libsvn_ra_svn-1.so
773%attr(755,root,root) %{_libdir}/libsvn_repos-1.so
774%attr(755,root,root) %{_libdir}/libsvn_subr-1.so
775%attr(755,root,root) %{_libdir}/libsvn_wc-1.so
776%{_libdir}/libsvn_client-1.la
777%{_libdir}/libsvn_delta-1.la
778%{_libdir}/libsvn_diff-1.la
779%{_libdir}/libsvn_fs-1.la
5f328a6e 780%if %{without net_client_only}
b445847c 781%{_libdir}/libsvn_fs_base-1.la
5f328a6e 782%endif
b445847c
JB
783%{_libdir}/libsvn_fs_fs-1.la
784%{_libdir}/libsvn_fs_util-1.la
785%{_libdir}/libsvn_ra-1.la
786%{_libdir}/libsvn_ra_local-1.la
a510fada 787%{_libdir}/libsvn_ra_%{webdavlib}-1.la
b445847c
JB
788%{_libdir}/libsvn_ra_svn-1.la
789%{_libdir}/libsvn_repos-1.la
790%{_libdir}/libsvn_subr-1.la
791%{_libdir}/libsvn_wc-1.la
792%{_includedir}/%{name}-1
1326bb99 793%{_examplesdir}/%{name}-%{version}
93b78127
AM
794
795%files static
796%defattr(644,root,root,755)
b445847c
JB
797%{_libdir}/libsvn_client-1.a
798%{_libdir}/libsvn_delta-1.a
799%{_libdir}/libsvn_diff-1.a
800%{_libdir}/libsvn_fs-1.a
5f328a6e 801%if %{without net_client_only}
b445847c 802%{_libdir}/libsvn_fs_base-1.a
5f328a6e 803%endif
b445847c
JB
804%{_libdir}/libsvn_fs_fs-1.a
805%{_libdir}/libsvn_fs_util-1.a
806%{_libdir}/libsvn_ra-1.a
807%{_libdir}/libsvn_ra_local-1.a
a510fada 808%{_libdir}/libsvn_ra_%{webdavlib}-1.a
b445847c
JB
809%{_libdir}/libsvn_ra_svn-1.a
810%{_libdir}/libsvn_repos-1.a
811%{_libdir}/libsvn_subr-1.a
812%{_libdir}/libsvn_wc-1.a
93b78127 813
bfb248d0 814%if %{with gnome}
1429fa1c
AM
815%files -n gnome-keyring-subversion
816%defattr(644,root,root,755)
817%attr(755,root,root) %{_libdir}/libsvn_auth_gnome_keyring-1.so.*.*.*
818%attr(755,root,root) %ghost %{_libdir}/libsvn_auth_gnome_keyring-1.so.0
bfb248d0 819%endif
1429fa1c 820
65f2befa 821%if %{with kwallet}
1429fa1c
AM
822%files -n kde4-kwallet-subversion
823%defattr(644,root,root,755)
824%attr(755,root,root) %{_libdir}/libsvn_auth_kwallet-1.so.*.*.*
825%attr(755,root,root) %ghost %{_libdir}/libsvn_auth_kwallet-1.so.0
65f2befa 826%endif
1429fa1c 827
12c96b58 828%if %{without net_client_only}
b56474ff
AM
829%files svnserve
830%defattr(644,root,root,755)
831%attr(755,root,root) %{_bindir}/svnserve
b445847c
JB
832%{_mandir}/man5/svnserve.conf.5*
833%{_mandir}/man8/svnserve.8*
a1bac09d
834%dir %attr(750,svn,svn) /home/services/subversion
835%dir %attr(750,svn,svn) /home/services/subversion/repos
0905b458 836%if %{with apache}
b56474ff 837%attr(754,root,root) /etc/rc.d/init.d/svnserve
86ea8fde 838%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/svnserve
0905b458 839%endif
b56474ff 840
4bbdbbf8
AM
841%files tools
842%defattr(644,root,root,755)
92bfa7e1 843# tools/backup/hot-backup.py
1326bb99 844%attr(755,root,root) %{_bindir}/svn-hot-backup
fe5bb6bb 845
92bfa7e1
ER
846# tools/diff
847%attr(755,root,root) %{_bindir}/svndiff
848%attr(755,root,root) %{_bindir}/svndiff3
849%attr(755,root,root) %{_bindir}/svndiff4
850
851# tools/server-side
852%attr(755,root,root) %{_bindir}/svn-populate-node-origins-index
853%attr(755,root,root) %{_bindir}/svn-rep-sharing-stats
854%attr(755,root,root) %{_bindir}/svnauthz-validate
855
856# tools/client-side/svnmucc
857%attr(755,root,root) %{_bindir}/svnmucc
858# tools/dev/svnraisetreeconflict
859%attr(755,root,root) %{_bindir}/svnraisetreeconflict
860
fe5bb6bb 861%files -n bash-completion-subversion
101e74de 862%defattr(644,root,root,755)
1326bb99 863/etc/bash_completion.d/%{name}
536b3fd3 864
f37da0a1
ER
865%endif # net_client_only
866
1cc7453a 867%if %{with javahl}
868%files -n java-subversion
869%defattr(644,root,root,755)
b445847c
JB
870%attr(755,root,root) %{_libdir}/libsvnjavahl-1.so.*.*.*
871%attr(755,root,root) %ghost %{_libdir}/libsvnjavahl-1.so.0
872%attr(755,root,root) %{_libdir}/libsvnjavahl-1.so
1cc7453a 873%{_javadir}/svn-javahl.jar
874%endif
875
0905b458 876%if %{with python}
fa3ff1b2 877%files -n python-subversion
f4e6a380 878%defattr(644,root,root,755)
693a6ddf 879%doc tools/backup/*.py
b445847c
JB
880%attr(755,root,root) %{_libdir}/libsvn_swig_py-1.so.*.*.*
881%attr(755,root,root) %ghost %{_libdir}/libsvn_swig_py-1.so.0
882%attr(755,root,root) %{_libdir}/libsvn_swig_py-1.so
65318afa 883%dir %{py_sitedir}/libsvn
3c200272 884%attr(755,root,root) %{py_sitedir}/libsvn/_*.so
65318afa 885%{py_sitedir}/libsvn/*.py[co]
b445847c
JB
886%dir %{py_sitedir}/svn
887%{py_sitedir}/svn/*.py[co]
1326bb99 888%{_examplesdir}/python-%{name}-%{version}
a26edfbd 889%endif
137fcafd 890
5b21aa20 891%if %{with csvn}
137fcafd
AM
892%files -n python-csvn
893%defattr(644,root,root,755)
894%doc subversion/bindings/ctypes-python/{README,TODO}
895%doc subversion/bindings/ctypes-python/examples/*.py
896%dir %{py_sitescriptdir}/csvn
897%{py_sitescriptdir}/csvn/*.py[co]
898%dir %{py_sitescriptdir}/csvn/core
899%{py_sitescriptdir}/csvn/core/*.py[co]
900%dir %{py_sitescriptdir}/csvn/ext
901%{py_sitescriptdir}/csvn/ext/*.py[co]
3c200272 902%{py_sitescriptdir}/svn_ctypes_python_bindings-0.1-py*.egg-info
0905b458 903%endif
f4e6a380 904
0905b458 905%if %{with perl}
b56474ff
AM
906%files -n perl-subversion
907%defattr(644,root,root,755)
b445847c
JB
908%attr(755,root,root) %{_libdir}/libsvn_swig_perl-1.so.*.*.*
909%attr(755,root,root) %ghost %{_libdir}/libsvn_swig_perl-1.so.0
910%attr(755,root,root) %{_libdir}/libsvn_swig_perl-1.so
b56474ff
AM
911%{perl_vendorarch}/SVN
912%dir %{perl_vendorarch}/auto/SVN
913%dir %{perl_vendorarch}/auto/SVN/*
914%attr(755,root,root) %{perl_vendorarch}/auto/SVN/*/*.so
915%{perl_vendorarch}/auto/SVN/*/*.bs
916%{_mandir}/man3/*.3pm*
0905b458 917%endif
b56474ff 918
d46e45ba
AM
919%if %{with ruby}
920%files -n ruby-subversion
921%defattr(644,root,root,755)
b445847c
JB
922%attr(755,root,root) %{_libdir}/libsvn_swig_ruby-1.so.*.*.*
923%attr(755,root,root) %ghost %{_libdir}/libsvn_swig_ruby-1.so.0
924%attr(755,root,root) %{_libdir}/libsvn_swig_ruby-1.so
916011ef
JR
925%dir %{ruby_sitelibdir}/svn
926%{ruby_sitelibdir}/svn/*.rb
927%dir %{ruby_sitearchdir}/svn
928%dir %{ruby_sitearchdir}/svn/ext
e2c6dc67 929%attr(755,root,root) %{ruby_sitearchdir}/svn/ext/*.so
916011ef 930%{ruby_ridir}/Svn
d46e45ba
AM
931%endif
932
0905b458 933%if %{with apache}
93b78127
AM
934%files -n apache-mod_dav_svn
935%defattr(644,root,root,755)
1af5e34d
ER
936%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{apacheconfdir}/*_mod_dav_svn.conf
937%attr(755,root,root) %{apachelibdir}/mod_dav_svn.so
65318afa
AF
938
939%files -n apache-mod_authz_svn
940%defattr(644,root,root,755)
941%doc subversion/mod_authz_svn/INSTALL
1af5e34d
ER
942%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{apacheconfdir}/*_mod_authz_svn.conf
943%attr(755,root,root) %{apachelibdir}/mod_authz_svn.so
536b3fd3 944%endif
This page took 0.443043 seconds and 4 git commands to generate.