This commit is contained in:
parent
44c9179cb2
commit
d24ba2c2e8
10
gcc43.patch
Normal file
10
gcc43.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/devices/grolbp/lbp.cc
|
||||
+++ src/devices/grolbp/lbp.cc
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
- Add X command to include bitmaps
|
||||
*/
|
||||
-#define _GNU_SOURCE
|
||||
|
||||
#include "driver.h"
|
||||
#include "lbp.h"
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 09:37:39 CET 2007 - meissner@suse.de
|
||||
|
||||
- fixed gcc4.3 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 11:51:08 CEST 2007 - mfabian@suse.de
|
||||
|
||||
|
15
groff.spec
15
groff.spec
@ -14,16 +14,16 @@ Name: groff
|
||||
BuildRequires: bison gcc-c++
|
||||
%define build_groff_docu 1
|
||||
#
|
||||
License: BSD 3-Clause, GPL v2 or later
|
||||
License: BSD 3-Clause; GPL v2 or later
|
||||
Group: Productivity/Publishing/Troff
|
||||
Provides: normal-groff, jgroff
|
||||
Obsoletes: jgroff
|
||||
Prereq: %fillup_prereq %install_info_prereq
|
||||
Autoreqprov: on
|
||||
PreReq: %fillup_prereq %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 1.18.1.1
|
||||
Release: 86
|
||||
Release: 103
|
||||
Summary: GNU troff Document Formatting System
|
||||
URL: http://www.gnu.org/software/groff/groff.html
|
||||
Url: http://www.gnu.org/software/groff/groff.html
|
||||
Source0: ftp://ftp.gnu.org/gnu/groff/groff-1.18.1.1.tar.bz2
|
||||
Source1: SuSEconfig.groff
|
||||
Source2: sysconfig.suseconfig-groff
|
||||
@ -41,6 +41,7 @@ Patch8: groffer-security.patch
|
||||
Patch9: groff-1.18.1.1-gcc41.patch
|
||||
Patch10: bugzilla-217106-too-few-arguments-in-function-call.patch
|
||||
Patch11: bugzilla-292412-special-encoding-handling-also-for-chinese.patch
|
||||
Patch12: gcc43.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -73,6 +74,7 @@ Authors:
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p0
|
||||
|
||||
%build
|
||||
# remove empty backups
|
||||
@ -171,8 +173,9 @@ popd
|
||||
%verify(not md5) /usr/share/groff/1.18.1/tmac/mm/se_locale
|
||||
/sbin/conf.d/SuSEconfig.groff
|
||||
/var/adm/fillup-templates/sysconfig.suseconfig-groff
|
||||
|
||||
%changelog
|
||||
* Wed Nov 07 2007 - meissner@suse.de
|
||||
- fixed gcc4.3 build
|
||||
* Tue Jul 24 2007 - mfabian@suse.de
|
||||
- Bugzilla #292412: make the hacks for Chinese less weird by
|
||||
applying the patch from comment #31 by Peng Wu <pwu@novell.com>
|
||||
|
@ -13,13 +13,13 @@ Name: gxdview
|
||||
BuildRequires: gcc-c++ xorg-x11-devel
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Publishing/Troff
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Requires: groff
|
||||
Conflicts: jgxdview
|
||||
Version: 1.18.1.1
|
||||
Release: 98
|
||||
Release: 125
|
||||
Summary: Ditroff Output Displayer for Groff
|
||||
URL: http://www.gnu.org/software/groff/groff.html
|
||||
Url: http://www.gnu.org/software/groff/groff.html
|
||||
Source0: ftp://ftp.gnu.org/gnu/groff/groff-1.18.1.1.tar.bz2
|
||||
Source1: SuSEconfig.groff
|
||||
Source2: sysconfig.suseconfig-groff
|
||||
@ -109,7 +109,6 @@ make -C src/xditview install.man MANSUFFIX=1 LIBMANSUFFIX=3 DESTDIR=$RPM_BUILD_R
|
||||
%{_bindir}/gxditview
|
||||
%doc %{_mandir}/man1/gxditview.1*
|
||||
%config %{_datadir}/X11/app-defaults/GXditview
|
||||
|
||||
%changelog
|
||||
* Sun Feb 11 2007 - ro@suse.de
|
||||
- added defattr
|
||||
|
Loading…
Reference in New Issue
Block a user