From 1d165731d098206b57b18a02892f3c357f7bd9df Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:12:02 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20texinfo?= =?UTF-8?q?-4.0-20.src.rpm=20Fri=20Feb=2023=202001=20Trond=20Eivind=20Glom?= =?UTF-8?q?sr=F8d=20=20-=20langify=20-=20don't=20create=20?= =?UTF-8?q?desktop=20file=20in=20spec=20file=20Tue=20Jan=2023=202001=20Pre?= =?UTF-8?q?ston=20Brown=20=20-=20danish=20translation?= =?UTF-8?q?=20added=20Tue=20Dec=2012=202000=20Bernhard=20Rosenkraenzer=20=20-=20Rebuild=20to=20get=20rid=20of=200777=20d?= =?UTF-8?q?irs=20Wed=20Nov=2008=202000=20Bernhard=20Rosenkraenzer=20=20-=20Fix=20recognition=20of=20.=3Fo=20extensions?= =?UTF-8?q?=20in=20texi2dvi,=20Bug=20#20498=20Thu=20Sep=2007=202000=20Jeff?= =?UTF-8?q?=20Johnson=20=20-=20FHS=20packaging=20(64bit=20?= =?UTF-8?q?systems=20need=20to=20use=20%=5Flibdir=20not=20/usr/lib).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- texinfo.spec | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) 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