auto-import changelog data from openjade-1.3.1-3.src.rpm
Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-3 - Rebuild in new environment. Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-2 - Ship man pages. Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-1 - 1.3.1. - Patches no longer needed: decl, strdup, foo, size_t, 31525, indev, ligature, twosidestartonright. - Updated lt patch. Mon Jan 14 2002 Tim Waugh <twaugh@redhat.com> 1.3-22 - Enable build on GCC 3.0 onwards. - Run libtoolize. Fri Nov 02 2001 Tim Waugh <twaugh@redhat.com> 1.3-21 - Enable HTTP support. Now a DocBook XML document can be processed by either xsltproc or openjade. Tue Oct 30 2001 Tim Waugh <twaugh@redhat.com> 1.3-20 - Apply twosidestartonright patch from Ian Castle. Thu Oct 11 2001 Tim Waugh <twaugh@redhat.com> 1.3-19 - s/Copyright:/License:/ - Use %{_tmppath}. - Fix up libtool libraries (bug #46212).
This commit is contained in:
parent
068167186d
commit
c4aa017e90
@ -1 +1 @@
|
|||||||
openjade-1.3.tar.gz
|
openjade-1.3.1.tar.gz
|
||||||
|
@ -1,21 +1,14 @@
|
|||||||
Summary: A DSSSL implementation.
|
Summary: A DSSSL implementation.
|
||||||
Name: openjade
|
Name: openjade
|
||||||
Version: 1.3
|
Version: 1.3.1
|
||||||
Release: 18
|
Release: 3
|
||||||
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-1.3-decl.patch
|
Patch0: openjade-1.3.1-lt.patch
|
||||||
Patch1: openjade-1.3-strdup.patch
|
Patch1: openjade-1.3-namesp.patch
|
||||||
# compiler bug. remove later.
|
License: Distributable
|
||||||
Patch2: openjade-foo.patch
|
|
||||||
Patch3: openjade-1.3-size_t.patch
|
|
||||||
Patch4: openjade-1.3-31525.patch
|
|
||||||
Patch5: openjade-1.3-lt.patch
|
|
||||||
Patch6: http://indev.insu.com/openjade/openjade-1.3.patch
|
|
||||||
Patch7: openjade-1.3-ligature.patch
|
|
||||||
Copyright: Copyright 1997 James Clark
|
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Obsoletes: jade
|
Obsoletes: jade
|
||||||
Provides: jade
|
Provides: jade
|
||||||
@ -30,16 +23,6 @@ XML, RTF, TeX, MIF (FrameMaker), SGML, or XML.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .decl
|
|
||||||
%patch1 -p1 -b .strdup
|
|
||||||
%patch2 -p1 -b .foo
|
|
||||||
%ifarch s390 s390x
|
|
||||||
%patch3 -p1 -b .size_t
|
|
||||||
%endif
|
|
||||||
%patch4 -p1 -b .31525
|
|
||||||
%patch5 -p1 -b .lt
|
|
||||||
%patch6 -p1
|
|
||||||
%patch7 -p1 -b .ligature
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -47,10 +30,12 @@ cp config/configure.in .
|
|||||||
%ifarch alpha
|
%ifarch alpha
|
||||||
export CXXFLAGS="-O0"
|
export CXXFLAGS="-O0"
|
||||||
%endif
|
%endif
|
||||||
|
libtoolize --copy --force
|
||||||
%configure --prefix=%{prefix} --enable-static \
|
%configure --prefix=%{prefix} --enable-static \
|
||||||
--enable-default-catalog=/etc/sgml/catalog \
|
--enable-default-catalog=/etc/sgml/catalog \
|
||||||
--enable-default-search-path=/usr/share/sgml \
|
--enable-default-search-path=/usr/share/sgml \
|
||||||
--datadir=/usr/share/sgml/%{name}-%{version}
|
--datadir=/usr/share/sgml/%{name}-%{version} \
|
||||||
|
--enable-http
|
||||||
NRPROC=`egrep -c "^cpu[0-9]+" /proc/stat || :`
|
NRPROC=`egrep -c "^cpu[0-9]+" /proc/stat || :`
|
||||||
[ "$NRPROC" = "0" ] && NRPROC=1
|
[ "$NRPROC" = "0" ] && NRPROC=1
|
||||||
make -j$NRPROC
|
make -j$NRPROC
|
||||||
@ -66,9 +51,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT
|
mkdir -p $RPM_BUILD_ROOT
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
$RPM_BUILD_ROOT/%{prefix}/{lib,bin,doc,share/sgml/openjade-1.3,include/sp/{generic,include,lib}}
|
$RPM_BUILD_ROOT/%{prefix}/{lib,bin,doc,share/sgml/openjade-1.3.1,include/sp/{generic,include,lib}}
|
||||||
|
|
||||||
%makeinstall datadir=$RPM_BUILD_ROOT/%{prefix}/share/sgml/openjade-1.3
|
%makeinstall datadir=$RPM_BUILD_ROOT/%{prefix}/share/sgml/openjade-1.3.1
|
||||||
|
make install-man mandir=$RPM_BUILD_ROOT/%{_mandir}
|
||||||
|
|
||||||
|
# Fix up libtool libraries
|
||||||
|
find $RPM_BUILD_ROOT -name '*.la' | \
|
||||||
|
xargs perl -p -i -e "s|-L$RPM_BUILD_DIR[\w/.-]*||g"
|
||||||
|
|
||||||
# oMy, othis ois osilly.
|
# oMy, othis ois osilly.
|
||||||
ln -s openjade $RPM_BUILD_ROOT/%{prefix}/bin/jade
|
ln -s openjade $RPM_BUILD_ROOT/%{prefix}/bin/jade
|
||||||
@ -99,9 +89,38 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{prefix}/lib/*
|
%{prefix}/lib/*
|
||||||
%{prefix}/share/sgml
|
%{prefix}/share/sgml
|
||||||
%{prefix}/include/*
|
%{prefix}/include/*
|
||||||
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-3
|
||||||
|
- Rebuild in new environment.
|
||||||
|
|
||||||
|
* Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-2
|
||||||
|
- Ship man pages.
|
||||||
|
|
||||||
|
* Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-1
|
||||||
|
- 1.3.1.
|
||||||
|
- Patches no longer needed: decl, strdup, foo, size_t, 31525, indev,
|
||||||
|
ligature, twosidestartonright.
|
||||||
|
- Updated lt patch.
|
||||||
|
|
||||||
|
* Mon Jan 14 2002 Tim Waugh <twaugh@redhat.com> 1.3-22
|
||||||
|
- Enable build on GCC 3.0 onwards.
|
||||||
|
- Run libtoolize.
|
||||||
|
|
||||||
|
* Fri Nov 2 2001 Tim Waugh <twaugh@redhat.com> 1.3-21
|
||||||
|
- Enable HTTP support. Now a DocBook XML document can be processed by
|
||||||
|
either xsltproc or openjade.
|
||||||
|
|
||||||
|
* Tue Oct 30 2001 Tim Waugh <twaugh@redhat.com> 1.3-20
|
||||||
|
- Apply twosidestartonright patch from Ian Castle.
|
||||||
|
|
||||||
|
* Thu Oct 11 2001 Tim Waugh <twaugh@redhat.com> 1.3-19
|
||||||
|
- s/Copyright:/License:/
|
||||||
|
- Use %%{_tmppath}.
|
||||||
|
- Fix up libtool libraries (bug #46212).
|
||||||
|
|
||||||
|
* Wed Sep 12 2001 Tim Powers <timp@redhat.com> 1.3-18
|
||||||
- rebuild with new gcc and binutils
|
- rebuild with new gcc and binutils
|
||||||
|
|
||||||
* Fri Jun 15 2001 Tim Waugh <twaugh@redhat.com> 1.3-17
|
* Fri Jun 15 2001 Tim Waugh <twaugh@redhat.com> 1.3-17
|
||||||
|
Loading…
Reference in New Issue
Block a user