Accepting request 28037 from devel:tools:scm:svn

Copy from devel:tools:scm:svn/subversion based on submit request 28037 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/28037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=62
This commit is contained in:
OBS User autobuild 2010-01-07 12:03:44 +00:00 committed by Git OBS Bridge
parent f65e15b160
commit 9583e5fdac
2 changed files with 20 additions and 8 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 4 13:12:51 CET 2010 - vuntz@opensuse.org
- Change gnome-keyring-devel BuildRequires to
libgnome-keyring-devel on 11.3 and later, following the module
split upstream.
-------------------------------------------------------------------
Thu Oct 22 23:24:20 CEST 2009 - stsp@elego.de

View File

@ -1,7 +1,7 @@
#
# spec file for package subversion (Version 1.6.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -42,7 +42,7 @@
Name: subversion
Version: 1.6.6
Release: 1
Release: 2
# in-tree SWIG version to use for the build:
%define swig_version 1.3.36
%define sqlite_version 3.6.17
@ -66,7 +66,12 @@ BuildRequires: apache2-prefork
BuildRequires: cyrus-sasl-devel
%if %with_gnome_keyring
BuildRequires: dbus-1-devel
BuildRequires: glib2-devel gnome-keyring-devel
BuildRequires: glib2-devel
%if 0%{?suse_version} >= 1130
BuildRequires: libgnome-keyring-devel
%else
BuildRequires: gnome-keyring-devel
%endif
%endif # with_gnome_keyring
%if %with_kde4_kwallet
BuildRequires: dbus-1-devel
@ -178,7 +183,7 @@ client is svn.
%package devel
License: Apache Software License ..
License: ASLv..
Group: Development/Libraries/C and C++
Summary: Development package for Subversion developers
Requires: subversion = %{version}
@ -192,7 +197,7 @@ files for developers interacting with the subversion package.
%package tools
License: Apache Software License .. ; Subversion License, http://subversion.tigris.org/license-1.html
License: ASLv.. ; Subversion License, http://subversion.tigris.org/license-1.html
Group: Development/Tools/Version Control
Summary: Tools for Subversion
@ -218,7 +223,7 @@ http://subversion.tigris.org/tools_contrib.html
%package perl
License: Apache Software License .. ; Subversion License, http://subversion.tigris.org/license-1.html
License: ASLv.. ; Subversion License, http://subversion.tigris.org/license-1.html
Group: Development/Tools/Version Control
Summary: Allows Perl scripts to directly use Subversion repositories.
Requires: subversion = %{version}
@ -230,7 +235,7 @@ Provides Perl (SWIG) support for Subversion.
%package python
License: Apache Software License .. ; Subversion License, http://subversion.tigris.org/license-1.html
License: ASLv.. ; Subversion License, http://subversion.tigris.org/license-1.html
Group: Development/Tools/Version Control
Summary: Allows Python scripts to directly use Subversion repositories.
Requires: subversion = %{version}
@ -270,7 +275,7 @@ Provides Ruby (SWIG) support for Subversion.
%endif # with_ruby
%package server
License: Apache Software License ..
License: ASLv..
Group: Development/Tools/Version Control
Summary: Apache server module for Subversion server
Requires: subversion = %{version} apache2 %{apache_mmn}