From f099f5acc2356b7b913a2fc63c4e55d5e18f428f Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Fri, 15 Jun 2012 12:06:47 +0200 Subject: [PATCH] provide/obsolete yast2-qt --- RPMINFO.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RPMINFO.cmake b/RPMINFO.cmake index fd940c12..04e2197b 100644 --- a/RPMINFO.cmake +++ b/RPMINFO.cmake @@ -8,15 +8,15 @@ SET( SPEC_Summary "Qt frontend for libyui" ) # some brief summary SET( SPEC_Description "This is the user interface frontend that provides Qt UI for libyui\n" ) # the description to be used, end each line with "\n" for line-breaks -SET( SPEC_BuildRequires "cmake >= 2.8" "libyui-devel >= 2.21.5" "gcc-c++" "libqt4-devel" "fontconfig-devel" ) # the BuildRequires every single pkg wrapped with "" and speparated with spaces +SET( SPEC_BuildRequires "cmake >= 2.8" "libyui-devel >= 2.21.5" "gcc-c++" "libqt4-devel" "fontconfig-devel" ) # the BuildRequires every single pkg wrapped with "" and speparated with spaces SET( SPEC_Conflicts "" ) # the Conflicts every single pkg wrapped with "" and speparated with spaces -SET( SPEC_Provides "py2qt = %{version}" ) # the Provides every single pkg wrapped with "" and speparated with spaces +SET( SPEC_Provides "py2qt = %{version}" "yast2-qt = 2.22.6" ) # the Provides every single pkg wrapped with "" and speparated with spaces -SET( SPEC_Obsoletes "py2qt < %{version}" ) # the Obsoletes every single pkg wrapped with "" and speparated with spaces +SET( SPEC_Obsoletes "py2qt < %{version}" "yast2-qt < 2.22.6" ) # the Obsoletes every single pkg wrapped with "" and speparated with spaces -SET( SPEC_Docs "%doc COPYING.GPL2" ) # for docs that should be in the main-pkg +SET( SPEC_Docs "%doc COPYING.GPL2" ) # for docs that should be in the main-pkg SET( SPEC_DEVEL_Requires "@PROJECTNAME@@@varpfx@SONAME_MAJOR@ = %{version}" ) # the Requires for the -devel pkg every single pkg wrapped with "" and speparated with spaces SET( SPEC_DEVEL_Requires ${SPEC_DEVEL_Requires} "glibc-devel" "libstdc++-devel" )