SHA256
1
0
forked from pool/cdk
cdk/cdk.spec
OBS User autobuild afc8f018e7 Accepting request 19316 from security
Copy from security/cdk based on submit request 19316 from user coolo

OBS-URL: https://build.opensuse.org/request/show/19316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=5
2009-08-31 19:37:30 +00:00

107 lines
2.7 KiB
RPMSpec

#
# spec file for package cdk (Version 4.9.13)
#
# Copyright (c) 2009 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: cdk
License: BSD 3-clause (or similar)
BuildRequires: ncurses-devel
Group: System/Libraries
AutoReqProv: on
Version: 4.9.13
Release: 139
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, and a dialog box.
Authors:
--------
Mike Glover <glover@credit.erin.utoronto.ca>
%package -n cdk-devel
License: BSD 3-clause (or similar)
Summary: Development Part of Curses Development Kit
Group: Development/Libraries/C and C++
Requires: %{name} = %{version} ncurses-devel
AutoReqProv: on
%description -n cdk-devel
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
%build
touch NEWS AUTHORS
ln -sf CHANGES ChangeLog
CFLAGS="${RPM_OPT_FLAGS} -pipe"
LDFLAGS=-s
CC=gcc
PATH=$PATH:.
export CFLAGS CC LDFLAGS PATH
%{?suse_update_config}
autoreconf --force --install
%configure --includedir=/usr/include/cdk \
--enable-shared \
--disable-static \
--with-gnu-ld \
--with-pic
%{__make} %{?jobs:-j%jobs}
%install
make DESTDIR=${RPM_BUILD_ROOT} install
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc BUGS EXPANDING NOTES TODO COPYING LICENSE INSTALL README CHANGES
%{_libdir}/libcdk.so.4.0.9
%{_libdir}/libcdk.so.4
%files -n cdk-devel
%defattr(-,root,root)
%{_libdir}/libcdk.so
/usr/include/cdk
/usr/share/man/man3/cdk_*.3.gz
%changelog