This commit is contained in:
committed by
Git OBS Bridge
parent
95a05784f5
commit
b41052cd51
@@ -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
|
||||
|
||||
|
||||
24
newt.spec
24
newt.spec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user