]> git.pld-linux.org Git - packages/subversion.git/blame_incremental - subversion.spec
- rel. 4 - apache-mod_dav_svn requires some more modules (at least default
[packages/subversion.git] / subversion.spec
... / ...
CommitLineData
1# TODO:
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#
5# Conditional build:
6%bcond_with net_client_only # build only net client
7%bcond_without python # build without python bindings
8%bcond_without perl # build without perl bindings
9%bcond_without apache # build without apache support (webdav, etc)
10#
11%{!?with_net_client_only:%include /usr/lib/rpm/macros.perl}
12%define apxs /usr/sbin/apxs
13%define pdir SVN
14%define pnam _Core
15Summary: A Concurrent Versioning system similar to but better than CVS
16