diff --git a/cdk-5.0-20190224.tgz b/cdk-5.0-20190224.tgz deleted file mode 100644 index fbd34c1..0000000 --- a/cdk-5.0-20190224.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a59e66de9bd90f2d6c1cc8b3aada67aa00d2ade091596409aea9c5139eec71c -size 534635 diff --git a/cdk-5.0-20190224.tgz.asc b/cdk-5.0-20190224.tgz.asc deleted file mode 100644 index 6061d0e..0000000 --- a/cdk-5.0-20190224.tgz.asc +++ /dev/null @@ -1,8 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 -Comment: See https://invisible-island.net/public/public.html for info - -iEYEABECAAYFAlx0oW0ACgkQcCNT4PfkjtupZQCglg7A8z3XJzUB5llwbZemtlA6 -WDsAoJiUcqswfV7IEgt5U8ZGs4nsiq7a -=raD5 ------END PGP SIGNATURE----- diff --git a/cdk-5.0-20210324.tgz b/cdk-5.0-20210324.tgz new file mode 100644 index 0000000..8dab4ce --- /dev/null +++ b/cdk-5.0-20210324.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62eb256bbcbca53ed549de03a3db257bd38e2965726b1cbeef7df2ed1aa781b +size 548203 diff --git a/cdk-5.0-20210324.tgz.asc b/cdk-5.0-20210324.tgz.asc new file mode 100644 index 0000000..91b3bf8 --- /dev/null +++ b/cdk-5.0-20210324.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCYFvaMwAKCRBwI1Pg9+SO +26N4AJ4oa7ofSrEovpcJTRlCTCooY/p6VQCgpxB8eMApYBs0K4PxAyJ9spmBjmY= +=WA/D +-----END PGP SIGNATURE----- diff --git a/cdk.changes b/cdk.changes index 66d85fa..d8afff3 100644 --- a/cdk.changes +++ b/cdk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 3 18:24:40 UTC 2021 - Ferdinand Thiessen + +- Update to version 5.0.20210324 + * Spelling fixes, per codespell + * Updated build system + ------------------------------------------------------------------- Wed Feb 27 08:06:48 UTC 2019 - Dr. Werner Fink diff --git a/cdk.spec b/cdk.spec index 373b6ab..bdc43e0 100644 --- a/cdk.spec +++ b/cdk.spec @@ -1,7 +1,7 @@ # # spec file for package cdk # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define lname lib%{name}5 %define mainver 5.0 -%define datever 20190224 +%define datever 20210324 Name: cdk -Url: http://invisible-island.net/cdk/ +URL: https://invisible-island.net/cdk/ BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: pkg-config @@ -30,8 +30,8 @@ Release: 0 Summary: The Runtime for the Curses Development Kit License: BSD-3-Clause Group: System/Libraries -Source: ftp://ftp.invisible-island.net/cdk/cdk-%{mainver}-%{datever}.tgz -Source1: ftp://ftp.invisible-island.net/cdk/cdk-%{mainver}-%{datever}.tgz.asc +Source: https://invisible-mirror.net/archives/cdk/cdk-%{mainver}-%{datever}.tgz +Source1: https://invisible-mirror.net/archives/cdk/cdk-%{mainver}-%{datever}.tgz.asc Source2: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build %global root %{_tmppath}/%{name}-%{version}-store @@ -66,14 +66,13 @@ CDK, the Curses Development Kit. %setup -q -n cdk-%{mainver}-%{datever} %build - %configure --with-ncurses \ --enable-const \ --with-pkg-config \ --disable-rpath-hack \ --with-versioned-syms=${PWD}/package/cdk.map \ --with-shared -make all %{?_smp_mflags} +%make_build make install DESTDIR=%{root} INSTALL="install -pD" \ DOCUMENT_DIR=%{root}%{_defaultdocdir}/%{name} make clean @@ -86,7 +85,7 @@ make clean --with-cfgname=cdkw \ --with-libname=cdkw \ --with-shared -make all %{?_smp_mflags} +%make_build make installCDKLibrary DESTDIR=%{root} INSTALL="install -pD" \ DOCUMENT_DIR=%{root}%{_defaultdocdir}/%{name} make %{root}%{_libdir}/libcdkw.so.%{mainver} DESTDIR=%{root} @@ -102,11 +101,8 @@ find %{buildroot} -name '*.a' -delete -print # Remove installed in wrong directory documentation files rm -rf %{buildroot}%{_datadir}/doc -%post -n %lname -/sbin/ldconfig - -%postun -n %lname -/sbin/ldconfig +%post -n %lname -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig %files -n %lname %defattr(-,root,root)