From: Michael Schroeder Date: Mon, 24 Oct 2011 10:03:31 +0000 (+0200) Subject: fix package provides/obsoletes X-Git-Tag: BASE-SuSE-Code-12_1-Branch~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6523c7ba988265a0ce14cea7c819050d58ea4b2;p=thirdparty%2Flibsolv.git fix package provides/obsoletes --- diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index da4fc1e8..07bf9cc7 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -23,7 +23,6 @@ Url: git://gitorious.org/opensuse/libsolv.git Source: libsolv-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: Development/Libraries/C and C++ -Prefix: /usr %bcond_without enable_static %bcond_without disable_shared @@ -84,14 +83,6 @@ Summary: A new approach to package dependency solving %description A new approach to package dependency solving -Authors: --------- - Michael Schroeder - Klaus Kaempf - Stephan Kulow - Michael Matz - Duncan Mac-Vicar P. - %if !%{with disable_shared} %package -n libsolv@LIBSOLV_SOVERSION@ Summary: A new approach to package dependency solving @@ -100,20 +91,10 @@ Group: Development/Libraries/C and C++ %description -n libsolv@LIBSOLV_SOVERSION@ A new approach to package dependency solving -Authors: --------- - Michael Schroeder - Klaus Kaempf - Stephan Kulow - Michael Matz - Duncan Mac-Vicar P. - %endif %package devel Summary: A new approach to package dependency solving Group: Development/Libraries/C and C++ -Obsoletes: libsatsolver-devel < 0.18 -Provides: libsatsolver-devel = 0.18 Requires: libsolv-tools = %version %if !%{with disable_shared} Requires: libsolv@LIBSOLV_SOVERSION@ = %version @@ -123,14 +104,6 @@ Requires: rpm-devel %description devel Development files for libsolv, a new approach to package dependency solving -Authors: --------- - Michael Schroeder - Klaus Kaempf - Stephan Kulow - Michael Matz - Duncan Mac-Vicar P. - %package tools Summary: A new approach to package dependency solving Group: Development/Libraries/C and C++