source: projects/specs/trunk/o/openjade/openjade-vl.spec @ 10528

Revision 10528, 12.4 KB checked in by tomop, 8 years ago (diff)

openjade-1.3.2-33

Line 
1Summary: A DSSSL implementation.
2Summary(ja): DSSSL 言語の実装
3Name: openjade
4Version: 1.3.2
5Release: 33%{?_dist_release}
6
7License: BSD
8Group: Applications/Text
9URL: http://openjade.sourceforge.net/
10
11Source0: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
12
13Patch0: openjade-ppc64.patch
14Patch1: openjade-1.3.1-nsl.patch
15Patch2: openjade-deplibs.patch
16Patch3: openjade-nola.patch
17Patch4: openjade-1.3.2-gcc46.patch
18Patch5: openjade-getoptperl.patch
19
20BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
21BuildRequires: opensp-devel
22BuildRequires: libtool
23Requires(post): sgml-common >= 0.5
24Requires(preun): sgml-common >= 0.5
25
26Obsoletes: openjade-devel < 1.3.2-17
27Obsoletes: jade
28Provides: jade
29
30Vendor: Project Vine
31Distribution: Vine Linux
32
33%description
34OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL
35(Document Style Semantics and Specification Language). OpenJade is
36based on James Clark's Jade implementation of DSSSL. OpenJade is a
37command-line application and a set of components. The DSSSL engine
38inputs an SGML or XML document and can output a variety of formats:
39XML, RTF, TeX, MIF (FrameMaker), SGML, or XML.
40
41
42%prep
43%setup -q
44%patch0 -p1
45%patch1 -p1
46%patch2 -p1 -b .deplibs
47%patch3 -p1 -b .nola
48%patch4 -p1 -b .gcc46
49%patch5 -p1 -b .getopt
50
51%build
52%configure --disable-static --datadir=%{_datadir}/sgml/%{name}-%{version} \
53        --enable-splibdir=%{_libdir}
54
55make LIBTOOL=%{_bindir}/libtool
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60make install install-man DESTDIR=$RPM_BUILD_ROOT LIBTOOL=%{_bindir}/libtool
61
62# oMy, othis ois osilly.
63ln -s openjade $RPM_BUILD_ROOT/%{_prefix}/bin/jade
64echo ".so man1/openjade.1" > $RPM_BUILD_ROOT/%{_mandir}/man1/jade.1
65
66# install jade/jade $RPM_BUILD_ROOT/%{_prefix}/bin/jade
67cp dsssl/catalog $RPM_BUILD_ROOT/%{_datadir}/sgml/%{name}-%{version}/
68cp dsssl/{dsssl,style-sheet,fot}.dtd $RPM_BUILD_ROOT/%{_datadir}/sgml/%{name}-%{version}/
69
70# add unversioned/versioned catalog and symlink
71mkdir -p $RPM_BUILD_ROOT/etc/sgml
72cd $RPM_BUILD_ROOT/etc/sgml
73touch %{name}-%{version}-%{release}.soc
74ln -s %{name}-%{version}-%{release}.soc %{name}.soc
75cd -
76
77rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
78rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
79
80%clean
81rm -rf $RPM_BUILD_ROOT
82
83%post
84/sbin/ldconfig
85/usr/bin/install-catalog --add /etc/sgml/%{name}-%{version}-%{release}.soc \
86    %{_datadir}/sgml/%{name}-%{version}/catalog >/dev/null 2>/dev/null || :
87 
88%preun
89/usr/bin/install-catalog --remove /etc/sgml/%{name}-%{version}-%{release}.soc \
90    %{_datadir}/sgml/%{name}-%{version}/catalog >/dev/null 2>/dev/null || :
91
92%postun -p /sbin/ldconfig
93
94%files
95%defattr(-,root,root)
96%doc jadedoc/* dsssl/README.jadetex
97%doc README COPYING VERSION
98%ghost /etc/sgml/%{name}-%{version}-%{release}.soc
99/etc/sgml/%{name}.soc
100%{_bindir}/*
101%{_libdir}/*.so
102%{_libdir}/*.so.*
103%{_mandir}/*/*
104%{_datadir}/sgml/%{name}-%{version}
105#%{_libdir}/*.la
106
107
108%changelog
109* Mon Jul  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-33
110- rebuilt with new toolchain.
111
112* Tue Nov  4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.3.2-32
113- rebuilt on current VineSeed environment
114- used system libtool
115- added Patch4 and 5 from fc
116  * Fri Aug 10 2012 Ondrej Vasik <ovasik@redhat.com> 1.3.2-41
117  - avoid build failure with using Getopt::Std;
118  * Wed Jun 08 2011 Ondrej Vasik <ovasik@redhat.com> 1.3.2-38
119  - fix build with gcc46 (upstream bug tracker)
120
121* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-31
122- rebuild with VineSeed environment
123
124* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.3.2-30
125- rebuilt with rpm-4.8.1-3
126
127* Fri Feb 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.2-29
128- updated Patch3 based on FC
129- added Patch4 from FC
130  * Thu Sep 25 2008 Ondrej Vasik <ovasik@redhat.com> 1.3.2-32
131  - do not require OpenSP libosp.la file for build(#485114)
132
133* Sat May 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.2-28
134- applied new versioning policy
135- used Requires(post,preun)
136
137* Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.3.2-27vl1
138- based on FC6 1.3.2-27 (opensp into separate package, no openjade-devel)
139- built with new toolchain
140- previous Vine changelogs were as follows:
141
142  - Sat Aug 19 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3.2-9vl2
143  - skip libtoolize (cannot build if not so)
144  - use %%{_sysconfdir}, %%{_datadir} instead of /etc, /usr/share
145  - rename README, COPYING to *.{openjade,opensp}
146
147  - Sat Feb 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-9vl1
148  - add Patch12 to build with gcc33
149  - add Patch13 to not link with libnsl
150
151  - Mon May 05 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.3.2-2vl2
152  - sorry, rebuilt without openjade-1.3.1-10vl2
153
154- Wed Apr 30 2003 IWAI Masaharu <iwai@alib.jp> 1.3.2-2vl1
155- sync rawhide-1.3.2-2
156
157* Mon Jul 17 2006 Tim Waugh <twaugh@redhat.com> 1.3.2-27
158- Rebuilt.
159
160* Mon Jul 10 2006 Tim Waugh <twaugh@redhat.com> 1.3.2-26
161- Fix dependent libs for libogrove (bug #198232).
162
163* Mon Jun 26 2006 Florian La Roche <laroche@redhat.com> 1.3.2-25
164- add redirection to /dev/null for preun
165
166* Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 1.3.2-24
167- Rebuild against opensp.
168
169* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.2-23.2
170- bump again for double-long bug on ppc(64)
171
172* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.2-23.1
173- rebuilt for new gcc4.1 snapshot and glibc changes
174
175* Fri Jan  6 2006 Tim Waugh <twaugh@redhat.com> 1.3.2-23
176- Rebuild against new opensp.
177
178* Mon Dec 19 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-22
179- Fix SOC files.
180- Quieten scriptlets.
181
182* Mon Dec 19 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-21
183- Fix location of catalog.
184
185* Tue Dec 13 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-20
186- Use --enable-splibdir to prevent ambiguity.
187- Move 'install-catalog --remove' to %%preun section (bug #60409).
188
189* Thu Dec  8 2005 Terje Bless <link@pobox.com> - 1.3.2-19
190- Drop -devel subpackage.
191
192* Sun Dec  4 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.3.2-18
193- Really BuildRequire opensp-devel.
194- Clean up unneeded build dependencies and configure options.
195- Drop dependency on docbook-dtds.
196- Fix %%post(un) syntax and catalog installation.
197
198* Wed Nov 30 2005 Terje Bless <link@pobox.com> 1.3.2-17
199- Split opensp out into its own package.
200- BuildRequire OpenSP-devel, Require OpenSP.
201- Drop openjade-1.3.1-manpage.patch (it patches opensp, not openjade, and is
202  obsolete with external opensp).
203
204* Tue Mar  1 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-16
205- Rebuilt for new GCC.
206
207* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 1.3.2-15
208- Rebuilt.
209
210* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 1.3.2-14
211- Build requires gettext-devel (bug #134672).
212
213* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
214- rebuilt
215
216* Fri Mar 19 2004 Tim Waugh <twaugh@redhat.com> 1.3.2-11.2
217- Rebuilt.
218
219* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
220- rebuilt
221
222* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
223- rebuilt
224
225* Sat Jan 31 2004 Tim Waugh <twaugh@redhat.com> 1.3.2-10
226- More C++ fixes (for GCC 3.4).
227
228* Thu Dec  4 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-9
229- No longer need httphost patch.
230
231* Mon Oct 20 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-8
232- Rebuilt.
233
234* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de> 1.3.2-7
235- do not link against -lnsl
236
237* Thu Aug  7 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-6
238- Rebootstrap to create a libtool that actually works.
239
240* Wed Aug  6 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-5
241- Rebuilt.
242
243* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 1.3.2-4
244- rebuilt
245
246* Thu May 22 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-3
247- Fixes for GCC 3.3.
248- Use --parents for %doc.
249
250* Tue Mar 18 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-2
251- Provide sgml2xml man page (bug #83759).
252- Add devel subpackage.
253
254* Fri Mar 14 2003 Tim Waugh <twaugh@redhat.com> 1.3.2-1
255- OpenSP 1.5, openjade 1.3.2.
256- Renumber patches.
257
258* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 1.3.1-13
259- Add openjade-ppc64.patch
260
261* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
262- rebuilt
263
264* Tue Jan  7 2003 Jeff Johnson <jbj@redhat.com> 1.3.1-11
265- don't include -debuginfo files in package.
266
267* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com>
268- Fix typo in description (bug #79395).
269
270* Mon Nov  4 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-10
271- Fix DTD retrieval from virtual hosts (bug #77137).
272
273* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
274- rebuilt with gcc-3.2 (we hope)
275
276* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 1.3.1-8
277- rebuild using gcc-3.2-0.1
278
279* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.3.1-7
280- automated rebuild
281
282* Thu Jun 13 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-6
283- Fix sgmlnorm(1) man page (bug #64136).
284- Fix %%files list (bug #64323).
285
286* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.3.1-5
287- automated rebuild
288
289* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-4
290- Avoid bad triggers.
291
292* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-3
293- Rebuild in new environment.
294
295* Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-2
296- Ship man pages.
297
298* Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 1.3.1-1
299- 1.3.1.
300- Patches no longer needed: decl, strdup, foo, size_t, 31525, indev,
301  ligature, twosidestartonright.
302- Updated lt patch.
303
304* Mon Jan 14 2002 Tim Waugh <twaugh@redhat.com> 1.3-22
305- Enable build on GCC 3.0 onwards.
306- Run libtoolize.
307
308* Fri Nov  2 2001 Tim Waugh <twaugh@redhat.com> 1.3-21
309- Enable HTTP support.  Now a DocBook XML document can be processed by
310  either xsltproc or openjade.
311
312* Tue Oct 30 2001 Tim Waugh <twaugh@redhat.com> 1.3-20
313- Apply twosidestartonright patch from Ian Castle.
314
315* Thu Oct 11 2001 Tim Waugh <twaugh@redhat.com> 1.3-19
316- s/Copyright:/License:/
317- Use %%{_tmppath}.
318- Fix up libtool libraries (bug #46212).
319
320* Wed Sep 12 2001 Tim Powers <timp@redhat.com> 1.3-18
321- rebuild with new gcc and binutils
322
323* Fri Jun 15 2001 Tim Waugh <twaugh@redhat.com> 1.3-17
324- Apply patch from CVS to break up unintentional ligatures (bugs #11497,
325  #11779)
326
327* Mon Jun  4 2001 Tim Waugh <twaugh@redhat.com> 1.3-16
328- Apply the iNdev openjade-1.3.patch patch.
329
330* Tue May 29 2001 Tim Waugh <twaugh@redhat.com> 1.3-15
331- ldconfig (bug #32824).
332- Fix up some libtool problems.
333
334* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com> 1.3-14
335- rebuild for C++ exception handling on ia64
336- build with optimization on ia64
337
338* Tue Mar 13 2001 Tim Waugh <twaugh@redhat.com>
339- Avoid creating bogus TeX output for section headings containing
340  special characters (#bug 31525).
341
342* Mon Jan 22 2001 Florian La Roche <Florian.LaRoche@redhat.de>
343- Apply original autoconf patch to s390 s390x only. This patch can
344  be deleted once s390* uses a current compiler.
345
346* Fri Jan 19 2001 Tim Waugh <twaugh@redhat.com>
347- Don't conflict with stylesheets; require sgml-common >= 0.5 instead.
348- Revert autoconf change, as it's still broken.
349
350* Wed Jan 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
351- fix this autoconf macro to work on all archs :-)
352
353* Wed Jan 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
354- apply patch from Fritz Elfert <felfert@to.com>
355        - removed explicit stripping
356        - Added autoconf macro for correctly recognizing if size_t
357          is unsigned int
358
359* Tue Jan 16 2001 Tim Waugh <twaugh@redhat.com>
360- Default catalog file is /etc/sgml/catalog.
361
362* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
363- Conflict with stylesheets (new-trials location changes).
364- /usr/lib/sgml -> /usr/share/sgml/%%{name}-%%{version}.
365- Remove %%post and %%postun.
366
367* Wed Oct 18 2000 Matt Wilson <msw@redhat.com>
368- rebuilt against g++-2.96-60, fixes jade on alpha
369
370* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
371- automatic rebuild
372
373* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
374- Rebuild with new C++
375
376* Wed May 31 2000 Matt Wilson <msw@redhat.com>
377- fix several C++ build problems (declarations)
378- build against new libstdc++
379
380* Wed May 17 2000 Matt Wilson <msw@redhat.com>
381- build with -O0 on alpha
382- fix -j testing
383
384* Fri May  5 2000 Bill Nottingham <notting@redhat.com>
385- openjade is maintained, and actually builds. Let's try that.
386
387* Thu Mar  9 2000 Bill Nottingham <notting@redhat.com>
388- this package is way too huge. strip *everything*
389
390* Mon Feb 21 2000 Matt Wilson <msw@redhat.com>
391- build with CXXFLAGS="-O2 -ggdb" to work around segfault on alpha
392
393* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
394- strip binaries
395
396* Wed Jan  5 2000 Bill Nottingham <notting@redhat.com>
397- sanitize spec file some
398
399* Tue Aug 17 1999 Tim Powers <timp@redhat.com>
400- fixed conflict problem with sgml-tools
401
402* Sat Jul 17 1999 Tim Powers <timp@redhat.com>
403- changed buildroot path to /var/tmp
404- rebuilt for 6.1
405
406* Fri Apr 23 1999 Michael K. Johnson <johnsonm@redhat.com>
407- quiet scripts
408
409* Fri Apr 23 1999 Owen Taylor <otaylor@redhat.com>
410- Made requires for sgml-common into prereq
Note: See TracBrowser for help on using the repository browser.