auto-import changelog data from groff-1.18.1-35.src.rpm
Mon Jun 07 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-35 - fixed build prereq and requires
This commit is contained in:
parent
3568b1c0e2
commit
58c9056e68
21
groff.spec
21
groff.spec
@ -1,9 +1,9 @@
|
|||||||
%{!?with_xfree86:%define with_xfree86 1}
|
%{!?with_x:%define with_x 1}
|
||||||
|
|
||||||
Summary: A document formatting system.
|
Summary: A document formatting system.
|
||||||
Name: groff
|
Name: groff
|
||||||
Version: 1.18.1
|
Version: 1.18.1
|
||||||
Release: 34
|
Release: 35
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
||||||
@ -30,7 +30,11 @@ Prereq: /sbin/install-info
|
|||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
Obsoletes: groff-tools
|
Obsoletes: groff-tools
|
||||||
Provides: nroff-i18n
|
Provides: nroff-i18n
|
||||||
BuildRequires: netpbm-progs, zlib-devel, XFree86-devel, texinfo
|
BuildRequires: netpbm-progs zlib-devel texinfo
|
||||||
|
BuildPrereq: byacc
|
||||||
|
%if %{with_x}
|
||||||
|
BuildRequires: xorg-x11-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Groff is a document formatting system. Groff takes standard text and
|
Groff is a document formatting system. Groff takes standard text and
|
||||||
@ -55,7 +59,7 @@ for creating PostScript font files, the grog utility that can be used
|
|||||||
to automatically determine groff command-line options, and the
|
to automatically determine groff command-line options, and the
|
||||||
troff-to-ps print filter.
|
troff-to-ps print filter.
|
||||||
|
|
||||||
%if %{with_xfree86}
|
%if %{with_x}
|
||||||
%package gxditview
|
%package gxditview
|
||||||
Summary: An X previewer for groff text processor output.
|
Summary: An X previewer for groff text processor output.
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -87,7 +91,7 @@ PATH=$PATH:%{_prefix}/X11R6/bin
|
|||||||
%configure --enable-japanese --enable-multibyte
|
%configure --enable-japanese --enable-multibyte
|
||||||
make
|
make
|
||||||
(cd doc && makeinfo groff.texinfo)
|
(cd doc && makeinfo groff.texinfo)
|
||||||
%if %{with_xfree86}
|
%if %{with_x}
|
||||||
cd src/xditview
|
cd src/xditview
|
||||||
xmkmf && make
|
xmkmf && make
|
||||||
%endif
|
%endif
|
||||||
@ -98,7 +102,7 @@ PATH=$PATH:%{_prefix}/X11R6/bin
|
|||||||
mkdir -p ${RPM_BUILD_ROOT}%{_prefix} ${RPM_BUILD_ROOT}%{_infodir}
|
mkdir -p ${RPM_BUILD_ROOT}%{_prefix} ${RPM_BUILD_ROOT}%{_infodir}
|
||||||
%makeinstall manroot=${RPM_BUILD_ROOT}/%{_mandir}
|
%makeinstall manroot=${RPM_BUILD_ROOT}/%{_mandir}
|
||||||
#install -m 644 doc/groff.info* ${RPM_BUILD_ROOT}/%{_infodir}
|
#install -m 644 doc/groff.info* ${RPM_BUILD_ROOT}/%{_infodir}
|
||||||
%if %{with_xfree86}
|
%if %{with_x}
|
||||||
cd src/xditview
|
cd src/xditview
|
||||||
%makeinstall DESTDIR=$RPM_BUILD_ROOT
|
%makeinstall DESTDIR=$RPM_BUILD_ROOT
|
||||||
cd ../..
|
cd ../..
|
||||||
@ -177,7 +181,7 @@ fi
|
|||||||
%{_mandir}/man1/grog.*
|
%{_mandir}/man1/grog.*
|
||||||
%{_mandir}/man1/mmroff*
|
%{_mandir}/man1/mmroff*
|
||||||
|
|
||||||
%if %{with_xfree86}
|
%if %{with_x}
|
||||||
%files gxditview
|
%files gxditview
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/X11R6/bin/gxditview
|
%{_prefix}/X11R6/bin/gxditview
|
||||||
@ -185,6 +189,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 7 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-35
|
||||||
|
- fixed build prereq and requires
|
||||||
|
|
||||||
* Mon Mar 8 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-34
|
* Mon Mar 8 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-34
|
||||||
- new debian groff patch: groff_1.18.1-15.diff
|
- new debian groff patch: groff_1.18.1-15.diff
|
||||||
- new fix for debian patch: groff-1.18.1-fix15.patch
|
- new fix for debian patch: groff-1.18.1-fix15.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user