Hello community, here is the log from the commit of package ksh checked in at Fri May 25 17:26:52 CEST 2007. -------- --- ksh/ksh.changes 2007-04-04 12:07:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/ksh/ksh.changes 2007-05-25 10:26:10.508478000 +0200 @@ -1,0 +2,5 @@ +Fri May 25 10:25:51 CEST 2007 - werner@suse.de + +- Minor issuse like file permissions + +------------------------------------------------------------------- New: ---- rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksh.spec ++++++ --- /var/tmp/diff_new_pack.c10730/_old 2007-05-25 17:26:37.000000000 +0200 +++ /var/tmp/diff_new_pack.c10730/_new 2007-05-25 17:26:37.000000000 +0200 @@ -15,16 +15,17 @@ URL: http://www.research.att.com/~gsf/download/ License: Other License(s), see package Group: System/Shells -PreReq: /bin/ln /etc/bash.bashrc +PreReq: /bin/ln /etc/bash.bashrc /bin/true Autoreqprov: on Version: 93s -Release: 2 +Release: 15 Summary: Korn Shell BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: INIT.2007-03-28.tar.bz2 Source1: ast-ksh.2007-03-28.tar.bz2 Source2: Agreement Source3: Warning +Source30: rpmlintrc Patch: ksh93.dif Patch1: workaround-stupid-build-system.diff Patch2: ksh-qemu.patch @@ -53,6 +54,7 @@ %package -n ksh-devel Summary: Korn Shell development environment Group: Development/Libraries/C and C++ +Requires: ksh = %{version}-%{release} Autoreqprov: on %description -n ksh-devel @@ -183,9 +185,9 @@ test -d $root || exit 1 pushd $root || exit 1 mkdir -p %{buildroot}/bin - mkdir -p %{buildroot}/usr/bin - mkdir -p %{buildroot}/usr/include/ast + mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}/%{_lib}/ast/bin + mkdir -p %{buildroot}%{_includedir}/ast mkdir -p %{buildroot}%{_libdir}/ast mkdir -p %{buildroot}%{_mandir} mkdir %{buildroot}%{_mandir}/man1 @@ -195,24 +197,24 @@ install bin/shcomp %{buildroot}/%{_lib}/ast/bin/ # install bin/suid_exec %{buildroot}/%{_lib}/ast/bin/ ln -sf /bin/true %{buildroot}/bin/ksh - ln -sf /bin/true %{buildroot}/usr/bin/ksh - ln -sf /%{_lib}/ast/bin/ksh %{buildroot}/usr/bin/rksh - ln -sf /%{_lib}/ast/bin/shcomp %{buildroot}/usr/bin/shcomp + ln -sf /bin/true %{buildroot}%{_bindir}/ksh + ln -sf /%{_lib}/ast/bin/ksh %{buildroot}%{_bindir}/rksh + ln -sf /%{_lib}/ast/bin/shcomp %{buildroot}%{_bindir}/shcomp cp -a lib/*.so.* %{buildroot}/%{_lib}/ast/ for so in %{buildroot}/%{_lib}/ast/*.so.*.* ; do so=${so##*/} ln -sf /%{_lib}/ast/$so %{buildroot}%{_libdir}/ast/${so%%%%.*}.so done rm -f %{buildroot}%{_libdir}/ast/*.so.* - install lib/*.a %{buildroot}%{_libdir}/ast/ - install -m644 man/man1/sh.1 %{buildroot}%{_mandir}/man1/ksh.1 - install -m644 man/man1/shcomp.1 %{buildroot}%{_mandir}/man1/shcomp.1 + install -m 0644 lib/*.a %{buildroot}%{_libdir}/ast/ + install -m 0644 man/man1/sh.1 %{buildroot}%{_mandir}/man1/ksh.1 + install -m 0644 man/man1/shcomp.1 %{buildroot}%{_mandir}/man1/shcomp.1 for man in man/man3/*.3 ; do man=${man##*/} ast=${man}ast - install -m644 man/man3/${man} %{buildroot}%{_mandir}/man3/${ast} + install -m 0644 man/man3/${man} %{buildroot}%{_mandir}/man3/${ast} done - install include/ast/* %{buildroot}/usr/include/ast/ + install -m 0644 include/ast/* %{buildroot}%{_includedir}/ast/ popd cp lib/package/LICENSES/ast LICENSE mv src/cmd/ksh93/OBSOLETE src/cmd/ksh93/OBSOLETE.mm @@ -256,9 +258,9 @@ %doc Builtins PROMO OBSOLETE MEMORANDUM %doc %{_mandir}/man1/*.1.gz %ghost %verify(not link) /bin/ksh -%ghost %verify(not link) /usr/bin/ksh -/usr/bin/rksh -/usr/bin/shcomp +%ghost %verify(not link) %{_bindir}/ksh +%{_bindir}/rksh +%{_bindir}/shcomp %dir /%{_lib}/ast %dir /%{_lib}/ast/bin /%{_lib}/ast/bin/ksh @@ -273,9 +275,11 @@ %{_libdir}/ast/*.so %{_libdir}/ast/*.a %doc %{_mandir}/man3/* -/usr/include/ast/ +%{_includedir}/ast/ %changelog +* Fri May 25 2007 - werner@suse.de +- Minor issuse like file permissions * Wed Apr 04 2007 - werner@suse.de - Minor correction for builtin uname -i * Mon Apr 02 2007 - werner@suse.de ++++++ workaround-stupid-build-system.diff ++++++ --- /var/tmp/diff_new_pack.c10730/_old 2007-05-25 17:26:40.000000000 +0200 +++ /var/tmp/diff_new_pack.c10730/_new 2007-05-25 17:26:40.000000000 +0200 @@ -114,6 +114,15 @@ done fastfind.o generated make hashalloc.o make hash/hashalloc.c +@@ -913,7 +913,7 @@ make lcgen + make port/lcgen.c + prev std/stdio.h implicit + done port/lcgen.c +-exec - ${CC} -o lcgen port/lcgen.c ++exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -o lcgen port/lcgen.c + done lcgen generated + make port/lc.tab + done port/lc.tab @@ -1458,7 +1458,7 @@ done sfio/sfhdr.h done port/mc.c meta mc.o %.c>%.o port/mc.c mc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de