[cdk/f20] Update to 5.0-20140118

Christopher Meng cicku at fedoraproject.org
Mon Jan 20 01:21:43 UTC 2014


commit 4b9e84f846ae42f497dc4b04660df21d9c375fcf
Author: Christopher Meng <i at cicku.me>
Date:   Mon Jan 20 09:21:27 2014 +0800

    Update to 5.0-20140118

 .gitignore |    1 +
 cdk.spec   |   18 +++++++++++-------
 sources    |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
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 <rpm at cicku.me> - 5.0.20140118-1
+- Update to 5.0-20140118
+
 * Sat Nov 16 2013 Christopher Meng <rpm at cicku.me> - 5.0.20131107-1
-- Update to the latest version.
+- Update to 5.0-20131107
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list