gnome-doc-utils-vl.spec 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. Summary: Documentation utilities for the GNOME project
  2. Summary(ja): GNOMEプロジェクト用ドキュメントユーティリティ
  3. Name: gnome-doc-utils
  4. Version: 0.20.10
  5. Release: 2%{?_dist_release}
  6. License: LGPL
  7. Group: Development/Tools
  8. URL: http://www.gnome.org/
  9. Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz
  10. BuildArch: noarch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: libxml2-devel >= 2.6.12
  13. BuildRequires: libxslt-devel >= 1.1.8
  14. BuildRequires: python-devel
  15. BuildRequires: python-babel
  16. BuildRequires: libxml2-python
  17. BuildRequires: pkgconfig
  18. Requires: libxml2 >= 2.6.12
  19. Requires: libxslt >= 1.1.8
  20. Requires: libxml2-python
  21. Requires: docbook-dtds
  22. Requires(post,postun): scrollkeeper
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. %description
  26. gnome-doc-utils is a collection of documentation utilities for the GNOME
  27. project. Notably, it contains utilities for building documentation and
  28. all auxiliary files in your source tree, and it contains the DocBook
  29. XSLT stylesheets that were once distributed with Yelp.
  30. %prep
  31. %setup -q
  32. %build
  33. %configure --disable-scrollkeeper
  34. ## %__make %{?_smp_mflags}
  35. ## don't use smp option
  36. %__make
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. %makeinstall
  40. mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/
  41. # remove Requires
  42. sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc
  43. %find_lang %{name}
  44. %clean
  45. rm -rf $RPM_BUILD_ROOT
  46. %post
  47. scrollkeeper-update > /dev/null 2>&1 || :
  48. %postun
  49. scrollkeeper-update > /dev/null 2>&1 || :
  50. %files -f %{name}.lang
  51. %defattr(-,root,root,-)
  52. %doc AUTHORS README NEWS
  53. %{_bindir}/*
  54. %{python_sitelib}/xml2po
  55. %{_datadir}/pkgconfig/*
  56. %{_datadir}/aclocal/gnome-doc-utils.m4
  57. %{_datadir}/gnome/help/*
  58. %{_datadir}/xml/*
  59. #{_datadir}/xml2po
  60. %{_mandir}/man1/xml2po.1.gz
  61. %{_datadir}/gnome-doc-utils
  62. %changelog
  63. * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.10-2
  64. - rebuild with VineSeed environment
  65. * Sat Mar 31 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.10-1
  66. - new upstream release
  67. - add BuildRequires: libxml2-python
  68. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.6-3
  69. - rebuild with python-2.7.2
  70. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.6-2
  71. - add Requires: docbook-dtds
  72. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.6-1
  73. - new upstream release
  74. * Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.4-1
  75. - new upstream release
  76. * Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.2-2
  77. - remove 'Requires:' from xml2po.pc
  78. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.2-1
  79. - new upstream release
  80. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.1-2
  81. - rebuild with rpm-4.8.1 for pkg-config file
  82. * Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.1-1
  83. - new upstream release
  84. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
  85. - new upstream release
  86. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.18.1-2
  87. - rebuilt with python-2.6.4
  88. - unuse '_smp_mflags'
  89. * Sat Nov 28 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.18.1-1
  90. - new upstream release
  91. - add python-babel, pkgconfig to BuildRequires
  92. - use macro python_sitelib
  93. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18.0-1
  94. - new upstream release
  95. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.0-1
  96. - new upstream release
  97. * Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.2-1vl5
  98. - new upstream release
  99. * Tue Sep 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.0-1vl5
  100. - spec in UTF-8
  101. - new upstream release
  102. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.2-1vl5
  103. - new upstream release
  104. * Sat Nov 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.0-0vl1
  105. - new upstream release
  106. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.3-0vl1
  107. - new upstream release
  108. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl1
  109. - new upstream release
  110. * Sat Mar 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.6.0-0vl3
  111. - add Requires: libxml2-pyhon (required by xml2po)
  112. * Sun Oct 15 2006 NAKAMURA Kenta <kenta@vinelinux.org> 0.6.0-0vl2
  113. - moved pkgconfig/*.pc to %%{_datadir}
  114. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-0vl1
  115. - new upstream release
  116. * Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.7-0vl1
  117. - new upstream release
  118. * Wed Oct 12 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.3-0vl1
  119. - new upstream release
  120. - added %post and %postun section for scrollkeeper
  121. * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.2-0vl1
  122. - new upstream release
  123. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-0vl1
  124. - new upstream release
  125. * Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-0vl1
  126. - new upstream release
  127. * Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.3-0vl1
  128. - initial build for Vine Linux based on FC package
  129. * Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 0.1.3-1
  130. - Update to upstream version 0.1.3
  131. * Wed Feb 2 2005 Nalin Dahyabhai <nalin@redhat.com> - 0.1.2-2
  132. - remove explicit libxml dependency (should have been libxml2)
  133. - add libxml2-devel and libxslt-devel as buildprereqs
  134. * Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1
  135. - Initial build.