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