auto-import changelog data from texinfo-4.7-3.src.rpm
Tue Jun 29 2004 Tim Waugh <twaugh@redhat.com> 4.7-3 - Fix grouping in user-defined macros.
This commit is contained in:
parent
ae8a4122e2
commit
dbbdbd4378
@ -1,20 +1,21 @@
|
||||
Summary: Tools needed to create Texinfo format documentation files.
|
||||
Name: texinfo
|
||||
Version: 4.7
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPL
|
||||
Group: Applications/Publishing
|
||||
Url: ftp://ftp.gnu.org/pub/gnu/texinfo/
|
||||
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2
|
||||
Source1: info-dir
|
||||
Patch1: texinfo-4.3-zlib.patch
|
||||
Patch2: texinfo-fix.patch
|
||||
Prereq: /sbin/install-info
|
||||
Prefix: %{_prefix}
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: zlib-devel, ncurses-devel
|
||||
|
||||
|
||||
# Redifine this to "dir" in the info directory isn't compressed
|
||||
# Redefine this so "dir" in the info directory isn't compressed
|
||||
|
||||
%define __spec_install_post %{?__debug_package:%{__debug_install_post}} /usr/lib/rpm/brp-strip \; /usr/lib/rpm/brp-strip-comment-note \; rm -f
|
||||
|
||||
@ -45,6 +46,7 @@ browser program for viewing texinfo files.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .zlib
|
||||
%patch2 -p1 -b .fix
|
||||
|
||||
%build
|
||||
|
||||
@ -117,6 +119,9 @@ fi
|
||||
%{_mandir}/man5/info.5*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 29 2004 Tim Waugh <twaugh@redhat.com> 4.7-3
|
||||
- Fix grouping in user-defined macros.
|
||||
|
||||
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 4.7-2
|
||||
- Build requires ncurses-devel (bug #126600).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user