- fixed url, added .asc and keyring
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=12
This commit is contained in:
11
cdk.spec
11
cdk.spec
@@ -15,20 +15,23 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define lname lib%{name}5
|
||||
%define mainver 5.0
|
||||
%define datever 20141106
|
||||
|
||||
Name: cdk
|
||||
License: BSD-3-Clause
|
||||
Url: http://invisible-island.net/cdk/
|
||||
BuildRequires: libtool
|
||||
BuildRequires: ncurses-devel
|
||||
Group: System/Libraries
|
||||
Version: %{mainver}.%{datever}
|
||||
Release: 0
|
||||
Summary: The Runtime for the Curses Development Kit
|
||||
Source: ftp://invisible-island.net/cdk-%{mainver}-%{datever}.tgz
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
Source: ftp://invisible-island.net/cdk/cdk-%{mainver}-%{datever}.tgz
|
||||
Source1: ftp://invisible-island.net/cdk/cdk-%{mainver}-%{datever}.tgz.asc
|
||||
Source2: %name.keyring
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -38,7 +41,6 @@ field, a scrolling list, a selection list, an alphalist, a pull-down
|
||||
menu, a radio list, a viewer widget, and a dialog box.
|
||||
|
||||
%package -n %lname
|
||||
License: BSD-3-Clause
|
||||
Summary: The Runtime for the Curses Development Kit - Shared library
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
@@ -49,7 +51,6 @@ field, a scrolling list, a selection list, an alphalist, a pull-down
|
||||
menu, a radio list, a viewer widget, and a dialog box.
|
||||
|
||||
%package devel
|
||||
License: BSD-3-Clause
|
||||
Summary: Development Part of Curses Development Kit
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{lname} = %{version}
|
||||
|
Reference in New Issue
Block a user