Hello community, here is the log from the commit of package susehelp checked in at Mon Oct 30 17:50:58 CET 2006. -------- --- susehelp/susehelp.changes 2006-09-01 11:49:01.000000000 +0200 +++ /mounts/work_src_done/NOARCH/susehelp/susehelp.changes 2006-10-30 13:10:10.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Oct 30 13:09:53 CET 2006 - ltinkl@suse.cz + +- drop SuSEconfig.susehelp + +------------------------------------------------------------------- New: ---- no-susehelpconfig.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ susehelp.spec ++++++ --- /var/tmp/diff_new_pack.Y3ruSk/_old 2006-10-30 17:50:49.000000000 +0100 +++ /var/tmp/diff_new_pack.Y3ruSk/_new 2006-10-30 17:50:49.000000000 +0100 @@ -12,7 +12,7 @@ Name: susehelp BuildRequires: apache2-devel libapr-util1-devel pcre-devel perl-XML-Parser -License: GPL +License: GNU General Public License (GPL) - all versions Group: Documentation/SuSE Provides: manhtml susehilf dochost Obsoletes: susehilf dochost @@ -20,11 +20,12 @@ PreReq: %fillup_prereq Autoreqprov: on Version: 2006.06.20 -Release: 4 +Release: 16 Summary: SuSE Help-System (base) Source: %{name}-%{version}.tar.bz2 Patch0: susehelp-ionice-SuSEconfig.patch Patch1: index_selection.patch +Patch2: no-susehelpconfig.patch BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %package -n susehelp_en @@ -177,6 +178,7 @@ %setup -n %{name} %patch0 %patch1 +%patch2 %build make @@ -196,9 +198,7 @@ popd install -d $RPM_BUILD_ROOT/usr/sbin install -m755 bin/susedig.sh $RPM_BUILD_ROOT/usr/sbin -#SuSEconfig, sysconfig -install -d $RPM_BUILD_ROOT/sbin/conf.d -install -m 755 bin/SuSEconfig.susehelp $RPM_BUILD_ROOT/sbin/conf.d +# sysconfig install -d $RPM_BUILD_ROOT/var/adm/fillup-templates install -m 644 conf/sysconfig.susehelp $RPM_BUILD_ROOT/var/adm/fillup-templates/ install -m 644 conf/sysconfig.apache2-susehelp $RPM_BUILD_ROOT/var/adm/fillup-templates/ @@ -219,7 +219,6 @@ %files -n susehelp -f metafilelist %defattr(-,root,root) -/sbin/conf.d/SuSEconfig.susehelp /var/adm/fillup-templates/sysconfig.susehelp /var/adm/fillup-templates/sysconfig.apache2-susehelp /usr/sbin/susedig.sh @@ -291,6 +290,8 @@ %{susehelpdir}/docserver/index.html.cz %changelog -n susehelp +* Mon Oct 30 2006 - ltinkl@suse.cz +- drop SuSEconfig.susehelp * Fri Sep 01 2006 - wstephenson@suse.de - Fix dependency loop with kdebase3-SuSE for theming * Tue Jun 20 2006 - wstephenson@suse.de ++++++ no-susehelpconfig.patch ++++++ diff -ur susehelp-orig/bin/Makefile susehelp/bin/Makefile --- bin/Makefile 2006-05-03 16:06:17.000000000 +0200 +++ bin/Makefile 2006-10-28 20:39:29.000000000 +0200 @@ -1,9 +1,9 @@ SUSEHELPDIR=/usr/share/susehelp BINDIR=/usr/bin -all: i18ndir SuSEconfig.susehelp +all: i18ndir -install: i18ndir-install SuSEconfig.susehelp +install: i18ndir-install install -d $(DESTDIR)$(SUSEHELPDIR) cp *.pl $(DESTDIR)$(SUSEHELPDIR) install -d $(DESTDIR)/$(BINDIR) @@ -24,6 +24,3 @@ messages: bash --dump-po-strings susehelp >susehelp.pot cd i18n; make merge-messages - -SuSEconfig.susehelp: SuSEconfig.susehelp.in - sed -e 's%@BINDIR@%$(BINDIR)%g' $< >$@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de