]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
moved snack provides
authorewt <ewt>
Tue, 4 Nov 1997 16:14:32 +0000 (16:14 +0000)
committerewt <ewt>
Tue, 4 Nov 1997 16:14:32 +0000 (16:14 +0000)
Makefile
newt.spec

index 30ce1b43656663bb525badf80ebd3161c37fe794..2cf384b33802ccf703ae23dfc906f6f62c9e5ac6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ ifeq ($(RPM_OPT_FLAGS),)
 CFLAGS += -g -O2
 endif
 
-VERSION = 0.20
+VERSION = 0.21
 CVSTAG = r$(subst .,-,$(VERSION))
 SONAME = 0.20
 
index e1926c2185bcf61a7e40cb3536bfd5a5441abb0f..c229e01eecb1237e5af29b608f5ff4b7bb866e89 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -2,16 +2,16 @@ Summary: Not Erik's Windowing Toolkit - text mode windowing with slang
 Name: newt
 %define version 0.20
 Version: %{version}
-Release: 1
+Release: 2
 Copyright: LGPL
 Group: Libraries
 Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz
 Requires: slang
+Provides: snack
 %package devel
 Summary: Developer's toolkit for newt windowing library
 Requires: slang-devel
 Group: Libraries
-Provides: snack
 BuildRoot: /var/tmp/newtroot
 
 %description