do not require OpenSP libosp.la file for build(#485114)
This commit is contained in:
parent
8c320c241c
commit
2a24612a64
12
openjade-nola.patch
Normal file
12
openjade-nola.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -urNp openjade-1.3.2-orig/jade/Makefile.sub openjade-1.3.2/jade/Makefile.sub
|
||||||
|
--- openjade-1.3.2-orig/jade/Makefile.sub 2002-11-15 23:46:50.000000000 +0100
|
||||||
|
+++ openjade-1.3.2/jade/Makefile.sub 2009-02-13 11:52:30.000000000 +0100
|
||||||
|
@@ -4,7 +4,7 @@ OBJS=jade.o SgmlFOTBuilder.o RtfFOTBuild
|
||||||
|
INCLUDE=-I$(srcdir)/../grove -I$(srcdir)/../spgrove -I$(srcdir)/../style
|
||||||
|
# XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a \
|
||||||
|
# ../lib/libosp.a
|
||||||
|
-XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a $(splibdir)/libosp.a
|
||||||
|
+XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a $(splibdir)/libosp.so
|
||||||
|
GENSRCS=JadeMessages.h HtmlMessages.h RtfMessages.h TeXMessages.h \
|
||||||
|
HtmlFOTBuilder_inst.cxx RtfFOTBuilder_inst.cxx TeXFOTBuilder_inst.cxx \
|
||||||
|
TransformFOTBuilder_inst.cxx MifMessages.h MifFOTBuilder_inst.cxx
|
@ -1,12 +1,13 @@
|
|||||||
Summary: A DSSSL implementation
|
Summary: A DSSSL implementation
|
||||||
Name: openjade
|
Name: openjade
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 31%{?dist}
|
Release: 32%{?dist}
|
||||||
Prereq: sgml-common >= 0.5
|
Prereq: sgml-common >= 0.5
|
||||||
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
|
Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
|
||||||
Patch0: openjade-ppc64.patch
|
Patch0: openjade-ppc64.patch
|
||||||
Patch1: openjade-1.3.1-nsl.patch
|
Patch1: openjade-1.3.1-nsl.patch
|
||||||
Patch2: openjade-deplibs.patch
|
Patch2: openjade-deplibs.patch
|
||||||
|
Patch3: openjade-nola.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -30,6 +31,7 @@ XML, RTF, TeX, MIF (FrameMaker), SGML, or XML.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 -b .deplibs
|
%patch2 -p1 -b .deplibs
|
||||||
|
%patch3 -p1 -b .nola
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -90,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/sgml/%{name}-%{version}
|
%{_datadir}/sgml/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 25 2008 Ondrej Vasik <ovasik@redhat.com> 1.3.2-32
|
||||||
|
- do not require OpenSP libosp.la file for build(#485114)
|
||||||
|
|
||||||
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> 1.3.2-31
|
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> 1.3.2-31
|
||||||
- gcc43 rebuild
|
- gcc43 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user