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