diff --git a/libstfl.changes b/libstfl.changes index b18a0d3..fcf71fb 100644 --- a/libstfl.changes +++ b/libstfl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Mar 2 13:27:51 UTC 2012 - cfarrell@suse.com + +- license update: LGPL-3.0+ + No indication of LGPL-3.0 (only) files. See README also + +------------------------------------------------------------------- +Tue Jan 31 10:33:30 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags/sections per specfile guideline suggestions +- Parallel building using %_smp_mflags + ------------------------------------------------------------------- Thu Jun 24 22:47:49 UTC 2010 - pascal.bleser@opensuse.org diff --git a/libstfl.spec b/libstfl.spec index 4bf7f5c..df62636 100644 --- a/libstfl.spec +++ b/libstfl.spec @@ -1,7 +1,7 @@ # # spec file for package libstfl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -20,19 +20,22 @@ Name: libstfl Version: 0.21 -Release: 1 +Release: 0 Summary: Structured Terminal Forms Library +License: LGPL-3.0+ +Group: System/Libraries 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 +BuildRequires: gcc +BuildRequires: glibc-devel +BuildRequires: make +BuildRequires: ncurses-devel +BuildRequires: pkgconfig %description ............................................................................. @@ -54,7 +57,7 @@ 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 @@ -77,8 +80,7 @@ GUI and can concentrate on the more interesting programming tasks. %patch2 %build -# -j breaks build -%__make %{?jobs:-j%{jobs}} \ +make %{?_smp_mflags} \ prefix="%{_prefix}" \ libdir="%{_lib}" \ CC="%__cc" \ @@ -109,9 +111,6 @@ GUI and can concentrate on the more interesting programming tasks. %postun -n libstfl%{soname} -p /sbin/ldconfig -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files -n libstfl%{soname} %defattr(-,root,root) %doc COPYING README