]> git.pld-linux.org Git - packages/subversion.git/blame - subversion.spec
- up to 1.7.2; new apache module - dontdothat
[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
53bea8b1
AM
55Version: 1.7.3
56Release: 1
8df86594 57License: Apache v2.0
93b78127 58Group: Development/Version Control
0c6e93f6 59Source0: http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
53bea8b1 60# Source0-md5: 867fb0a5db00710cf8dce0bdfa094b3b
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
53bea8b1
AM
398%package -n apache-mod_dontdothat_svn
399Summary: Apache module: Allows you to block specific svn requests
400Summary(pl.UTF-8): Moduł apache: Pozwala na blokowanie pewnych zapytań svn
401Group: Networking/Daemons
402Requires: %{name}-libs = %{version}-%{release}
403Requires: apache(modules-api) = %apache_modules_api
404Requires: apache-mod_dav_svn = %{version}-%{release}
405
406%description -n apache-mod_dontdothat_svn
407Apache module: Allows you to block specific svn requests.
408
409%description -n apache-mod_dontdothat_svn -l pl.UTF-8
410Moduł apache: Pozwala na blokowanie pewnych zapytań svn.
411
1429fa1c 412%package -n gnome-keyring-subversion
fe242fac
JB
413Summary: GNOME Keyring authentication provider for Subversion
414Summary(pl.UTF-8): Moduł uwierzytelniający GNOME Keyring dla Subversion
1429fa1c 415Group: X11/Applications
38c0314f 416Requires: %{name}-libs = %{version}-%{release}
1429fa1c
AM
417
418%description -n gnome-keyring-subversion
fe242fac
JB
419Authentication provider module for Subversion which allows SVN client
420to authenticate using GNOME Keyring.
1429fa1c
AM
421
422%description -n gnome-keyring-subversion -l pl.UTF-8
fe242fac
JB
423Moduł uwierzytelniający dla Subversion pozwalający klientom SVN
424uwierzytelniać się przy użyciu mechanizmu GNOME Keyring.
1429fa1c
AM
425
426%package -n kde4-kwallet-subversion
fe242fac
JB
427Summary: KDE Wallet authentication provider for Subversion
428Summary(pl.UTF-8): Moduł uwierzytelniający dla Subversion wykorzystujący Portfel KDE
1429fa1c 429Group: X11/Applications
38c0314f 430Requires: %{name}-libs = %{version}-%{release}
1429fa1c
AM
431
432%description -n kde4-kwallet-subversion
fe242fac
JB
433Authentication provider module for Subversion which allows SVN client
434to authenticate using KDE Wallet.
1429fa1c
AM
435
436%description -n kde4-kwallet-subversion -l pl.UTF-8
fe242fac
JB
437Moduł uwierzytelniający dla Subversion pozwalający klientom SVN
438uwierzytelniać się przy użyciu Portfela KDE.
1429fa1c 439
93b78127 440%prep
0c6e93f6 441%setup -q
ed6210a2 442%patch0 -p0
d4bccc60 443%patch1 -p1
00664663 444%patch2 -p0
1cfe7af2 445%patch3 -p1
a510fada
AM
446
447sed -i -e 's#serf_prefix/lib#serf_prefix/%{_lib}#g' build/ac-macros/serf.m4
448
449# serf.m4 macro is broken and ignores --without serf
244bdb04 450%{?with_neon:sed -i -e 's#serf_found="yes"#serf_found="no"#g' build/ac-macros/serf.m4}
027f8ebe 451
93b78127 452%build
1cfe7af2
JB
453# disabled regeneration - subversion 1.6.13 is not ready for swig 2.0.x
454#%{__rm} subversion/bindings/swig/proxy/*.swg
455#cd subversion/bindings/swig && python "%{SOURCE5}" && cd ../../..
67cb9518 456chmod +x ./autogen.sh && ./autogen.sh
1cfe7af2 457%{__libtoolize}
93b78127 458%configure \
5dfeafd7 459 --with-editor=vi \
12ae68c1 460 --with-zlib=%{_libdir} \
fa6fa2cf 461 --disable-runtime-module-search \
86ee97d3 462 --disable-mod-activation \
298f7114 463%if %{with db}
ad5c551e 464 --with-berkeley-db="db.h:%{_includedir}:%{_libdir}:db" \
298f7114
ER
465%else
466 --without-berkeley-db \
467%endif
0905b458 468%if %{with apache}
536b3fd3 469 --with-apxs=%{_sbindir}/apxs \
0905b458 470%else
0905b458 471 --without-apxs \
0905b458 472%endif
298f7114 473%if %{without swig}
0905b458 474 --without-swig \
5c072a77
ER
475%endif
476%if %{without ruby}
477 ac_cv_path_RUBY=none \
0905b458 478%endif
a26edfbd
ER
479%if %{with csvn}
480 --with-ctypesgen=%{_bindir}/ctypesgen.py \
481%endif
482%if %{with javahl}
483 --enable-javahl \
1cc7453a 484 --with-jdk="%{java_home}" \
cf2589d0 485 --without-jikes \
a26edfbd
ER
486%else
487 --disable-javahl \
488%endif
04129f48 489%if %{with neon}
e3ad24ea 490 --without-serf \
e30588c4 491 --with-neon=%{_prefix} \
78f330c4 492 --disable-neon-version-check \
04129f48
AG
493%else
494 --with-serf=%{_prefix} \
495 --without-neon \
e3ad24ea 496%endif
16429189 497 --with-apr=%{_bindir}/apr-1-config \
1429fa1c 498 --with-apr-util=%{_bindir}/apu-1-config \
65f2befa 499%if %{with kwallet}
1429fa1c 500 --with-kwallet \
65f2befa 501%endif
bfb248d0 502%if %{with gnome}
1429fa1c 503 --with-gnome-keyring
bfb248d0 504%endif
536b3fd3 505
1f630180 506%{__make} -j1
536b3fd3 507
92bfa7e1
ER
508%{__make} tools
509
5b21aa20 510%if %{with csvn}
a26edfbd 511# Python ctypes bindings
137fcafd 512%{__make} ctypes-python
5b21aa20 513%endif
a26edfbd
ER
514%if %{with python}
515# Python swig bindings
86a4919e 516%{__make} swig-py \
65318afa
AF
517 swig_pydir=%{py_sitedir}/libsvn \
518 swig_pydir_extra=%{py_sitedir}/svn
0905b458 519%endif
0905b458 520%if %{with perl}
a26edfbd 521# Perl swig bindings
390bb8f4 522%{__make} -j1 swig-pl-lib
bf539998
AM
523cd subversion/bindings/swig/perl/native
524%{__perl} Makefile.PL INSTALLDIRS=vendor
b445847c 525%{__make} -j1
a26edfbd 526cd -
536b3fd3 527%endif
1cc7453a 528%if %{with javahl}
b445847c 529%{__make} -j1 javahl \
1cc7453a 530 javahl_javadir="%{_javadir}"
531%endif
d46e45ba
AM
532# ruby
533%if %{with ruby}
534%{__make} swig-rb
535%endif
12ae68c1
AM
536
537%if %{with tests}
5abe2f77 538%{__make} -j1 check
5b21aa20 539%if %{with csvn}
5abe2f77 540%{__make} -j1 check-ctypes-python
5b21aa20 541%endif
a26edfbd 542%if %{with python}
5abe2f77 543%{__make} -j1 check-swig-py
d46e45ba
AM
544%endif
545%if %{with perl}
5abe2f77 546%{__make} -j1 check-swig-pl
d46e45ba
AM
547%endif
548%if %{with ruby}
6e3aae2d
ER
549# disabled, see https://bugs.launchpad.net/pld-linux/+bug/734340
550#%{__make} check-swig-rb
d46e45ba 551%endif
0905b458 552%endif
93b78127
AM
553
554%install
555rm -rf $RPM_BUILD_ROOT
1326bb99 556install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,bash_completion.d} \
1af5e34d 557 $RPM_BUILD_ROOT{%{apacheconfdir},%{apachelibdir},%{_infodir}} \
afb35189 558 $RPM_BUILD_ROOT%{_examplesdir}/{%{name}-%{version},python-%{name}-%{version}} \
d9d66e02 559 $RPM_BUILD_ROOT%{_sysconfdir}/%{name} \
a54611db 560 $RPM_BUILD_ROOT/home/services/subversion{,/repos}
93b78127 561
1f630180 562%{__make} install -j1 \
92bfa7e1 563 toolsdir=%{_bindir} \
a26edfbd
ER
564 DESTDIR=$RPM_BUILD_ROOT \
565 APACHE_LIBEXECDIR="$(%{_sbindir}/apxs -q LIBEXECDIR)" \
1cc7453a 566%if %{with javahl}
567 install-javahl \
568 javahl_javadir="%{_javadir}" \
569%endif
d46e45ba 570%if %{with python}
0905b458 571 install-swig-py \
a26edfbd 572 swig_pydir=%{py_sitedir}/libsvn \
2ecedb13 573 swig_pydir_extra=%{py_sitedir}/svn \
a26edfbd 574%endif
5b21aa20 575%if %{with csvn}
137fcafd 576 install-ctypes-python \
d46e45ba 577%endif
92bfa7e1 578 install-tools
49f25a64 579
d46e45ba 580%if %{with ruby}
49f25a64
ER
581%{__make} install -j1 \
582 DESTDIR=$RPM_BUILD_ROOT \
d46e45ba 583 install-swig-rb install-swig-rb-doc \
49f25a64
ER
584
585# not our package
586%{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/Kernel
587%{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/OptionParser
588%{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/Time
589%{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/Uconv
590%{__rm} $RPM_BUILD_ROOT%{ruby_ridir}/cache.ri
591%{__rm} $RPM_BUILD_ROOT%{ruby_ridir}/created.rid
0905b458 592%endif
93b78127 593
298f7114 594%if %{with perl}
bf539998
AM
595%{__make} install-swig-pl-lib \
596 DESTDIR=$RPM_BUILD_ROOT
b445847c 597%{__make} -C subversion/bindings/swig/perl/native install \
bf539998
AM
598 DESTDIR=$RPM_BUILD_ROOT \
599 PREFIX=$RPM_BUILD_ROOT%{_prefix} \
600 LIBDIR=$RPM_BUILD_ROOT%{_libdir}
bf539998
AM
601%endif
602
0905b458 603%if %{with apache}
d9d66e02
ER
604cp -p %{SOURCE1} $RPM_BUILD_ROOT%{apacheconfdir}/65_mod_dav_svn.conf
605cp -p %{SOURCE2} $RPM_BUILD_ROOT%{apacheconfdir}/66_mod_authz_svn.conf
606cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/svnserve
607install -p %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/svnserve
0905b458 608%endif
93b78127 609
d9d66e02
ER
610%if %{without net_client_only}
611install -p tools/backup/hot-backup.py $RPM_BUILD_ROOT%{_bindir}/svn-hot-backup
298f7114 612%endif
92bfa7e1
ER
613
614# rename not to conflict with standard packages. (are these needed at all?)
615mv $RPM_BUILD_ROOT%{_bindir}/{,svn}diff
616mv $RPM_BUILD_ROOT%{_bindir}/{,svn}diff3
617mv $RPM_BUILD_ROOT%{_bindir}/{,svn}diff4
618
e834894b 619%if %{with python} || %{with csvn}
f4e6a380
AM
620%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
621%py_comp $RPM_BUILD_ROOT%{py_sitedir}
3c200272 622%py_postclean
e834894b
ER
623%endif
624%if %{with python}
3c200272 625%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/libsvn/*.la
f37da0a1
ER
626# .a created on ac only
627%{__rm} -f $RPM_BUILD_ROOT%{py_sitedir}/libsvn/*.a
628cp -p tools/examples/*.py $RPM_BUILD_ROOT%{_examplesdir}/python-%{name}-%{version}
536b3fd3 629%endif
f4e6a380 630
d9d66e02
ER
631cp -p tools/client-side/bash_completion $RPM_BUILD_ROOT/etc/bash_completion.d/%{name}
632cp -p tools/examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1326bb99 633
a26edfbd
ER
634%if %{with javahl}
635%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsvnjavahl*.{la,a}
636%endif
298f7114 637%if %{with swig}
fe242fac 638%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsvn_swig*.{la,a}
5c072a77 639%if %{with ruby}
fe242fac 640%{__rm} $RPM_BUILD_ROOT%{_libdir}/ruby/site_ruby/*/*/svn/ext/*.la
5f328a6e 641%endif
5c072a77 642%endif
fe242fac
JB
643%if %{with gnome} || %{with kwallet}
644# dlopened by soname (libsvn_auth_*-1.so.0)
645%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsvn_auth_*-1.{so,la,a}
646%endif
205a3ddc 647
fe242fac 648%find_lang %{name}
a6ecf312 649
e23909be
JB
650%clean
651rm -rf $RPM_BUILD_ROOT
652
a1bac09d
653%pre svnserve
654%groupadd -g 86 svn
655%useradd -u 180 -d /home/services/subversion -c "Subversion svnserve" -g svn svn
656
d2bf70bf
JB
657%post libs -p /sbin/ldconfig
658%postun libs -p /sbin/ldconfig
659
660%post devel -p /sbin/postshell
6f99c3bd 661-/usr/sbin/fix-info-dir -c %{_infodir}
93b78127 662
d2bf70bf 663%postun devel -p /sbin/postshell
6f99c3bd 664-/usr/sbin/fix-info-dir -c %{_infodir}
93b78127 665
12c96b58
ER
666%post -n java-subversion -p /sbin/ldconfig
667%postun -n java-subversion -p /sbin/ldconfig
668
d2bf70bf
JB
669%post -n perl-subversion -p /sbin/ldconfig
670%postun -n perl-subversion -p /sbin/ldconfig
671
672%post -n python-subversion -p /sbin/ldconfig
673%postun -n python-subversion -p /sbin/ldconfig
f4e6a380 674
12c96b58
ER
675%post -n ruby-subversion -p /sbin/ldconfig
676%postun -n ruby-subversion -p /sbin/ldconfig
677
678%post -n gnome-keyring-subversion -p /sbin/ldconfig
679%postun -n gnome-keyring-subversion -p /sbin/ldconfig
680
681%post -n kde4-kwallet-subversion -p /sbin/ldconfig
682%postun -n kde4-kwallet-subversion -p /sbin/ldconfig
683
b56474ff 684%post svnserve
e8d9186f
ER
685/sbin/chkconfig --add svnserve
686%service svnserve restart "svnserve daemon"
687
b56474ff
AM
688%preun svnserve
689if [ "$1" = "0" ]; then
e8d9186f
ER
690 %service svnserve stop
691 /sbin/chkconfig --del svnserve
b56474ff
AM
692fi
693
a1bac09d
694%postun svnserve
695if [ "$1" = "0" ]; then
12c96b58
ER
696 %userremove svn
697 %groupremove svn
a1bac09d
698fi
699
93b78127 700%post -n apache-mod_dav_svn
e8d9186f 701%service -q httpd restart
93b78127 702
ba425c92 703%postun -n apache-mod_dav_svn
93b78127 704if [ "$1" = "0" ]; then
e8d9186f 705 %service -q httpd restart
93b78127
AM
706fi
707
9688ba4c
JR
708%post -n apache-mod_authz_svn
709%service -q httpd restart
710
ba425c92 711%postun -n apache-mod_authz_svn
9688ba4c
JR
712if [ "$1" = "0" ]; then
713 %service -q httpd restart
714fi
715
53bea8b1
AM
716%post -n apache-mod_dontdothat_svn
717%service -q httpd restart
718
719%postun -n apache-mod_dontdothat_svn
720if [ "$1" = "0" ]; then
721 %service -q httpd restart
722fi
723
93b78127
AM
724%files
725%defattr(644,root,root,755)
c5c1593f 726%doc BUGS CHANGES INSTALL README
d37298dc 727%doc doc/*/*.html
4bbdbbf8
AM
728%doc tools/hook-scripts/*.{pl,py,example}
729%doc tools/hook-scripts/mailer/*.{py,example}
1326bb99 730%doc tools/xslt/*
b445847c
JB
731%attr(755,root,root) %{_bindir}/svn
732%attr(755,root,root) %{_bindir}/svnadmin
733%attr(755,root,root) %{_bindir}/svndumpfilter
c5c1593f 734%attr(755,root,root) %{_bindir}/svnrdump
b445847c
JB
735%attr(755,root,root) %{_bindir}/svnlook
736%attr(755,root,root) %{_bindir}/svnsync
737%attr(755,root,root) %{_bindir}/svnversion
738%{_mandir}/man1/svn.1*
739%{_mandir}/man1/svnadmin.1*
740%{_mandir}/man1/svndumpfilter.1*
c5c1593f 741%{_mandir}/man1/svnrdump.1*
b445847c
JB
742%{_mandir}/man1/svnlook.1*
743%{_mandir}/man1/svnsync.1*
744%{_mandir}/man1/svnversion.1*
f4e6a380 745
205a3ddc 746%files libs -f %{name}.lang
f4e6a380 747%defattr(644,root,root,755)
d9d66e02 748%dir %{_sysconfdir}/%{name}
b445847c
JB
749%attr(755,root,root) %{_libdir}/libsvn_client-1.so.*.*.*
750%attr(755,root,root) %ghost %{_libdir}/libsvn_client-1.so.0
751%attr(755,root,root) %{_libdir}/libsvn_delta-1.so.*.*.*
752%attr(755,root,root) %ghost %{_libdir}/libsvn_delta-1.so.0
753%attr(755,root,root) %{_libdir}/libsvn_diff-1.so.*.*.*
754%attr(755,root,root) %ghost %{_libdir}/libsvn_diff-1.so.0
755%attr(755,root,root) %{_libdir}/libsvn_fs-1.so.*.*.*
756%attr(755,root,root) %ghost %{_libdir}/libsvn_fs-1.so.0
5f328a6e 757%if %{without net_client_only}
b445847c
JB
758%attr(755,root,root) %{_libdir}/libsvn_fs_base-1.so.*.*.*
759%attr(755,root,root) %ghost %{_libdir}/libsvn_fs_base-1.so.0
5f328a6e 760%endif
b445847c
JB
761%attr(755,root,root) %{_libdir}/libsvn_fs_fs-1.so.*.*.*
762%attr(755,root,root) %ghost %{_libdir}/libsvn_fs_fs-1.so.0
763%attr(755,root,root) %{_libdir}/libsvn_fs_util-1.so.*.*.*
764%attr(755,root,root) %ghost %{_libdir}/libsvn_fs_util-1.so.0
765%attr(755,root,root) %{_libdir}/libsvn_ra-1.so.*.*.*
766%attr(755,root,root) %ghost %{_libdir}/libsvn_ra-1.so.0
767%attr(755,root,root) %{_libdir}/libsvn_ra_local-1.so.*.*.*
768%attr(755,root,root) %ghost %{_libdir}/libsvn_ra_local-1.so.0
a510fada
AM
769%attr(755,root,root) %{_libdir}/libsvn_ra_%{webdavlib}-1.so.*.*.*
770%attr(755,root,root) %ghost %{_libdir}/libsvn_ra_%{webdavlib}-1.so.0
b445847c
JB
771%attr(755,root,root) %{_libdir}/libsvn_ra_svn-1.so.*.*.*
772%attr(755,root,root) %ghost %{_libdir}/libsvn_ra_svn-1.so.0
773%attr(755,root,root) %{_libdir}/libsvn_repos-1.so.*.*.*
774%attr(755,root,root) %ghost %{_libdir}/libsvn_repos-1.so.0
775%attr(755,root,root) %{_libdir}/libsvn_subr-1.so.*.*.*
776%attr(755,root,root) %ghost %{_libdir}/libsvn_subr-1.so.0
777%attr(755,root,root) %{_libdir}/libsvn_wc-1.so.*.*.*
778%attr(755,root,root) %ghost %{_libdir}/libsvn_wc-1.so.0
93b78127
AM
779
780%files devel
781%defattr(644,root,root,755)
b445847c
JB
782%attr(755,root,root) %{_libdir}/libsvn_client-1.so
783%attr(755,root,root) %{_libdir}/libsvn_delta-1.so
784%attr(755,root,root) %{_libdir}/libsvn_diff-1.so
785%attr(755,root,root) %{_libdir}/libsvn_fs-1.so
5f328a6e 786%if %{without net_client_only}
b445847c 787%attr(755,root,root) %{_libdir}/libsvn_fs_base-1.so
5f328a6e 788%endif
b445847c
JB
789%attr(755,root,root) %{_libdir}/libsvn_fs_fs-1.so
790%attr(755,root,root) %{_libdir}/libsvn_fs_util-1.so
791%attr(755,root,root) %{_libdir}/libsvn_ra-1.so
792%attr(755,root,root) %{_libdir}/libsvn_ra_local-1.so
a510fada 793%attr(755,root,root) %{_libdir}/libsvn_ra_%{webdavlib}-1.so
b445847c
JB
794%attr(755,root,root) %{_libdir}/libsvn_ra_svn-1.so
795%attr(755,root,root) %{_libdir}/libsvn_repos-1.so
796%attr(755,root,root) %{_libdir}/libsvn_subr-1.so
797%attr(755,root,root) %{_libdir}/libsvn_wc-1.so
798%{_libdir}/libsvn_client-1.la
799%{_libdir}/libsvn_delta-1.la
800%{_libdir}/libsvn_diff-1.la
801%{_libdir}/libsvn_fs-1.la
5f328a6e 802%if %{without net_client_only}
b445847c 803%{_libdir}/libsvn_fs_base-1.la
5f328a6e 804%endif
b445847c
JB
805%{_libdir}/libsvn_fs_fs-1.la
806%{_libdir}/libsvn_fs_util-1.la
807%{_libdir}/libsvn_ra-1.la
808%{_libdir}/libsvn_ra_local-1.la
a510fada 809%{_libdir}/libsvn_ra_%{webdavlib}-1.la
b445847c
JB
810%{_libdir}/libsvn_ra_svn-1.la
811%{_libdir}/libsvn_repos-1.la
812%{_libdir}/libsvn_subr-1.la
813%{_libdir}/libsvn_wc-1.la
814%{_includedir}/%{name}-1
1326bb99 815%{_examplesdir}/%{name}-%{version}
93b78127
AM
816
817%files static
818%defattr(644,root,root,755)
b445847c
JB
819%{_libdir}/libsvn_client-1.a
820%{_libdir}/libsvn_delta-1.a
821%{_libdir}/libsvn_diff-1.a
822%{_libdir}/libsvn_fs-1.a
5f328a6e 823%if %{without net_client_only}
b445847c 824%{_libdir}/libsvn_fs_base-1.a
5f328a6e 825%endif
b445847c
JB
826%{_libdir}/libsvn_fs_fs-1.a
827%{_libdir}/libsvn_fs_util-1.a
828%{_libdir}/libsvn_ra-1.a
829%{_libdir}/libsvn_ra_local-1.a
a510fada 830%{_libdir}/libsvn_ra_%{webdavlib}-1.a
b445847c
JB
831%{_libdir}/libsvn_ra_svn-1.a
832%{_libdir}/libsvn_repos-1.a
833%{_libdir}/libsvn_subr-1.a
834%{_libdir}/libsvn_wc-1.a
93b78127 835
bfb248d0 836%if %{with gnome}
1429fa1c
AM
837%files -n gnome-keyring-subversion
838%defattr(644,root,root,755)
839%attr(755,root,root) %{_libdir}/libsvn_auth_gnome_keyring-1.so.*.*.*
840%attr(755,root,root) %ghost %{_libdir}/libsvn_auth_gnome_keyring-1.so.0
bfb248d0 841%endif
1429fa1c 842
65f2befa 843%if %{with kwallet}
1429fa1c
AM
844%files -n kde4-kwallet-subversion
845%defattr(644,root,root,755)
846%attr(755,root,root) %{_libdir}/libsvn_auth_kwallet-1.so.*.*.*
847%attr(755,root,root) %ghost %{_libdir}/libsvn_auth_kwallet-1.so.0
65f2befa 848%endif
1429fa1c 849
12c96b58 850%if %{without net_client_only}
b56474ff
AM
851%files svnserve
852%defattr(644,root,root,755)
853%attr(755,root,root) %{_bindir}/svnserve
b445847c
JB
854%{_mandir}/man5/svnserve.conf.5*
855%{_mandir}/man8/svnserve.8*
a1bac09d
856%dir %attr(750,svn,svn) /home/services/subversion
857%dir %attr(750,svn,svn) /home/services/subversion/repos
0905b458 858%if %{with apache}
b56474ff 859%attr(754,root,root) /etc/rc.d/init.d/svnserve
86ea8fde 860%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/svnserve
0905b458 861%endif
b56474ff 862
4bbdbbf8
AM
863%files tools
864%defattr(644,root,root,755)
92bfa7e1 865# tools/backup/hot-backup.py
1326bb99 866%attr(755,root,root) %{_bindir}/svn-hot-backup
fe5bb6bb 867
92bfa7e1
ER
868# tools/diff
869%attr(755,root,root) %{_bindir}/svndiff
870%attr(755,root,root) %{_bindir}/svndiff3
871%attr(755,root,root) %{_bindir}/svndiff4
872
873# tools/server-side
874%attr(755,root,root) %{_bindir}/svn-populate-node-origins-index
875%attr(755,root,root) %{_bindir}/svn-rep-sharing-stats
876%attr(755,root,root) %{_bindir}/svnauthz-validate
877
878# tools/client-side/svnmucc
879%attr(755,root,root) %{_bindir}/svnmucc
880# tools/dev/svnraisetreeconflict
881%attr(755,root,root) %{_bindir}/svnraisetreeconflict
882
fe5bb6bb 883%files -n bash-completion-subversion
101e74de 884%defattr(644,root,root,755)
1326bb99 885/etc/bash_completion.d/%{name}
536b3fd3 886
f37da0a1
ER
887%endif # net_client_only
888
1cc7453a 889%if %{with javahl}
890%files -n java-subversion
891%defattr(644,root,root,755)
b445847c
JB
892%attr(755,root,root) %{_libdir}/libsvnjavahl-1.so.*.*.*
893%attr(755,root,root) %ghost %{_libdir}/libsvnjavahl-1.so.0
894%attr(755,root,root) %{_libdir}/libsvnjavahl-1.so
1cc7453a 895%{_javadir}/svn-javahl.jar
896%endif
897
0905b458 898%if %{with python}
fa3ff1b2 899%files -n python-subversion
f4e6a380 900%defattr(644,root,root,755)
693a6ddf 901%doc tools/backup/*.py
b445847c
JB
902%attr(755,root,root) %{_libdir}/libsvn_swig_py-1.so.*.*.*
903%attr(755,root,root) %ghost %{_libdir}/libsvn_swig_py-1.so.0
904%attr(755,root,root) %{_libdir}/libsvn_swig_py-1.so
65318afa 905%dir %{py_sitedir}/libsvn
3c200272 906%attr(755,root,root) %{py_sitedir}/libsvn/_*.so
65318afa 907%{py_sitedir}/libsvn/*.py[co]
b445847c
JB
908%dir %{py_sitedir}/svn
909%{py_sitedir}/svn/*.py[co]
1326bb99 910%{_examplesdir}/python-%{name}-%{version}
a26edfbd 911%endif
137fcafd 912
5b21aa20 913%if %{with csvn}
137fcafd
AM
914%files -n python-csvn
915%defattr(644,root,root,755)
916%doc subversion/bindings/ctypes-python/{README,TODO}
917%doc subversion/bindings/ctypes-python/examples/*.py
918%dir %{py_sitescriptdir}/csvn
919%{py_sitescriptdir}/csvn/*.py[co]
920%dir %{py_sitescriptdir}/csvn/core
921%{py_sitescriptdir}/csvn/core/*.py[co]
922%dir %{py_sitescriptdir}/csvn/ext
923%{py_sitescriptdir}/csvn/ext/*.py[co]
3c200272 924%{py_sitescriptdir}/svn_ctypes_python_bindings-0.1-py*.egg-info
0905b458 925%endif
f4e6a380 926
0905b458 927%if %{with perl}
b56474ff
AM
928%files -n perl-subversion
929%defattr(644,root,root,755)
b445847c
JB
930%attr(755,root,root) %{_libdir}/libsvn_swig_perl-1.so.*.*.*
931%attr(755,root,root) %ghost %{_libdir}/libsvn_swig_perl-1.so.0
932%attr(755,root,root) %{_libdir}/libsvn_swig_perl-1.so
b56474ff
AM
933%{perl_vendorarch}/SVN
934%dir %{perl_vendorarch}/auto/SVN
935%dir %{perl_vendorarch}/auto/SVN/*
936%attr(755,root,root) %{perl_vendorarch}/auto/SVN/*/*.so
937%{perl_vendorarch}/auto/SVN/*/*.bs
938%{_mandir}/man3/*.3pm*
0905b458 939%endif
b56474ff 940
d46e45ba
AM
941%if %{with ruby}
942%files -n ruby-subversion
943%defattr(644,root,root,755)
b445847c
JB
944%attr(755,root,root) %{_libdir}/libsvn_swig_ruby-1.so.*.*.*
945%attr(755,root,root) %ghost %{_libdir}/libsvn_swig_ruby-1.so.0
946%attr(755,root,root) %{_libdir}/libsvn_swig_ruby-1.so
916011ef
JR
947%dir %{ruby_sitelibdir}/svn
948%{ruby_sitelibdir}/svn/*.rb
949%dir %{ruby_sitearchdir}/svn
950%dir %{ruby_sitearchdir}/svn/ext
e2c6dc67 951%attr(755,root,root) %{ruby_sitearchdir}/svn/ext/*.so
916011ef 952%{ruby_ridir}/Svn
d46e45ba
AM
953%endif
954
0905b458 955%if %{with apache}
93b78127
AM
956%files -n apache-mod_dav_svn
957%defattr(644,root,root,755)
1af5e34d
ER
958%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{apacheconfdir}/*_mod_dav_svn.conf
959%attr(755,root,root) %{apachelibdir}/mod_dav_svn.so
65318afa
AF
960
961%files -n apache-mod_authz_svn
962%defattr(644,root,root,755)
963%doc subversion/mod_authz_svn/INSTALL
1af5e34d
ER
964%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{apacheconfdir}/*_mod_authz_svn.conf
965%attr(755,root,root) %{apachelibdir}/mod_authz_svn.so
53bea8b1
AM
966
967%files -n apache-mod_dontdothat_svn
968%defattr(644,root,root,755)
969%doc tools/server-side/mod_dontdothat/README
970%attr(755,root,root) %{apachelibdir}/mod_dontdothat.so
536b3fd3 971%endif
This page took 0.280205 seconds and 4 git commands to generate.