rpms/ksh/devel ksh.spec,1.65,1.66

Michal Hlavinka mhlavink at fedoraproject.org
Fri Jun 25 07:04:28 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/ksh/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17475

Modified Files:
	ksh.spec 
Log Message:
* Fri Jun 25 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100621-1
- updated to 2010-05-27



Index: ksh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ksh/devel/ksh.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- ksh.spec	15 Jun 2010 13:53:16 -0000	1.65
+++ ksh.spec	25 Jun 2010 07:04:27 -0000	1.66
@@ -1,12 +1,12 @@
-%define       releasedate   2010-05-27
+%define       releasedate   2010-06-21
 
 Name:         ksh
 Summary:      The Original ATT Korn Shell
 URL:          http://www.kornshell.com/
 Group:        System Environment/Shells
 License:      CPL
-Version:      20100527
-Release:      2%{?dist}
+Version:      20100621
+Release:      1%{?dist}
 Source0:      http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
 Source1:      http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
 Source3:      kshrc.rhs
@@ -41,7 +41,9 @@ sed -i 's|ls /dev/fd|ls /proc/self/fd|' 
 export CCFLAGS="$RPM_OPT_FLAGS"
 export CC=gcc
 ./bin/package "make"
-cp lib/package/LICENSES/ast LICENSE
+
+#missing in 2010-06-21, chech later if added back
+#cp lib/package/LICENSES/ast LICENSE
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -78,7 +80,8 @@ fi
 
 %files 
 %defattr(-, root, root,-)
-%doc README LICENSE
+#%doc README LICENSE
+%doc README
 /bin/ksh
 /usr/bin/shcomp
 %{_mandir}/man1/*
@@ -89,6 +92,9 @@ fi
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri Jun 25 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100621-1
+- updated to 2010-05-27
+
 * Tue Jun 15 2010 Michal Hlavinka <mhlavink at redhat.com> - 20100527-2
 - add shcomp for shell compiling
 



More information about the scm-commits mailing list