diff --git a/cdk.changes b/cdk.changes index 06224db..ea3fa30 100644 --- a/cdk.changes +++ b/cdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 29 11:19:12 CEST 2007 - meissner@suse.de + +- added ncurses-devel + ------------------------------------------------------------------- Wed Jan 25 21:34:53 CET 2006 - mls@suse.de diff --git a/cdk.spec b/cdk.spec index e3638db..c1f8fd6 100644 --- a/cdk.spec +++ b/cdk.spec @@ -1,31 +1,32 @@ # # spec file for package cdk (Version 4.9.13) # -# Copyright (c) 2004 SUSE LINUX AG, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: cdk -License: BSD -Group: System/Libraries -Autoreqprov: on -Version: 4.9.13 -Release: 1 -Summary: The runtime for the Curses Development Kit -Source: cdk-4.9.13.tar.bz2 -Patch: cdk-4.9.13.dif -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Name: cdk +License: BSD License and BSD-like +BuildRequires: ncurses-devel +Group: System/Libraries +Autoreqprov: on +Version: 4.9.13 +Release: 43 +Summary: The Runtime for the Curses Development Kit +Source: cdk-4.9.13.tar.bz2 +Patch: cdk-4.9.13.dif +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description CDK is a widget set developed on top of the basic curses library. It contains 21 ready to use widgets, some of which are: a text entry field, a scrolling list, a selection list, an alphalist, a pull-down -menu, a radio list, a viewer widget, a dialog box, and many more. +menu, a radio list, a viewer widget, and a dialog box. @@ -34,10 +35,10 @@ Authors: Mike Glover %package -n cdk-devel -Summary: Development Part of Curses Development Kit -Group: Development/Libraries/C and C++ -Requires: cdk ncurses-devel -Autoreqprov: on +Summary: Development Part of Curses Development Kit +Group: Development/Libraries/C and C++ +Requires: cdk ncurses-devel +Autoreqprov: on %description -n cdk-devel This package includes the development headers and static libraries for @@ -102,7 +103,9 @@ rm -rf $RPM_BUILD_ROOT /usr/include/cdk /usr/share/man/man3/cdk_*.3.gz -%changelog -n cdk +%changelog +* Thu Mar 29 2007 - meissner@suse.de +- added ncurses-devel * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Nov 23 2004 - werner@suse.de