Accepting request 64153 from M17N
Accepted submit request 64153 from user mvyskocil OBS-URL: https://build.opensuse.org/request/show/64153 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/groff?expand=0&rev=27
This commit is contained in:
commit
5de20b0589
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
13
suse.patch
13
suse.patch
@ -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~
|
Loading…
Reference in New Issue
Block a user