SPECS (DEVEL): subversion.spec - updated to 1.3.0rc2. # works wi...
pluto
pluto at pld-linux.org
Fri Nov 4 13:08:19 CET 2005
Author: pluto Date: Fri Nov 4 12:08:19 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- updated to 1.3.0rc2.
# works with neon { 0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 }
# contains fixes specifically made for the needs of GCC developers :)
---- Files affected:
SPECS:
subversion.spec (1.148 -> 1.148.2.1)
---- Diffs:
================================================================
Index: SPECS/subversion.spec
diff -u SPECS/subversion.spec:1.148 SPECS/subversion.spec:1.148.2.1
--- SPECS/subversion.spec:1.148 Tue Oct 11 21:40:25 2005
+++ SPECS/subversion.spec Fri Nov 4 13:08:13 2005
@@ -5,7 +5,6 @@
# without db => net_client_only - spec will be more simpler, I think)
#
# Conditional build:
-%bcond_with internal_neon # build with internal neon
%bcond_with net_client_only # build only net client
%bcond_without python # build without python bindings
%bcond_without perl # build without perl bindings
@@ -16,18 +15,18 @@
Summary(pl): System kontroli wersji podobny, ale lepszy, niż CVS
Summary(pt_BR): Sistema de versionamento concorrente
Name: subversion
-Version: 1.2.3
-Release: 1
+Version: 1.3.0
+Release: 0.rc2.1
License: Apache/BSD Style
Group: Development/Version Control
-Source0: http://subversion.tigris.org/tarballs/%{name}-%{version}.tar.bz2
-# Source0-md5: a14bc6590241b6e5c2ff2b354cc184a1
+Source0: http://lolut.utbm.info/pub/subversion-1.3.0/rc2/subversion-1.3.0-rc2-nodeps.tar.bz2
+# Source0-md5: c72b74f545ba7f786cfbbde25906597d
+#Source0: http://subversion.tigris.org/tarballs/%{name}-%{version}.tar.bz2
Source1: %{name}-dav_svn.conf
Source2: %{name}-authz_svn.conf
Source3: %{name}-svnserve.init
Source4: %{name}-svnserve.sysconfig
Patch0: %{name}-home_etc.patch
-Patch1: %{name}-po.pl.patch
URL: http://subversion.tigris.org/
%if %{with net_client_only}
%global apache_modules_api 0
@@ -49,10 +48,7 @@
BuildRequires: expat-devel
BuildRequires: gettext-devel
BuildRequires: libtool >= 1.4-9
-%if %{without internal_neon}
BuildRequires: neon-devel >= 0.24.7
-BuildRequires: neon-devel < 0.25.0
-%endif
%if %{with python}
BuildRequires: python >= 2.2
BuildRequires: python-devel >= 2.2
@@ -115,7 +111,7 @@
Summary(pl): Biblioteka subversion oraz ładowalne moduły
Group: Libraries
Obsoletes: libsubversion0
-%{!?with_internal_neon:Requires: neon >= 0.24.6}
+Requires: neon >= 0.24.7
%description libs
Subversion libraries and modules.
@@ -130,7 +126,7 @@
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
Requires: apr-util-devel >= 1:1.0.0
-%{!?with_internal_neon:Requires: neon-devel >= 0.24.6}
+Requires: neon-devel >= 0.24.7
Obsoletes: libsubversion0-devel
%description devel
@@ -269,9 +265,8 @@
Moduł apache: autoryzacja na podstawie ścieżki dla serwera Subversion.
%prep
-%setup -q
+%setup -q -n %{name}-%{version}-rc2
%patch0 -p0
-%patch1 -p1
rm -rf apr-util{,/xml/expat}/autom4te.cache
@@ -304,7 +299,7 @@
--without-swig \
%endif
%endif
- %{!?with_internal_neon:--with-neon=%{_prefix}} \
+ --with-neon=%{_prefix} \
--with-apr=%{_bindir}/apr-1-config \
--with-apr-util=%{_bindir}/apu-1-config
@@ -438,7 +433,7 @@
%{_mandir}/man5/*
%{_mandir}/man8/*
%exclude %{_mandir}/man?/svnserve*
-%{?with_internal_neon:%exclude %{_mandir}/man1/neon*}
+%exclude %{_mandir}/man1/neon*
%files libs -f %{name}.lang
%defattr(644,root,root,755)
@@ -524,6 +519,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.148.2.1 2005/11/04 12:08:13 pluto
+- updated to 1.3.0rc2.
+ # works with neon { 0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 }
+ # contains fixes specifically made for the needs of GCC developers :)
+
Revision 1.148 2005/10/11 19:40:25 qboosh
- removed svn-config duplicate from base
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/subversion.spec?r1=1.148&r2=1.148.2.1&f=u
More information about the pld-cvs-commit
mailing list