diff --git a/texinfo.spec b/texinfo.spec index 52e3a43..e92c261 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -1,13 +1,16 @@ Summary: Tools needed to create Texinfo format documentation files. Name: texinfo Version: 4.0 -Release: 15 +Release: 20 License: GPL Group: Applications/Publishing Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.gz Source1: info-dir +Source2: info.desktop Patch1: texinfo-3.12h-fix.patch +Patch2: texinfo-fileextension.patch Patch3: texinfo-4.0-zlib.patch +Patch4: texinfo-4.0-danish.patch Prereq: /sbin/install-info Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -47,7 +50,9 @@ valuable source of information about the software on your system. %prep %setup -q %patch1 -p1 +%patch2 -p1 -b .ext %patch3 -p1 -b .zlib +%patch4 -p1 -b .danish %build @@ -55,7 +60,7 @@ valuable source of information about the software on your system. make rm util/install-info -make -C util LIBS=%{_prefix}/lib/libz.a +make -C util LIBS=%{_libdir}/libz.a %install rm -rf ${RPM_BUILD_ROOT} @@ -73,20 +78,12 @@ mkdir -p ${RPM_BUILD_ROOT}/{etc,sbin} done mv -f .%{_prefix}/bin/install-info ./sbin mkdir -p ./etc/X11/applnk/Utilities -cat > ./etc/X11/applnk/Utilities/info.desktop < +- langify +- don't create desktop file in spec file + +* Tue Jan 23 2001 Preston Brown +- danish translation added + +* Tue Dec 12 2000 Bernhard Rosenkraenzer +- Rebuild to get rid of 0777 dirs + +* Wed Nov 8 2000 Bernhard Rosenkraenzer +- Fix recognition of .?o extensions in texi2dvi, Bug #20498 + +* Thu Sep 7 2000 Jeff Johnson +- FHS packaging (64bit systems need to use %%_libdir not /usr/lib). + * Sat Aug 19 2000 Trond Eivind Glomsr�d - really do it - #16120