SHA256
1
0
forked from pool/cdk

Accepting request 33069 from security

Copy from security/cdk based on submit request 33069 from user coolo

OBS-URL: https://build.opensuse.org/request/show/33069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=7
This commit is contained in:
OBS User autobuild
2010-02-23 00:13:43 +00:00
committed by Git OBS Bridge
parent afc8f018e7
commit a44472a8b0
3 changed files with 64 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package cdk (Version 4.9.13)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
Name: cdk
License: BSD 3-clause (or similar)
License: BSD3c(or similar)
BuildRequires: ncurses-devel
Group: System/Libraries
AutoReqProv: on
Version: 4.9.13
Release: 139
Release: 140
Summary: The Runtime for the Curses Development Kit
Source: cdk-4.9.13.tar.bz2
Patch: cdk-4.9.13.dif
@@ -36,14 +36,8 @@ 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, and a dialog box.
Authors:
--------
Mike Glover <glover@credit.erin.utoronto.ca>
%package -n cdk-devel
License: BSD 3-clause (or similar)
License: BSD3c(or similar)
Summary: Development Part of Curses Development Kit
Group: Development/Libraries/C and C++
Requires: %{name} = %{version} ncurses-devel
@@ -53,12 +47,6 @@ AutoReqProv: on
This package includes the development headers and static libraries for
CDK, the Curses Development Kit.
Authors:
--------
Mike Glover <glover@credit.erin.utoronto.ca>
%prep
%setup -q
%patch -p0
@@ -78,7 +66,7 @@ autoreconf --force --install
--disable-static \
--with-gnu-ld \
--with-pic
%{__make} %{?jobs:-j%jobs}
%{__make} %{?smpflags}
%install
make DESTDIR=${RPM_BUILD_ROOT} install