]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- updated to 0.28
authorArtur Frysiak <artur@frysiak.net>
Thu, 28 Aug 2003 11:37:03 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added --with internal_neon bcond
- fixed BR: neon-devel
WARNING: this version requires dump/load cycle from pre 0.28 repos

Changed files:
    subversion.spec -> 1.49

subversion.spec

index 014ef58b1a41e6c6cc4ce2aed158d7d742f7c546..af98f023032ee8e30930391a5b9f25fd19df5294 100644 (file)
@@ -1,16 +1,17 @@
+%bcond_with    internal_neon
 %include        /usr/lib/rpm/macros.python
-%define        repov 5642
+%define        repov 5870
 Summary:       A Concurrent Versioning system similar to but better than CVS
 Summary(pl):   System kontroli wersji podobny, ale lepszy, ni¿ CVS
 Summary(pt_BR):        Sistema de versionamento concorrente
 Name:          subversion
-Version:       0.27.0
-Release:       0.2
+Version:       0.28
+Release:       0.1
 License:       Apache/BSD Style
 Group:         Development/Version Control
 #Source0Download:      http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260
 Source0:       http://subversion.tigris.org/files/documents/15/%{repov}/subversion-%{version}.tar.gz
-# Source0-md5: 0f4fa0ebb0b58b83bad9433b8baa3f9a
+# Source0-md5: 62a10c5ec13815e29f9bc100a1ee6dcc
 Source1:       %{name}-dav_svn.conf
 Source2:       %{name}-authz_svn.conf
 URL:           http://subversion.tigris.org/
@@ -22,7 +23,7 @@ BuildRequires:        db-devel >= 4.1.25
 BuildRequires: docbook-style-xsl >= 1.60.1
 BuildRequires: expat-devel
 BuildRequires: libtool >= 1.4-9
-BuildRequires: neon-devel >= 0.24.0
+%{!?with_internal_neon:BuildRequires:  neon-devel = 0.23.9}
 BuildRequires: python >= 2.2
 BuildRequires: rpm-pythonprov >= 4.0.2-50
 BuildRequires: rpmbuild(macros) >= 1.120
@@ -181,7 +182,7 @@ chmod +x ./autogen.sh && ./autogen.sh
 %configure \
        --disable-dso \
        --disable-mod-activation \
-       --with-neon=%{_prefix} \
+       %{!?with_internal_neon:--with-neon=%{_prefix}} \
        --with-apr=%{_bindir}/apr-config \
        --with-apr-util=%{_bindir}/apu-config \
        --with-apxs=%{_sbindir}/apxs \
This page took 0.12174 seconds and 4 git commands to generate.