rpms/ksh/devel ksh.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 2 11:23:10 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/ksh/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22352

Modified Files:
	ksh.spec 
Log Message:
 - fix uname -i output
 - fix loop (*-path.patch)
 - conflict pdksh instead of obsoleting it



Index: ksh.spec
===================================================================
RCS file: /cvs/dist/rpms/ksh/devel/ksh.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ksh.spec	16 Dec 2005 23:20:54 -0000	1.14
+++ ksh.spec	2 Feb 2006 11:23:08 -0000	1.15
@@ -1,5 +1,5 @@
 %define       releasedate   2005-02-02
-ExcludeArch:  ia64
+#ExcludeArch:  ia64
 
 Name:         ksh
 Summary:      The Original ATT Korn Shell
@@ -7,19 +7,20 @@
 Group:        Applications/Shells
 License:      Common Public License Version 1.0
 Version:      20050202
-Release: 3.1
+Release:      2
 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
 Source2:      http://www.research.att.com/~gsf/download/tgz/ast-base-locale.%{releasedate}.tgz
 Patch0:       ksh-2004-02-29-ppc64.patch
 Patch1:       ksh-20041225-gcc4.patch
+Patch2:       ksh-20050202-path.patch
+Patch3:       ksh-20050202-uname.patch
 
 #   build information
 BuildRoot:    %{_tmppath}/%{name}-%{version}-root
 Provides:     ksh93
 Obsoletes:    ksh93
-Provides:     pdksh
-Obsoletes:    pdksh
+Conflicts:    pdksh
 
 %description
 KSH-93 is the most recent version of the KornShell by David Korn of 
@@ -33,9 +34,12 @@
 %setup -q -T -D -a 2
 #%patch0 -p1 -b .ppc64
 %patch1 -p1 -b .gcc4
+%patch2 -p1 -b .path
+%patch3 -p1 -b .uname
 
 %build
 ./bin/package "read" ||:
+#export CCFLAGS="-O0 -ggdb"
 ./bin/package "make"
 cp lib/package/LICENSES/ast LICENSE
 
@@ -88,6 +92,11 @@
     rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Thu Feb 02 2006 Karsten Hopp <karsten at redhat.de> 20050202-2
+- fix uname -i output
+- fix loop (*-path.patch)
+- conflict pdksh instead of obsoleting it
+
 * Fri Dec 16 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt for new gcj
 




More information about the fedora-cvs-commits mailing list