From 4b9e84f846ae42f497dc4b04660df21d9c375fcf Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Jan 20 2014 01:21:27 +0000 Subject: Update to 5.0-20140118 --- diff --git a/.gitignore b/.gitignore index 1aa3ca9..22a208b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ cdk.tar.gz /cdk-5.0-20131107.tgz +/cdk-5.0-20140118.tgz diff --git a/cdk.spec b/cdk.spec index f763379..dd5a376 100644 --- a/cdk.spec +++ b/cdk.spec @@ -1,5 +1,5 @@ %global mainver 5.0 -%global datever 20131107 +%global datever 20140118 Name: cdk Version: %{mainver}.%{datever} @@ -11,7 +11,7 @@ Source0: ftp://invisible-island.net/cdk-%{mainver}-%{datever}.tgz BuildRequires: ncurses-devel %description -Cdk stands for "Curses Development Kit". It contains a large number of ready +CDK stands for "Curses Development Kit". It contains a large number of ready to use widgets which facilitate the speedy development of full screen curses programs. @@ -32,7 +32,8 @@ make cdkshlib %{?_smp_mflags} %install make install installCDKSHLibrary DESTDIR=%{buildroot} INSTALL="install -pD" -chmod +x %{buildroot}%{_libdir}/*.so # fixes rpmlint unstripped-binary-or-object +# fixes rpmlint unstripped-binary-or-object +chmod +x %{buildroot}%{_libdir}/*.so find %{buildroot} -name '*.a' -delete %post -p /sbin/ldconfig @@ -40,8 +41,8 @@ find %{buildroot} -name '*.a' -delete %postun -p /sbin/ldconfig %files -%doc CHANGES COPYING NOTES README VERSION -%{_libdir}/*.so.* +%doc CHANGES COPYING NOTES README VERSION +%{_libdir}/libcdk.so.* %{_mandir}/man3/*.3* %files devel @@ -49,11 +50,14 @@ find %{buildroot} -name '*.a' -delete %{_bindir}/cdk5-config %{_includedir}/%{name} %{_includedir}/%{name}.h -%{_libdir}/*.so +%{_libdir}/libcdk.so %changelog +* Mon Jan 20 2014 Christopher Meng - 5.0.20140118-1 +- Update to 5.0-20140118 + * Sat Nov 16 2013 Christopher Meng - 5.0.20131107-1 -- Update to the latest version. +- Update to 5.0-20131107 * Sat Aug 03 2013 Fedora Release Engineering - 5.0.20081105-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 19aeeb1..36661f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46a9823f0e25f0da212581bbd746ee5a cdk-5.0-20131107.tgz +d2687e5558b6d6be5fd39328e5c86033 cdk-5.0-20140118.tgz