opensp-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. Summary: SGML and XML parser
  2. Summary(ja): SGML, XML パーサ
  3. Name: opensp
  4. Version: 1.5.2
  5. Release: 8%{?_dist_release}
  6. URL: http://openjade.sourceforge.net/
  7. Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
  8. Patch0: opensp-multilib.patch
  9. Patch1: opensp-nodeids.patch
  10. Patch2: opensp-sigsegv.patch
  11. License: BSD
  12. Group: Applications/Text
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: xmlto, jadetex
  15. Requires: sgml-common >= 0.5
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. OpenSP is an implementation of the ISO/IEC 8879:1986 standard SGML
  20. (Standard Generalized Markup Language). OpenSP is based on James
  21. Clark's SP implementation of SGML. OpenSP is a command-line
  22. application and a set of components, including a generic API.
  23. %package devel
  24. Summary: Files for developing applications that use OpenSP
  25. Group: Development/Libraries
  26. Requires: %{name} = %{version}-%{release}
  27. %description devel
  28. Header files and libtool library for developing applications that use OpenSP.
  29. %prep
  30. %setup -q -n OpenSP-%{version}
  31. %patch0 -p1 -b .multilib
  32. %patch1 -p1 -b .nodeids
  33. %patch2 -p1 -b .sigsegv
  34. %build
  35. %configure --disable-dependency-tracking --disable-static --enable-http \
  36. --enable-default-catalog=%{_sysconfdir}/sgml/catalog \
  37. --enable-default-search-path=%{_datadir}/sgml:%{_datadir}/xml
  38. make %{?_smp_mflags}
  39. %install
  40. rm -rf $RPM_BUILD_ROOT
  41. make install DESTDIR=$RPM_BUILD_ROOT
  42. # Fix up libtool libraries
  43. find $RPM_BUILD_ROOT -name '*.la' | \
  44. xargs perl -p -i -e "s|-L$RPM_BUILD_DIR[\w/.-]*||g"
  45. # oMy, othis ois osilly.
  46. for file in nsgmls sgmlnorm spam spent sx ; do
  47. ln -s o$file $RPM_BUILD_ROOT%{_bindir}/$file
  48. echo ".so man1/o${file}.1" > $RPM_BUILD_ROOT%{_mandir}/man1/${file}.1
  49. done
  50. #
  51. # Rename sx to sgml2xml.
  52. mv $RPM_BUILD_ROOT%{_bindir}/sx $RPM_BUILD_ROOT%{_bindir}/sgml2xml
  53. mv $RPM_BUILD_ROOT%{_mandir}/man1/{sx,sgml2xml}.1
  54. #
  55. # Clean out (installed) redundant copies of the docs and DTDs.
  56. rm -rf $RPM_BUILD_ROOT%{_docdir}/OpenSP
  57. rm -rf $RPM_BUILD_ROOT%{_datadir}/OpenSP
  58. %find_lang sp5
  59. ## remove unuse files
  60. rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
  61. %check
  62. make check || : # failures as of 1.5.2pre1 :(
  63. %clean
  64. rm -rf $RPM_BUILD_ROOT
  65. %post -p /sbin/ldconfig
  66. %postun -p /sbin/ldconfig
  67. %files -f sp5.lang
  68. %defattr(-,root,root)
  69. %doc doc/*.htm
  70. %doc docsrc/releasenotes.html
  71. %doc AUTHORS BUGS COPYING ChangeLog NEWS README
  72. %doc pubtext/opensp-implied.dcl
  73. %{_bindir}/*
  74. %{_libdir}/libosp.so.*
  75. %{_mandir}/man1/*.1*
  76. %files devel
  77. %defattr(-,root,root)
  78. %{_includedir}/OpenSP/
  79. %{_libdir}/libosp.so
  80. %changelog
  81. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.2-8
  82. - rebuild with VineSeed environment
  83. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.5.2-7
  84. - rebuilt with rpm-4.8.1-3
  85. * Fri Feb 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.2-6
  86. - rebuilt with new toolchain
  87. * Fri Sep 26 2008 Shu KONNO <owa@bg.wakwak.com> 1.5.2-5vl5
  88. - removed *.la
  89. - spec in utf-8
  90. * Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.2-4vl5
  91. - added Patch1 and 2 from Fedora
  92. * Thu Jun 21 2007 Ondrej Vasik <ovasik@redhat.com>
  93. - fixed SIGSEGV (bug #245104)
  94. * Mon Feb 12 2007 Tim Waugh <twaugh@redhat.com>
  95. - Give IDs to nodes in the release notes source to prevent releasenotes.html
  96. having multilib conflicts (bug #228320).
  97. * Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.5.2-3vl1
  98. - based on FC6 1.5.2-3.1, built on new toolchain
  99. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.5.2-3.1
  100. - rebuild
  101. * Tue Jun 13 2006 Tim Waugh <twaugh@redhat.com> 1.5.2-3
  102. - Fixed multilib fix (bug #194702).
  103. * Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 1.5.2-2
  104. - Fixed multilib devel conflicts (bug #192741).
  105. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.5.2-1.2
  106. - bump again for double-long bug on ppc(64)
  107. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5.2-1.1
  108. - rebuilt for new gcc4.1 snapshot and glibc changes
  109. * Thu Jan 5 2006 Tim Waugh <twaugh@redhat.com> 1.5.2-1
  110. - 1.5.2.
  111. * Wed Dec 14 2005 Tim Waugh <twaugh@redhat.com> 1.5.1-2
  112. - Backported patch from 1.5.2pre1 to fix ArcEngine crash.
  113. * Tue Dec 13 2005 Tim Waugh <twaugh@redhat.com> 1.5.1-1
  114. - Back down to 1.5.1 for now.
  115. - Fixes for GCC4.1.
  116. * Sun Dec 4 2005 Ville Skytt辰 <ville.skytta at iki.fi> - 1.5.2-0.1.pre1
  117. - Fix build dependencies.
  118. - Require exact version of main package in -devel.
  119. - Build with dependency tracking disabled.
  120. - Add %%{_datadir}/xml to default search path.
  121. - Run test suite during build.
  122. - Add URL tag.
  123. - Use %%find_lang.
  124. - Cosmetic improvements.
  125. * Tue Nov 29 2005 Terje Bless <link@pobox.com> 1.5.2-0.pre1
  126. - New package OpenSP.