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.
|
Summary: Tools needed to create Texinfo format documentation files.
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 4.7
|
Version: 4.7
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Url: ftp://ftp.gnu.org/pub/gnu/texinfo/
|
Url: ftp://ftp.gnu.org/pub/gnu/texinfo/
|
||||||
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2
|
||||||
Source1: info-dir
|
Source1: info-dir
|
||||||
Patch1: texinfo-4.3-zlib.patch
|
Patch1: texinfo-4.3-zlib.patch
|
||||||
|
Patch2: texinfo-fix.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: zlib-devel, ncurses-devel
|
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
|
%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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .zlib
|
%patch1 -p1 -b .zlib
|
||||||
|
%patch2 -p1 -b .fix
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -117,6 +119,9 @@ fi
|
|||||||
%{_mandir}/man5/info.5*
|
%{_mandir}/man5/info.5*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 4.7-2
|
||||||
- Build requires ncurses-devel (bug #126600).
|
- Build requires ncurses-devel (bug #126600).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user