SHA256
8
0
forked from pool/newt
OBS User unknown
2007-04-01 23:00:44 +00:00
committed by Git OBS Bridge
parent 95a05784f5
commit b41052cd51
2 changed files with 29 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 1 15:34:34 CEST 2007 - lrupp@suse.de
- added distribution specfic parts for build service
- added libbz2 to BuildRequires for suse_version > 1020
-------------------------------------------------------------------
Wed Mar 7 13:15:18 CET 2007 - lrupp@suse.de

View File

@@ -15,14 +15,32 @@ BuildRequires: popt-devel python-devel slang-devel
URL: ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/newt-0.52.4-2.fc7.src.rpm
Summary: Nifty Erik's Windowing Toolkit
Version: 0.52.6
Release: 1
Release: 5
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: snack = %{version}-%{release}
Requires: slang
####################
# Distribution parts
####################
#
# SUSE
#
%if 0%{?suse_version}
%{py_requires}
%if 0%{?suse_version} > 1020
BuildRequires: libbz2
%endif
%endif
#
# Mandriva
#
%if 0%{?mandriva_version}
%{py_requires}
%endif
#
%package devel
Summary: Development files for the Newt windowing toolkit
Provides: newtd = %{version}
@@ -30,6 +48,7 @@ Requires: newt = %{version}
Requires: slang
Group: Development/Libraries/C and C++
Obsoletes: newtd <= %{version}
#
%package static
Summary: Nifty Erik's Windowing Toolkit
Requires: newt-devel = %{version}
@@ -129,6 +148,9 @@ rm -rf %buildroot
%{_libdir}/libnewt.a
%changelog
* Sun Apr 01 2007 - lrupp@suse.de
- added distribution specfic parts for build service
- added libbz2 to BuildRequires for suse_version > 1020
* Wed Mar 07 2007 - lrupp@suse.de
- update to 0.52.6:
+ add newtSetColor() to allow changing individual colors