Author: tgoettlicher Date: Tue May 15 12:05:55 2012 New Revision: 68153
URL: http://svn.opensuse.org/viewcvs/yast?rev=68153&view=rev Log: - Renamed yast2-libyui to libyui and made it independed from YaST (merged GSOC project) - Version: 2.21.5
Added: trunk/libyui/libyui.pc.in trunk/libyui/libyui.spec.in - copied, changed from r68152, trunk/libyui/yast2-libyui.spec.in trunk/libyui/package/libyui-rpmlintrc trunk/libyui/package/libyui.changes - copied, changed from r68152, trunk/libyui/package/yast2-libyui.changes Removed: trunk/libyui/package/yast2-libyui-rpmlintrc trunk/libyui/package/yast2-libyui.changes trunk/libyui/yast2-libyui.spec.in Modified: trunk/libyui/Makefile.cvs trunk/libyui/RPMNAME trunk/libyui/VERSION trunk/libyui/cmake/FindLibyui.cmake
Modified: trunk/libyui/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/Makefile.cvs?rev=68153&... ============================================================================== --- trunk/libyui/Makefile.cvs (original) +++ trunk/libyui/Makefile.cvs Tue May 15 12:05:55 2012 @@ -2,17 +2,16 @@ # Makefile.cvs #
-LIB = $(shell y2tool get-lib) - PREFIX = /usr
configure: all - ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) + ./configure --prefix=$(PREFIX)
all: - y2tool y2autoconf - y2tool y2automake - autoreconf --force --install -v + aclocal + autoconf + autoheader + autoreconf --force --install
install: configure make
Modified: trunk/libyui/RPMNAME URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/RPMNAME?rev=68153&r1=6... ============================================================================== --- trunk/libyui/RPMNAME (original) +++ trunk/libyui/RPMNAME Tue May 15 12:05:55 2012 @@ -1 +1 @@ -yast2-libyui +libyui
Modified: trunk/libyui/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/VERSION?rev=68153&r1=6... ============================================================================== --- trunk/libyui/VERSION (original) +++ trunk/libyui/VERSION Tue May 15 12:05:55 2012 @@ -1 +1 @@ -2.21.4 +2.21.5
Modified: trunk/libyui/cmake/FindLibyui.cmake URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/cmake/FindLibyui.cmake?rev... ============================================================================== --- trunk/libyui/cmake/FindLibyui.cmake (original) +++ trunk/libyui/cmake/FindLibyui.cmake Tue May 15 12:05:55 2012 @@ -20,22 +20,22 @@ IF (CMAKE_SIZEOF_VOID_P MATCHES "8") SET( LIB_SUFFIX "64" ) ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "8") - SET ( LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" ) + SET ( LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib" ) ENDIF ( DEFINED LIB ) MESSAGE(STATUS "Libraries will be installed in ${LIB_INSTALL_DIR}" )
-SET(UI_PLUGIN_DIR ${LIB_INSTALL_DIR}/YaST2/plugin) +SET(UI_PLUGIN_DIR ${LIB_INSTALL_DIR}/yui)
FIND_PATH(LIBYUI_INCLUDE_DIR YWidget.h - ${CMAKE_INSTALL_PREFIX}/include/YaST2/yui - /usr/include/YaST2/yui - /usr/local/include/YaST2/yui + ${CMAKE_INSTALL_PREFIX}/include/yui + /usr/include/yui + /usr/local/include/yui )
FIND_LIBRARY(LIBYUI_LIBRARY NAMES yui PATHS ${LIB_INSTALL_DIR} - /usr/local/lib + /usr/lib )
if(LIBYUI_INCLUDE_DIR AND LIBYUI_LIBRARY AND UI_PLUGIN_DIR)
Added: trunk/libyui/libyui.pc.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/libyui.pc.in?rev=68153&... ============================================================================== --- trunk/libyui/libyui.pc.in (added) +++ trunk/libyui/libyui.pc.in Tue May 15 12:05:55 2012 @@ -0,0 +1,22 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ + +bindir=@bindir@ +sbindir=@sbindir@ +libexecdir=@libexecdir@ +datadir=@datadir@ +sysconfdir=@sysconfdir@ +sharedstatedir=@sharedstatedir@ +localstatedir=@localstatedir@ +libdir=@libdir@ +includedir=@includedir@ +oldincludedir=@oldincludedir@ +infodir=@infodir@ +mandir=@mandir@ + +yast2dir=@yast2dir@ +ybindir=@ybindir@ + +Name: @RPMNAME@ +Version: @VERSION@ +Description: YaST2 package "@RPMNAME@"
Copied: trunk/libyui/libyui.spec.in (from r68152, trunk/libyui/yast2-libyui.spec.in) URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/libyui.spec.in?p2=trunk/li... ============================================================================== --- trunk/libyui/yast2-libyui.spec.in (original) +++ trunk/libyui/libyui.spec.in Tue May 15 12:05:55 2012 @@ -2,13 +2,12 @@
@HEADER@ -Group: System/YaST -License: GPL-2.0+ -Source1: yast2-libyui-rpmlintrc +Group: System/Libraries +License: GPL-2.0 +Source1: libyui-rpmlintrc
BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: yast2-devtools
# autodocs + docbook docs BuildRequires: doxygen @@ -19,30 +18,30 @@ # libyui ImplPtr BuildRequires: boost-devel
-Summary: YaST2 - User Interface Engine +Summary: LibYUI - User Interface Engine Provides: %{_libdir}/libyui.so.4.0.0
%description -This is the YaST2 user interface engine that provides the abstraction +This is the LibYUI user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses).
-This can be used independently of YaST2 for generic (C++) applications. +This can be used independently of LibYUI for generic (C++) applications. This package has very few dependencies.
@HEADER-DEVEL@ -Summary: YaST2 - User Interface Engine +Summary: LibYUI - User Interface Engine
Requires: glibc-devel Requires: libstdc++-devel Requires: boost-devel
%description devel -This is the development package for the YaST2 user interface engine +This is the development package for the LibYUI user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses).
-This can be used independently of YaST2 for generic (C++) applications. +This can be used independently of LibYUI for generic (C++) applications. This package has very few dependencies.
@PREP@
Added: trunk/libyui/package/libyui-rpmlintrc URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/package/libyui-rpmlintrc?r... ============================================================================== --- trunk/libyui/package/libyui-rpmlintrc (added) +++ trunk/libyui/package/libyui-rpmlintrc Tue May 15 12:05:55 2012 @@ -0,0 +1 @@ +addFilter("libyui.* shlib-policy-name-error")
Copied: trunk/libyui/package/libyui.changes (from r68152, trunk/libyui/package/yast2-libyui.changes) URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/package/libyui.changes?p2=... ============================================================================== --- trunk/libyui/package/yast2-libyui.changes (original) +++ trunk/libyui/package/libyui.changes Tue May 15 12:05:55 2012 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue May 15 11:00:49 CEST 2012 - tgoettlicher@suse.de + +- Renamed yast2-libyui to libyui and made it independed + from YaST (merged GSOC project) +- Version: 2.21.5 + +------------------------------------------------------------------- Wed May 2 16:45:38 CEST 2012 - tgoettlicher@suse.de
- Fixed bnc#753784: YaST help dialogs appear fullscreen
yast-commit@lists.opensuse.org