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

Revision 9058, 12.3 KB checked in by inagaki, 9 years ago (diff)

2014-11-04 Ryoichi INAGAKI <ryo1@…>

  • gnuchess, ibus-qt, openjade, opensp: updated


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