OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 06-Jan-2009 11:53:41 Branch: HEAD Handle: 2009010610534100 Modified files: openpkg-src/groff groff.patch groff.spec Log: upgrading package: groff 1.19.2 -> 1.20 Summary: Revision Changes Path 1.4 +18 -14 openpkg-src/groff/groff.patch 1.53 +7 -3 openpkg-src/groff/groff.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/groff/groff.patch ============================================================================ $ cvs diff -u -r1.3 -r1.4 groff.patch --- openpkg-src/groff/groff.patch 7 Sep 2005 08:59:11 -0000 1.3 +++ openpkg-src/groff/groff.patch 6 Jan 2009 10:53:41 -0000 1.4 @@ -1,20 +1,24 @@ Index: src/devices/xditview/Makefile.sub ---- src/devices/xditview/Makefile.sub.orig 2004-11-25 08:17:00 +0100 -+++ src/devices/xditview/Makefile.sub 2005-09-07 10:45:14 +0200 -@@ -37,11 +37,11 @@ +--- src/devices/xditview/Makefile.sub.orig 2009-01-05 21:45:13 +0100 ++++ src/devices/xditview/Makefile.sub 2009-01-06 11:42:11 +0100 +@@ -37,20 +37,6 @@ $(SHELL) $(srcdir)/ad2c $(srcdir)/GXditview.ad >GXditview-ad.h - install_data: $(srcdir)/GXditview.ad -- -test -d $(appresdir) || $(mkinstalldirs) $(appresdir) -- if test -f $(appresdir)/GXditview; then \ -- mv $(appresdir)/GXditview $(appresdir)/GXditview.old; \ + install_data: $(srcdir)/GXditview.ad $(srcdir)/GXditview-color.ad +- -test -d $(DESTDIR)$(appresdir) \ +- || $(mkinstalldirs) $(DESTDIR)$(appresdir) +- if test -f $(DESTDIR)$(appresdir)/GXditview; then \ +- mv $(DESTDIR)$(appresdir)/GXditview \ +- $(DESTDIR)$(appresdir)/GXditview.old; \ - fi -- $(INSTALL_DATA) $(srcdir)/GXditview.ad $(appresdir)/GXditview -+# -test -d $(appresdir) || $(mkinstalldirs) $(appresdir) -+# if test -f $(appresdir)/GXditview; then \ -+# mv $(appresdir)/GXditview $(appresdir)/GXditview.old; \ -+# fi -+# $(INSTALL_DATA) $(srcdir)/GXditview.ad $(appresdir)/GXditview +- if test -f $(DESTDIR)$(appresdir)/GXditview-color; then \ +- mv $(DESTDIR)$(appresdir)/GXditview-color \ +- $(DESTDIR)$(appresdir)/GXditview-color.old; \ +- fi +- $(INSTALL_DATA) $(srcdir)/GXditview.ad \ +- $(DESTDIR)$(appresdir)/GXditview +- $(INSTALL_DATA) $(srcdir)/GXditview-color.ad \ +- $(DESTDIR)$(appresdir)/GXditview-color uninstall_sub: - -rm -f $(appresdir)/GXditview + -rm -f $(DESTDIR)$(appresdir)/GXditview @@ . patch -p0 <<'@@ .' Index: openpkg-src/groff/groff.spec ============================================================================ $ cvs diff -u -r1.52 -r1.53 groff.spec --- openpkg-src/groff/groff.spec 1 Jan 2008 14:55:04 -0000 1.52 +++ openpkg-src/groff/groff.spec 6 Jan 2009 10:53:41 -0000 1.53 @@ -31,8 +31,8 @@ Class: BASE Group: Typesetting License: GPL -Version: 1.19.2 -Release: 20080101 +Version: 1.20 +Release: 20090106 # list of sources Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz @@ -72,6 +72,8 @@ PERLPATH="%{l_prefix}/bin/perl" \ %{l_bash} ./configure \ --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man \ + --infodir=%{l_prefix}/info \ --without-x PATH="`pwd`/src/roff/troff:$PATH" PATH="`pwd`/src/roff/groff:$PATH" @@ -95,7 +97,9 @@ %{l_make} %{l_mflags} install \ datasubdir='$(dataprogramdir)' \ prefix=$RPM_BUILD_ROOT%{l_prefix} \ - exec_prefix=$RPM_BUILD_ROOT%{l_prefix} + exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \ + mandir=$RPM_BUILD_ROOT%{l_prefix}/man \ + infodir=$RPM_BUILD_ROOT%{l_prefix}/info rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
