gnome-doc-utils-vl.spec 3.9 KB

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