commit libstfl for openSUSE:Factory
Hello community, here is the log from the commit of package libstfl for openSUSE:Factory checked in at Tue Jan 25 10:10:39 CET 2011. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/libstfl/libstfl.changes 2010-06-25 01:03:38.000000000 +0200 @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +Thu Jun 24 22:47:49 UTC 2010 - pascal.bleser@opensuse.org + +- update to 0.21 + +- changed spec file as libstfl now also ships a shared library + +------------------------------------------------------------------- +Thu Dec 10 00:00:00 UTC 2009 - pascal.bleser@opensuse.org + +- update to 0.20 + + +------------------------------------------------------------------- +Thu Aug 21 00:00:00 UTC 2008 - guru@unixtech.be + +- new package + + calling whatdependson for head-i586 New: ---- libstfl-rpmlintrc libstfl.changes libstfl.spec stfl-0.21.tar.gz stfl-ncurses.patch stfl-optflags.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstfl.spec ++++++ # # spec file for package libstfl # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define soname 0 Name: libstfl Version: 0.21 Release: 1 Summary: Structured Terminal Forms Library Source: http://www.clifford.at/stfl/stfl-%{version}.tar.gz Source99: libstfl-rpmlintrc Patch1: stfl-optflags.patch Patch2: stfl-ncurses.patch Url: http://www.clifford.at/stfl/ Group: System/Libraries License: GNU Lesser General Public License version 3 (LGPL v3) BuildRoot: %{_tmppath}/%{name}-%{version}-build #BuildRequires: swig perl python python-devel ruby ruby-devel BuildRequires: ncurses-devel pkgconfig BuildRequires: gcc glibc-devel make %description ............................................................................. %package -n libstfl%{soname} Summary: Structured Terminal Forms Library Group: System/Libraries %description -n libstfl%{soname} STFL is a library which implements a curses-based widget set for text terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby. Since the API is only 14 simple function calls big and there are already generic SWIG bindings it is very easy to port STFL to additional scripting languages. A special language (the Structured Terminal Forms Language) is used to describe STFL GUIs. The language is designed to be easy and fast to write so an application programmer does not need to spend ages fiddling around with the GUI and can concentrate on the more interesting programming tasks. %package -n libstfl-devel License: GNU Lesser General Public License version 3 (LGPL v3) Summary: Structured Terminal Forms Library Group: Development/Libraries/C and C++ Requires: ncurses-devel Requires: libstfl%{soname} = %{version} %description -n libstfl-devel STFL is a library which implements a curses-based widget set for text terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby. Since the API is only 14 simple function calls big and there are already generic SWIG bindings it is very easy to port STFL to additional scripting languages. A special language (the Structured Terminal Forms Language) is used to describe STFL GUIs. The language is designed to be easy and fast to write so an application programmer does not need to spend ages fiddling around with the GUI and can concentrate on the more interesting programming tasks. %prep %setup -q -n "stfl-%{version}" %patch1 %patch2 %build # -j breaks build %__make %{?jobs:-j%{jobs}} \ prefix="%{_prefix}" \ libdir="%{_lib}" \ CC="%__cc" \ OPTFLAGS="%{optflags}" \ FOUND_SPL=0 \ FOUND_SWIG=0 \ FOUND_RUBY=0 \ FOUND_PERL=0 \ FOUND_PYTHON=0 %install %makeinstall \ prefix="%{_prefix}" \ libdir="%{_lib}" \ FOUND_SPL=0 \ FOUND_SWIG=0 \ FOUND_RUBY=0 \ FOUND_PERL=0 \ FOUND_PYTHON=0 [ -e "%{buildroot}%{_libdir}/libstfl.so.%{soname}" ] || { pushd "%{buildroot}%{_libdir}/" %__ln_s libstfl.so.*.* libstfl.so.%{soname} popd } %post -n libstfl%{soname} -p /sbin/ldconfig %postun -n libstfl%{soname} -p /sbin/ldconfig %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files -n libstfl%{soname} %defattr(-,root,root) %doc COPYING README %{_libdir}/libstfl.so.%{soname} %{_libdir}/libstfl.so.%{soname}.* %files -n libstfl-devel %defattr(-,root,root) %{_includedir}/stfl.h %{_libdir}/libstfl.so %{_libdir}/libstfl.a %{_libdir}/pkgconfig/stfl.pc %changelog ++++++ libstfl-rpmlintrc ++++++ addFilter("description-shorter-than-summary") addFilter("no-dependency-on libstfl/libstfl-libs/liblibstfl") ++++++ stfl-ncurses.patch ++++++ --- stfl_internals.h.orig 2008-05-06 11:44:36.000000000 +0200 +++ stfl_internals.h 2009-12-10 01:52:13.000000000 +0100 @@ -28,7 +28,7 @@ #endif #include "stfl.h" -#include <ncursesw/ncurses.h> +#include <ncurses.h> #include <pthread.h> struct stfl_widget_type; ++++++ stfl-optflags.patch ++++++ --- Makefile.orig 2010-06-25 00:59:31.000000000 +0200 +++ Makefile 2010-06-25 01:01:34.000000000 +0200 @@ -20,9 +20,10 @@ include Makefile.cfg -export CC = gcc -pthread -export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -export LDLIBS += -lncursesw +export CC = gcc +OPTFLAGS=-Os -ggdb +export CFLAGS += -pthread -I. -Wall -D_GNU_SOURCE -fPIC $(OPTFLAGS) +export LDLIBS += -pthread -lncursesw SONAME := libstfl.so.0 VERSION := 0.21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de