]> git.pld-linux.org Git - packages/subversion.git/blame - subversion.spec
- up to 1.4.6
[packages/subversion.git] / subversion.spec
CommitLineData
1f630180 1# TODO:
1930bef0 2# - remove net_client_only and add db bcond (then without apache and
3# without db => net_client_only - spec will be more simpler, I think)
4#
bab73684 5# Conditional build:
bc526ca4 6%bcond_with net_client_only # build only net client
8f179f02 7%bcond_without python # build without python bindings (broken)
0905b458 8%bcond_without perl # build without perl bindings
9%bcond_without apache # build without apache support (webdav, etc)
7b27380f 10#
b56474ff 11%{!?with_net_client_only:%include /usr/lib/rpm/macros.perl}
f4070f5f 12%define apxs /usr/sbin/apxs
1f630180
ER
13%define pdir SVN
14%define pnam _Core
67cb9518 15Summary: A Concurrent Versioning system similar to but better than CVS
abe3c421
ER
16Summary(pl.UTF-8): System kontroli wersji podobny, ale lepszy, niż CVS
17Summary(pt_BR.UTF-8): Sistema de versionamento concorrente
93b78127 18Name: subversion
ca6914ac
AM
19Version: 1.4.6
20Release: 1
93b78127
AM
21License: Apache/BSD Style
22Group: Development/Version Control
e30588c4 23Source0: http://subversion.tigris.org/downloads/%{name}-%{version}.tar.gz
ca6914ac 24# Source0-md5: 32786fe2f322982c0567346de18f6460
93b78127 25Source1: %{name}-dav_svn.conf
65318afa 26Source2: %{name}-authz_svn.conf
b56474ff
AM
27Source3: %{name}-svnserve.init
28Source4: %{name}-svnserve.sysconfig
f313e9a9 29Source5: %{name}-convert-typemaps-to-ifdef.py
ed6210a2 30Patch0: %{name}-home_etc.patch
d4bccc60 31Patch1: %{name}-DESTDIR.patch
3eab78e4 32Patch2: %{name}-neon.patch
f313e9a9 33Patch3: %{name}-python_bindings.patch
0134b8dd 34Patch4: %{name}-swig.patch
93b78127 35URL: http://subversion.tigris.org/
4945947e
AM
36%if %{with net_client_only}
37%global apache_modules_api 0
38%else
f2a757d6 39%{?with_apache:BuildRequires: apache-devel >= 2.2.0-8}
7b27380f 40BuildRequires: automake
3817faf5 41BuildRequires: db-devel >= 4.1.25
e8d9186f 42BuildRequires: rpmbuild(macros) >= 1.268
0905b458 43%if %{with perl}
522a69b4 44BuildRequires: perl-devel >= 1:5.8.0
45BuildRequires: rpm-perlprov >= 4.1-13
15f9818d 46BuildRequires: swig-perl >= 1.3.24
536b3fd3 47%endif
0905b458 48%endif
16429189 49BuildRequires: apr-devel >= 1:1.0.0
a6ecf312 50BuildRequires: apr-util-devel >= 1:1.2.8-3
b0a7a5b2 51BuildRequires: autoconf >= 2.59
79d8c53c 52BuildRequires: bison
93b78127 53BuildRequires: expat-devel
86ea8fde 54BuildRequires: gettext-devel
f4e6a380 55BuildRequires: libtool >= 1.4-9
bd3c99a8 56BuildRequires: neon-devel >= 0.26.0
53855fbf 57BuildRequires: python >= 2.2
ed6210a2 58BuildRequires: python-modules >= 2.2
f313e9a9 59%if %{with python}
60BuildRequires: python-devel >= 2.2
1f16145f 61BuildRequires: sed >= 4.0
15f9818d 62BuildRequires: swig-python >= 1.3.24
0905b458 63%endif
93b78127 64BuildRequires: texinfo
7b35d179 65BuildRequires: which
027f8ebe 66Requires: %{name}-libs = %{version}-%{release}
93b78127
AM
67BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
68
f4070f5f
ER
69%define _apachelibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
70%define _libexecdir %{_libdir}/svn
93b78127
AM
71
72%description
73The goal of the Subversion project is to build a version control
74system that is a compelling replacement for CVS in the open source
75community.
76
77Our goals are:
78- All current CVS features.
79- Directories, renames, and file meta-data are versioned.
80- Symbolic links, etc, are supported
81- Commits are truly atomic.
82- Branching and tagging are cheap (constant time) operations
83- Repeated merges are handled gracefully
84- Support for plug-in client side diff programs
85- Natively client/server
86- Client/server protocol sends diffs in both directions
87- Costs are proportional to change size, not project size
88- Internationalization
89- Progressive multi-lingual support
90
aa59005f 91%description -l pl.UTF-8
93b78127
AM
92Celem projektu Subversion jest stworzenie systemu kontroli wersji jako
93zamiennika dla CVS.
94
95Cele projektu to:
aa59005f 96- Wszystkie aktualne możliwości CVS.
24406120
JB
97- Katalogi, zmiany nazw oraz metadane plików są wersjonowane.
98- Obsługa dowiązań symbolicznych itp.
aa59005f
JR
99- Commity są w pełni atomowe.
100- Branchowanie oraz tagowanie są tanimi (stałymi w czasie) operacjami.
24406120
JB
101- Dobra obsługa powtarzanego łączenia (merge).
102- Obsługa wtyczek diff po stronie klienta.
93b78127 103- Natywny klient/serwer.
aa59005f 104- Klient/Serwer przesyłają diffy w obu kierunkach.
93b78127
AM
105- Koszty proporcjonalne do rozmiaru zmiany, a nie rozmiaru projektu.
106- Internacjonalizacja.
aa59005f 107- Postępujące wsparcie dla wielu języków.
93b78127 108
aa59005f
JR
109%description -l pt_BR.UTF-8
110O objetivo do projeto Subversion é construir um sistema de controle de
111versões que seja um substituto para o CVS (Concurrent Versioning
92066deb 112System) na comunidade opensource, fornecendo grandes melhorias.
113
f4e6a380
AM
114%package libs
115Summary: Subversion libraries and modules
abe3c421 116Summary(pl.UTF-8): Biblioteka subversion oraz ładowalne moduły
f4e6a380 117Group: Libraries
24406120 118Requires: neon >= 0.26.0
53855fbf 119Obsoletes: libsubversion0
f4e6a380
AM
120
121%description libs
122Subversion libraries and modules.
123
aa59005f
JR
124%description libs -l pl.UTF-8
125Biblioteka subversion oraz ładowalne moduły.
f4e6a380 126
93b78127
AM
127%package devel
128Summary: Header files and develpment documentation for subversion
abe3c421
ER
129Summary(pl.UTF-8): Pliki nagłówkowe i dokumetacja do subversion
130Summary(pt_BR.UTF-8): Arquivos de desenvolvimento para o Subversion
93b78127 131Group: Development/Libraries
9cb7e099 132Requires: %{name}-libs = %{version}-%{release}
c5b1d686 133Requires: apr-util-devel >= 1:1.0.0
24406120 134Requires: neon-devel >= 0.26.0
12cf252c 135Obsoletes: libsubversion0-devel
93b78127
AM
136
137%description devel
138Header files and develpment documentation for subversion.
139
aa59005f
JR
140%description devel -l pl.UTF-8
141Pliki nagłówkowe i dokumetacja do subversion.
93b78127 142
aa59005f
JR
143%description devel -l pt_BR.UTF-8
144Este pacote provê os arquivos necessários para desenvolvedores
92066deb 145interagirem com o Subversion.
146
93b78127
AM
147%package static
148Summary: Static subversion library
abe3c421
ER
149Summary(pl.UTF-8): Biblioteka statyczna subversion
150Summary(pt_BR.UTF-8): Sistema de versionamento concorrente
93b78127
AM
151Group: Development/Libraries
152Requires: %{name}-devel = %{version}
12cf252c 153Obsoletes: libsubversion0-static-devel
93b78127
AM
154
155%description static
156Static subversion library.
157
aa59005f 158%description static -l pl.UTF-8
93b78127
AM
159Biblioteka statyczna subversion.
160
aa59005f
JR
161%description static -l pt_BR.UTF-8
162Este pacote provê um cliente estático do subversion.
92066deb 163
b56474ff
AM
164%package svnserve
165Summary: Subversion svnserve
abe3c421 166Summary(pl.UTF-8): Subversion svnserve
b56474ff 167Group: Networking/Daemons
3817faf5 168Requires(post,preun): /sbin/chkconfig
9cb7e099 169Requires: %{name} = %{version}-%{release}
7b27380f 170Requires: rc-scripts
b56474ff
AM
171
172%description svnserve
173Subversion svnserve server.
174
aa59005f 175%description svnserve -l pl.UTF-8
b56474ff
AM
176Serwer subversion svnserve.
177
4bbdbbf8
AM
178%package tools
179Summary: Subversion tools and scripts
abe3c421
ER
180Summary(pl.UTF-8): Narzędzia oraz skrypty dla subversion
181Summary(pt_BR.UTF-8): Módulos python para acessar os recursos do Subversion
4bbdbbf8 182Group: Applications
4bbdbbf8 183%pyrequires_eq python
7b27380f 184Requires: %{name} = %{version}-%{release}
1271c9bd 185Requires: python-rcsparse >= 0.1-0.20031026.0
4bbdbbf8
AM
186Requires: python-subversion = %{version}
187
188%description tools
189Subversion tools and scripts.
190
aa59005f
JR
191%description tools -l pl.UTF-8
192Narzędzia oraz skrypty dla subversion.
4bbdbbf8 193
fe5bb6bb 194%package -n bash-completion-subversion
195Summary: bash completion for subversion
abe3c421 196Summary(pl.UTF-8): Dopełnienia basha dla subversion
fe5bb6bb 197Group: Applications/Shells
e30588c4 198Requires: %{name} = %{version}-%{release}
53855fbf 199Requires: bash-completion
e30588c4 200Conflicts: %{name}-tools <= 1.1.0-0.rc6.1
fe5bb6bb 201
202%description -n bash-completion-subversion
203Bash completion for subversion.
204
aa59005f
JR
205%description -n bash-completion-subversion -l pl.UTF-8
206Dopełnienia basha dla subversion.
fe5bb6bb 207
fa3ff1b2 208%package -n python-subversion
f4e6a380 209Summary: Subversion python bindings
abe3c421
ER
210Summary(pl.UTF-8): Dowiązania do subversion dla pythona
211Summary(pt_BR.UTF-8): Módulos python para acessar os recursos do Subversion
f4e6a380 212Group: Development/Languages/Python
f4e6a380 213%pyrequires_eq python
9cb7e099 214Requires: %{name}-libs = %{version}-%{release}
53855fbf 215Obsoletes: subversion-python
f4e6a380 216
fa3ff1b2 217%description -n python-subversion
f4e6a380
AM
218Subversion python bindings.
219
aa59005f
JR
220%description -n python-subversion -l pl.UTF-8
221Dowiązania do subversion dla pythona.
f4e6a380 222
aa59005f
JR
223%description -n python-subversion -l pt_BR.UTF-8
224Módulos python para acessar os recursos do Subversion.
92066deb 225
b56474ff
AM
226%package -n perl-subversion
227Summary: Subversion perl bindings
abe3c421
ER
228Summary(pl.UTF-8): Dowiązania do subversion dla perla
229Summary(pt_BR.UTF-8): Módulos perl para acessar os recursos do Subversion
b56474ff 230Group: Development/Languages/Perl
9cb7e099 231Requires: %{name}-libs = %{version}-%{release}
53855fbf 232Obsoletes: subversion-perl
b56474ff
AM
233
234%description -n perl-subversion
235Subversion perl bindings.
236
aa59005f
JR
237%description -n perl-subversion -l pl.UTF-8
238Dowiązania do subversion dla perl.
b56474ff 239
aa59005f
JR
240%description -n perl-subversion -l pt_BR.UTF-8
241Módulos perl para acessar os recursos do Subversion.
b56474ff 242
93b78127
AM
243%package -n apache-mod_dav_svn
244Summary: Apache module: Subversion Server
abe3c421 245Summary(pl.UTF-8): Moduł apache: Serwer Subversion
93b78127 246Group: Networking/Daemons
7b27380f 247Requires: %{name} = %{version}-%{release}
53855fbf 248Requires: apache(modules-api) = %apache_modules_api
7887b1ac 249Requires: apache-mod_dav
93b78127
AM
250
251%description -n apache-mod_dav_svn
252Apache module: Subversion Server.
253
aa59005f
JR
254%description -n apache-mod_dav_svn -l pl.UTF-8
255Moduł apache: Serwer Subversion.
93b78127 256
65318afa
AF
257%package -n apache-mod_authz_svn
258Summary: Apache module: Subversion Server - path-based authorization
abe3c421 259Summary(pl.UTF-8): Moduł apache: autoryzacja na podstawie ścieżki dla serwera Subversion
65318afa 260Group: Networking/Daemons
53855fbf 261Requires: apache(modules-api) = %apache_modules_api
9cb7e099 262Requires: apache-mod_dav_svn = %{version}-%{release}
65318afa
AF
263
264%description -n apache-mod_authz_svn
265Apache module: Subversion Server - path-based authorization.
266
aa59005f
JR
267%description -n apache-mod_authz_svn -l pl.UTF-8
268Moduł apache: autoryzacja na podstawie ścieżki dla serwera Subversion.
e23909be 269
93b78127 270%prep
281e2246 271%setup -q
e30588c4 272rm -rf apr apr-util neon
ed6210a2 273%patch0 -p0
d4bccc60 274%patch1 -p1
3eab78e4 275%patch2 -p1
f313e9a9 276%patch3 -p1
0134b8dd 277%patch4 -p1
027f8ebe 278
93b78127 279%build
f313e9a9 280rm subversion/bindings/swig/proxy/*.swg
24406120 281cd subversion/bindings/swig && python "%{SOURCE5}" && cd ../../..
a7bcb345 282cp -f /usr/share/automake/config.sub ac-helpers
67cb9518 283chmod +x ./autogen.sh && ./autogen.sh
8a3d9172 284
fa3ff1b2 285# don't enable dso - currently it's broken
93b78127 286%configure \
5dfeafd7
AM
287 --with-editor=vi \
288 --with-zlib \
497058f9
AM
289 --with-python=%{_bindir}/python \
290 --with-perl5=%{_bindir}/perl \
536b3fd3
AM
291%if %{with net_client_only}
292 --without-apache \
293 --without-swig \
294 --without-apxs \
295 --without-berkeley-db \
296%else
227d7ab4 297 --disable-dso \
86ee97d3 298 --disable-mod-activation \
0905b458 299%if %{with apache}
536b3fd3 300 --with-apxs=%{_sbindir}/apxs \
0905b458 301%else
302 --without-apache \
303 --without-apxs \
536b3fd3 304 --with-berkeley-db=%{_includedir}/db4:%{_libdir} \
0905b458 305%endif
cf353d53 306%if !%{with python} && !%{with perl}
0905b458 307 --without-swig \
308%endif
536b3fd3 309%endif
e30588c4 310 --with-neon=%{_prefix} \
78f330c4 311 --disable-neon-version-check \
16429189 312 --with-apr=%{_bindir}/apr-1-config \
313 --with-apr-util=%{_bindir}/apu-1-config
536b3fd3 314
1f630180 315%{__make} -j1
536b3fd3 316
cf353d53 317%if !%{with net_client_only}
b56474ff 318# python
0905b458 319%if %{with python}
86a4919e 320%{__make} swig-py \
65318afa
AF
321 swig_pydir=%{py_sitedir}/libsvn \
322 swig_pydir_extra=%{py_sitedir}/svn
0905b458 323%endif
b56474ff 324# perl
0905b458 325%if %{with perl}
bf539998
AM
326%{__make} swig-pl-lib
327odir=$(pwd)
328cd subversion/bindings/swig/perl/native
329%{__perl} Makefile.PL INSTALLDIRS=vendor
330%{__make}
331cd $odir
536b3fd3 332%endif
0905b458 333%endif
93b78127
AM
334
335%install
336rm -rf $RPM_BUILD_ROOT
1326bb99
JK
337install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,bash_completion.d} \
338 $RPM_BUILD_ROOT{%{_sysconfdir}/httpd/httpd.conf,%{_apachelibdir},%{_infodir}} \
afb35189 339 $RPM_BUILD_ROOT%{_examplesdir}/{%{name}-%{version},python-%{name}-%{version}} \
a54611db 340 $RPM_BUILD_ROOT/home/services/subversion{,/repos}
93b78127 341
1f630180 342%{__make} install -j1 \
cf353d53 343%if !%{with net_client_only} && %{with python}
0905b458 344 install-swig-py \
345%endif
f2a757d6 346 APACHE_LIBEXECDIR="$(%{_sbindir}/apxs -q LIBEXECDIR)" \
86a4919e 347 DESTDIR=$RPM_BUILD_ROOT \
65318afa
AF
348 swig_pydir=%{py_sitedir}/libsvn \
349 swig_pydir_extra=%{py_sitedir}/svn
93b78127 350
cf353d53 351%if !%{with net_client_only} && %{with perl}
bf539998
AM
352%{__make} install-swig-pl-lib \
353 DESTDIR=$RPM_BUILD_ROOT
354odir=$(pwd)
355cd subversion/bindings/swig/perl/native
356%{__make} install \
357 DESTDIR=$RPM_BUILD_ROOT \
358 PREFIX=$RPM_BUILD_ROOT%{_prefix} \
359 LIBDIR=$RPM_BUILD_ROOT%{_libdir}
360cd $odir
361%endif
362
0905b458 363%if %{with apache}
23bc94fc 364install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf/65_mod_dav_svn.conf
65318afa 365install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf/66_mod_authz_svn.conf
b56474ff
AM
366install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/svnserve
367install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/svnserve
0905b458 368%endif
93b78127 369
cf353d53 370%if !%{with net_client_only}
1326bb99 371install tools/backup/hot-backup.py $RPM_BUILD_ROOT%{_bindir}/svn-hot-backup
0905b458 372%if %{with python}
f4e6a380
AM
373%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
374%py_comp $RPM_BUILD_ROOT%{py_sitedir}
1326bb99
JK
375find $RPM_BUILD_ROOT%{py_sitedir} -name "*.py" -o -name "*.a" -o -name "*.la" | xargs rm -f
376install tools/examples/*.py $RPM_BUILD_ROOT%{_examplesdir}/python-%{name}-%{version}
536b3fd3 377%endif
0905b458 378%endif
f4e6a380 379
1326bb99
JK
380install tools/client-side/bash_completion $RPM_BUILD_ROOT/etc/bash_completion.d/%{name}
381install tools/examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
1326bb99 382
205a3ddc
AM
383%find_lang %{name}
384
a6ecf312 385rm -f $RPM_BUILD_ROOT%{_libdir}/lib*swig*.la
386
e23909be
JB
387%clean
388rm -rf $RPM_BUILD_ROOT
389
65318afa 390%post devel
93b78127
AM
391[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
392
65318afa 393%postun devel
93b78127
AM
394[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
395
e23909be
JB
396%post libs -p /sbin/ldconfig
397%postun libs -p /sbin/ldconfig
164f681b
AM
398%post -n python-subversion -p /sbin/ldconfig
399%postun -n perl-subversion -p /sbin/ldconfig
f4e6a380 400
b56474ff 401%post svnserve
e8d9186f
ER
402/sbin/chkconfig --add svnserve
403%service svnserve restart "svnserve daemon"
404
b56474ff
AM
405%preun svnserve
406if [ "$1" = "0" ]; then
e8d9186f
ER
407 %service svnserve stop
408 /sbin/chkconfig --del svnserve
b56474ff
AM
409fi
410
93b78127 411%post -n apache-mod_dav_svn
e8d9186f 412%service -q httpd restart
93b78127
AM
413
414%preun -n apache-mod_dav_svn
415if [ "$1" = "0" ]; then
e8d9186f 416 %service -q httpd restart
93b78127
AM
417fi
418
93b78127
AM
419%files
420%defattr(644,root,root,755)
983a49f6 421%doc BUGS CHANGES COPYING INSTALL README
d37298dc 422%doc doc/*/*.html
4bbdbbf8
AM
423%doc tools/hook-scripts/*.{pl,py,example}
424%doc tools/hook-scripts/mailer/*.{py,example}
1326bb99 425%doc tools/xslt/*
fa3ff1b2 426%attr(755,root,root) %{_bindir}/svn*
b56474ff 427%exclude %{_bindir}/svnserve
cf353d53 428%if !%{with net_client_only}
9cb7e099 429%exclude %{_bindir}/svn-hot-backup
d62de3c9 430%endif
f4e6a380 431%{_mandir}/man1/*
af654ba5
AM
432%{_mandir}/man5/*
433%{_mandir}/man8/*
b56474ff 434%exclude %{_mandir}/man?/svnserve*
f4e6a380 435
205a3ddc 436%files libs -f %{name}.lang
f4e6a380 437%defattr(644,root,root,755)
227d7ab4 438%attr(755,root,root) %{_libdir}/lib*.so.*
164f681b
AM
439%if %{with perl} || %{with python}
440%exclude %{_libdir}/lib*_swig_*.so.*
441%endif
93b78127
AM
442
443%files devel
444%defattr(644,root,root,755)
227d7ab4
AM
445%{_includedir}/%{name}*
446%attr(755,root,root) %{_libdir}/lib*.so
b2bcb22a 447%{_libdir}/lib*.la
b72a2fbb 448%if %{with perl} || %{with python}
c00fdf6f 449%exclude %{_libdir}/lib*_swig_*.so
b72a2fbb 450%endif
1326bb99 451%{_examplesdir}/%{name}-%{version}
93b78127
AM
452
453%files static
454%defattr(644,root,root,755)
455%{_libdir}/lib*.a
456
cf353d53 457%if !%{with net_client_only}
b56474ff
AM
458%files svnserve
459%defattr(644,root,root,755)
460%attr(755,root,root) %{_bindir}/svnserve
461%{_mandir}/man?/svnserve*
afb35189 462%dir /home/services/subversion
a54611db 463%dir /home/services/subversion/repos
0905b458 464%if %{with apache}
b56474ff 465%attr(754,root,root) /etc/rc.d/init.d/svnserve
86ea8fde 466%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/svnserve
0905b458 467%endif
b56474ff 468
4bbdbbf8
AM
469%files tools
470%defattr(644,root,root,755)
1326bb99 471%attr(755,root,root) %{_bindir}/svn-hot-backup
fe5bb6bb 472
473%files -n bash-completion-subversion
101e74de 474%defattr(644,root,root,755)
1326bb99 475/etc/bash_completion.d/%{name}
536b3fd3 476
0905b458 477%if %{with python}
fa3ff1b2 478%files -n python-subversion
f4e6a380 479%defattr(644,root,root,755)
4bbdbbf8 480%doc tools/backup/*.py tools/examples/*.py
f4e6a380 481%dir %{py_sitedir}/svn
65318afa 482%dir %{py_sitedir}/libsvn
f4e6a380 483%{py_sitedir}/svn/*.py[co]
65318afa
AF
484%{py_sitedir}/libsvn/*.py[co]
485%attr(755,root,root) %{py_sitedir}/libsvn/*.so
1326bb99 486%{_examplesdir}/python-%{name}-%{version}
c00fdf6f 487%attr(755,root,root) %{_libdir}/lib*_swig_py*.so*
0905b458 488%endif
f4e6a380 489
0905b458 490%if %{with perl}
b56474ff
AM
491%files -n perl-subversion
492%defattr(644,root,root,755)
493%{perl_vendorarch}/SVN
494%dir %{perl_vendorarch}/auto/SVN
495%dir %{perl_vendorarch}/auto/SVN/*
496%attr(755,root,root) %{perl_vendorarch}/auto/SVN/*/*.so
497%{perl_vendorarch}/auto/SVN/*/*.bs
498%{_mandir}/man3/*.3pm*
c00fdf6f 499%attr(755,root,root) %{_libdir}/lib*_swig_perl*.so*
0905b458 500%endif
b56474ff 501
0905b458 502%if %{with apache}
93b78127
AM
503%files -n apache-mod_dav_svn
504%defattr(644,root,root,755)
86ea8fde 505%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd/httpd.conf/*_mod_dav_svn.conf
65318afa
AF
506%attr(755,root,root) %{_apachelibdir}/mod_dav_svn.so
507
508%files -n apache-mod_authz_svn
509%defattr(644,root,root,755)
510%doc subversion/mod_authz_svn/INSTALL
86ea8fde 511%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd/httpd.conf/*_mod_authz_svn.conf
65318afa 512%attr(755,root,root) %{_apachelibdir}/mod_authz_svn.so
536b3fd3 513%endif
7b27380f
ER
514
515%endif # net_client_only
This page took 0.123419 seconds and 4 git commands to generate.