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

Revision 8084, 11.7 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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