Accepting request 107781 from devel:libraries:c_c++
license update: LGPL-3.0+ No indication of LGPL-3.0 (only) files. See README also (forwarded request 107779 from babelworx) OBS-URL: https://build.opensuse.org/request/show/107781 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libstfl?expand=0&rev=5
This commit is contained in:
commit
f38cb8d1ec
@ -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
|
Thu Jun 24 22:47:49 UTC 2010 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
23
libstfl.spec
23
libstfl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libstfl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,19 +20,22 @@
|
|||||||
|
|
||||||
Name: libstfl
|
Name: libstfl
|
||||||
Version: 0.21
|
Version: 0.21
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Structured Terminal Forms Library
|
Summary: Structured Terminal Forms Library
|
||||||
|
License: LGPL-3.0+
|
||||||
|
Group: System/Libraries
|
||||||
Source: http://www.clifford.at/stfl/stfl-%{version}.tar.gz
|
Source: http://www.clifford.at/stfl/stfl-%{version}.tar.gz
|
||||||
Source99: libstfl-rpmlintrc
|
Source99: libstfl-rpmlintrc
|
||||||
Patch1: stfl-optflags.patch
|
Patch1: stfl-optflags.patch
|
||||||
Patch2: stfl-ncurses.patch
|
Patch2: stfl-ncurses.patch
|
||||||
Url: http://www.clifford.at/stfl/
|
Url: http://www.clifford.at/stfl/
|
||||||
Group: System/Libraries
|
|
||||||
License: GNU Lesser General Public License version 3 (LGPL v3)
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#BuildRequires: swig perl python python-devel ruby ruby-devel
|
#BuildRequires: swig perl python python-devel ruby ruby-devel
|
||||||
BuildRequires: ncurses-devel pkgconfig
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc glibc-devel make
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%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.
|
GUI and can concentrate on the more interesting programming tasks.
|
||||||
|
|
||||||
%package -n libstfl-devel
|
%package -n libstfl-devel
|
||||||
License: GNU Lesser General Public License version 3 (LGPL v3)
|
|
||||||
Summary: Structured Terminal Forms Library
|
Summary: Structured Terminal Forms Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: ncurses-devel
|
Requires: ncurses-devel
|
||||||
@ -77,8 +80,7 @@ GUI and can concentrate on the more interesting programming tasks.
|
|||||||
%patch2
|
%patch2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# -j breaks build
|
make %{?_smp_mflags} \
|
||||||
%__make %{?jobs:-j%{jobs}} \
|
|
||||||
prefix="%{_prefix}" \
|
prefix="%{_prefix}" \
|
||||||
libdir="%{_lib}" \
|
libdir="%{_lib}" \
|
||||||
CC="%__cc" \
|
CC="%__cc" \
|
||||||
@ -109,9 +111,6 @@ GUI and can concentrate on the more interesting programming tasks.
|
|||||||
|
|
||||||
%postun -n libstfl%{soname} -p /sbin/ldconfig
|
%postun -n libstfl%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
||||||
|
|
||||||
%files -n libstfl%{soname}
|
%files -n libstfl%{soname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user