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