auto-import changelog data from texinfo-4.0b-3.src.rpm
Tue Aug 07 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.0b-3 - Don't create the desktop file - we don't install it anyway.
This commit is contained in:
parent
a9008bd6ae
commit
03c82578f7
14
texinfo.spec
14
texinfo.spec
@ -1,12 +1,11 @@
|
||||
Summary: Tools needed to create Texinfo format documentation files.
|
||||
Name: texinfo
|
||||
Version: 4.0b
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPL
|
||||
Group: Applications/Publishing
|
||||
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2
|
||||
Source1: info-dir
|
||||
Source2: info.desktop
|
||||
Patch1: texinfo-3.12h-fix.patch
|
||||
Patch2: texinfo-fileextension.patch
|
||||
Patch3: texinfo-4.0-zlib.patch
|
||||
@ -21,7 +20,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Texinfo is a documentation system that can produce both online
|
||||
information and printed output from a single source file. The GNU
|
||||
information and printed output from a single source file. The GNU
|
||||
Project uses the Texinfo file format for most of its documentation.
|
||||
|
||||
Install texinfo if you want a documentation system for producing both
|
||||
@ -43,9 +42,6 @@ The GNU project uses the texinfo file format for much of its
|
||||
documentation. The info package provides a standalone TTY-based
|
||||
browser program for viewing texinfo files.
|
||||
|
||||
You should install info, because GNU's texinfo documentation is a
|
||||
valuable source of information about the software on your system.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
@ -75,9 +71,6 @@ mkdir -p ${RPM_BUILD_ROOT}/{etc,sbin}
|
||||
strip .%{_prefix}/bin/$i
|
||||
done
|
||||
mv -f .%{_prefix}/bin/install-info ./sbin
|
||||
mkdir -p ./etc/X11/applnk/Utilities
|
||||
install -m 644 %SOURCE2 $RPM_BUILD_ROOT/etc/X11/applnk/Utilities
|
||||
|
||||
)
|
||||
|
||||
%find_lang %name
|
||||
@ -128,6 +121,9 @@ fi
|
||||
%{_prefix}/share/man/man5/info.5*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.0b-3
|
||||
- Don't create the desktop file - we don't install it anyway.
|
||||
|
||||
* Sat Jul 21 2001 Tim Powers <timp@redhat.com>
|
||||
- remove the info viewer from the menus, it's cluttering things
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user