auto-import changelog data from groff-1.16-7j1.src.rpm

Thu Aug 24 2000 ISHIKAWA Mutsumi <ishikawa@redhat.com>
- japanese patch ported from Debian
- based on groff-1.16-7
This commit is contained in:
cvsdist 2004-09-09 05:50:58 +00:00
parent 4706583cf0
commit 64c4751bd8
3 changed files with 31 additions and 2 deletions

View File

@ -1 +1,3 @@
groff-1.16.tar.gz groff-1.16.tar.gz
man-pages-ja-GNU_groff-20000115.tar.gz
mandocj.tar.gz

View File

@ -1,13 +1,22 @@
%define enable_japanese 1
%define jman man-pages-ja-GNU_groff-20000115
Summary: A document formatting system. Summary: A document formatting system.
Name: groff Name: groff
Version: 1.16 Version: 1.16
Release: 7 Release: 7j1
Copyright: GPL Copyright: GPL
Group: Applications/Publishing Group: Applications/Publishing
Source0: ftp://ftp.gnu.org/gnu/groff/groff-1.16.tar.gz Source0: ftp://ftp.gnu.org/gnu/groff/groff-1.16.tar.gz
Source1: troff-to-ps.fpi Source1: troff-to-ps.fpi
Source2: README.A4 Source2: README.A4
# Japanese
Source10: mandocj.tar.gz
Source11: %{jman}.tar.gz
# end
Patch1: groff-1.16-safer.patch Patch1: groff-1.16-safer.patch
# Japanese
Patch10: groff-1.16jp.diff
# end
Requires: mktemp Requires: mktemp
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
Obsoletes: groff-tools Obsoletes: groff-tools
@ -49,14 +58,26 @@ gxditview so that you preview your processed text files in X. You'll
also need to install the groff package and the X Window System. also need to install the groff package and the X Window System.
%prep %prep
%if %{enable_japanese}
%setup -q -a 11
%else
%setup -q %setup -q
%endif
%patch1 -p1 -b .safer %patch1 -p1 -b .safer
%if %{enable_japanese}
%patch10 -p1 -b .japanese
%endif
cp %{SOURCE2} . cp %{SOURCE2} .
%build %build
PATH=$PATH:%{_prefix}/X11R6/bin PATH=$PATH:%{_prefix}/X11R6/bin
autoconf
%if %{enable_japanese}
%configure --enable-japanese
%else
%configure %configure
%endif
make make
cd src/xditview cd src/xditview
xmkmf && make xmkmf && make
@ -70,7 +91,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
cd src/xditview cd src/xditview
%makeinstall DESTDIR=$RPM_BUILD_ROOT %makeinstall DESTDIR=$RPM_BUILD_ROOT
cd ../.. cd ../..
mv $RPM_BUILD_ROOT%{_prefix}/man $RPM_BUILD_ROOT%{_prefix}/share #mv $RPM_BUILD_ROOT%{_prefix}/man $RPM_BUILD_ROOT%{_prefix}/share
ln -s tmac.s ${RPM_BUILD_ROOT}%{_prefix}/share/groff/tmac/tmac.gs ln -s tmac.s ${RPM_BUILD_ROOT}%{_prefix}/share/groff/tmac/tmac.gs
ln -s tmac.mse ${RPM_BUILD_ROOT}%{_prefix}/share/groff/tmac/tmac.gmse ln -s tmac.mse ${RPM_BUILD_ROOT}%{_prefix}/share/groff/tmac/tmac.gmse
ln -s tmac.m ${RPM_BUILD_ROOT}%{_prefix}/share/groff/tmac/tmac.gm ln -s tmac.m ${RPM_BUILD_ROOT}%{_prefix}/share/groff/tmac/tmac.gm
@ -128,6 +149,10 @@ rm -rf ${RPM_BUILD_ROOT}
%config /etc/X11/app-defaults/GXditview %config /etc/X11/app-defaults/GXditview
%changelog %changelog
* Thu Aug 24 2000 ISHIKAWA Mutsumi <ishikawa@redhat.com>
- japanese patch ported from Debian
- based on groff-1.16-7
* Fri Jul 28 2000 Tim Waugh <twaugh@redhat.com> * Fri Jul 28 2000 Tim Waugh <twaugh@redhat.com>
- Install troff-to-ps.fpi in /usr/lib/rhs-printfilters (#13634). - Install troff-to-ps.fpi in /usr/lib/rhs-printfilters (#13634).

View File

@ -1 +1,3 @@
ec57cda1949de57a2e07362366859bbb groff-1.16.tar.gz ec57cda1949de57a2e07362366859bbb groff-1.16.tar.gz
9bbf9b74fd587d248e17543bda4ce5de man-pages-ja-GNU_groff-20000115.tar.gz
e5d7f3273b4d53033723fcd2654d980c mandocj.tar.gz