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
12
texinfo.spec
12
texinfo.spec
@ -1,12 +1,11 @@
|
|||||||
Summary: Tools needed to create Texinfo format documentation files.
|
Summary: Tools needed to create Texinfo format documentation files.
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 4.0b
|
Version: 4.0b
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
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
|
||||||
Source2: info.desktop
|
|
||||||
Patch1: texinfo-3.12h-fix.patch
|
Patch1: texinfo-3.12h-fix.patch
|
||||||
Patch2: texinfo-fileextension.patch
|
Patch2: texinfo-fileextension.patch
|
||||||
Patch3: texinfo-4.0-zlib.patch
|
Patch3: texinfo-4.0-zlib.patch
|
||||||
@ -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
|
documentation. The info package provides a standalone TTY-based
|
||||||
browser program for viewing texinfo files.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -75,9 +71,6 @@ mkdir -p ${RPM_BUILD_ROOT}/{etc,sbin}
|
|||||||
strip .%{_prefix}/bin/$i
|
strip .%{_prefix}/bin/$i
|
||||||
done
|
done
|
||||||
mv -f .%{_prefix}/bin/install-info ./sbin
|
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
|
%find_lang %name
|
||||||
@ -128,6 +121,9 @@ fi
|
|||||||
%{_prefix}/share/man/man5/info.5*
|
%{_prefix}/share/man/man5/info.5*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Sat Jul 21 2001 Tim Powers <timp@redhat.com>
|
||||||
- remove the info viewer from the menus, it's cluttering things
|
- remove the info viewer from the menus, it's cluttering things
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user