diff --git a/groff.changes b/groff.changes index aca24de..7d3bb64 100644 --- a/groff.changes +++ b/groff.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 15 08:34:56 UTC 2011 - mvyskocil@suse.cz + +- fix bnc#679585 - groff.info is not installed + * install info files as %{name}.info.gz + ------------------------------------------------------------------- Thu Oct 7 09:33:18 UTC 2010 - mvyskocil@suse.cz diff --git a/groff.spec b/groff.spec index 5718b03..015d43f 100644 --- a/groff.spec +++ b/groff.spec @@ -144,10 +144,10 @@ rm -rf %{buildroot} %post %{fillup_only -an suseconfig} -%install_info --info-dir=%{_infodir} %{_infodir}/groff.gz +%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %postun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/groff.gz +%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %files %defattr(-, root, root) diff --git a/suse.patch b/suse.patch deleted file mode 100644 index 10159c4..0000000 --- a/suse.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ru groff-1.18.1.1.orig/src/xditview/Imakefile.in groff-1.18.1.1/src/xditview/Imakefile.in ---- groff-1.18.1.1.orig/src/xditview/Imakefile.in 2004-06-29 18:29:58.000000000 +0200 -+++ groff-1.18.1.1/src/xditview/Imakefile.in 2004-06-29 18:32:48.316408487 +0200 -@@ -13,7 +13,7 @@ - GROFF_DATASUBDIR = $(GROFF_DATAPROGRAMDIR)/$(version)$(revision) - GROFF_FONTDIR = $(GROFF_DATASUBDIR)/font - GROFF_LOCALFONTDIR = $(GROFF_DATAPROGRAMDIR)/site-font --GROFF_FONTPATH = $(GROFF_FONTDIR):$(GROFF_LOCALFONTDIR):/usr/lib/font -+GROFF_FONTPATH = $(GROFF_FONTDIR):$(GROFF_LOCALFONTDIR):/usr/local/share/font:/usr/share/font - DPIS = 75 100 - - PROGRAMS = \ -groff-1.18.1.1/src/xditviewだけに発見: Imakefile.in.~1~