SHA256
5
0
forked from pool/libstfl
Pascal Bleser
2009-12-10 00:42:49 +00:00
committed by Git OBS Bridge
parent 3c2efd9a06
commit b7692b94a0
4 changed files with 25 additions and 18 deletions

View File

@@ -1,19 +1,19 @@
# norootforbuild
Name: libstfl
Version: 0.19
Release: 0
Summary: Structured Terminal Forms Library
Name: libstfl
Version: 0.20
Release: 0
Summary: Structured Terminal Forms Library
Source: http://www.clifford.at/stfl/stfl-%{version}.tar.gz
Patch1: stfl-optflags.patch
Patch2: stfl-ncurses.patch
Patch3: stfl-lib64.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)
License: GNU Lesser General Public License version 3 (LGPL v3)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
#BuildRequires: swig perl python python-devel ruby ruby-devel
BuildRequires: ncurses-devel
BuildRequires: ncurses-devel pkgconfig
BuildRequires: gcc make glibc-devel
%description
@@ -35,7 +35,7 @@ Authors:
Clifford Wolf <clifford@clifford.at>
%package -n libstfl-devel
Summary: Structured Terminal Forms Library
Summary: Structured Terminal Forms Library
Group: Development/Libraries/C and C++
Requires: ncurses-devel
@@ -93,8 +93,12 @@ Authors:
%doc COPYING README
%{_includedir}/stfl.h
%{_libdir}/libstfl.a
%{_libdir}/pkgconfig/stfl.pc
%changelog
* Thu Dec 10 2009 Pascal Bleser <pascal.bleser@opensuse.org> 0.20
- update to 0.20
* Thu Aug 21 2008 Pascal Bleser <guru@unixtech.be> 0.19
- new package