asciidoc-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. Summary: Text based document generation
  2. Summary(ja): テキストベースのドキュメント生成
  3. Name: asciidoc
  4. Version: 8.6.6
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: Applications/System
  8. URL: http://www.methods.co.nz/asciidoc/
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Packager: daisuke, kenta
  12. Source0: http://downloads.sourceforge.net/project/asciidoc/asciidoc/%{version}/%{name}-%{version}.tar.gz
  13. BuildRequires: python
  14. Requires: python
  15. Requires: docbook-style-xsl
  16. Requires: libxslt
  17. BuildArch: noarch
  18. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  19. %description
  20. AsciiDoc is a text document format for writing short documents,
  21. articles, books and UNIX man pages. AsciiDoc files can be translated
  22. to HTML and DocBook markups using the asciidoc(1) command.
  23. %prep
  24. %setup -q
  25. %build
  26. %configure
  27. %install
  28. rm -rf %{buildroot}
  29. make install DESTDIR=%{buildroot}
  30. # Python API
  31. install -Dpm 644 asciidocapi.py %{buildroot}%{python_sitelib}/asciidocapi.py
  32. %clean
  33. rm -rf %{buildroot}
  34. %files
  35. %defattr(-,root,root,0755)
  36. %config(noreplace) %{_sysconfdir}/asciidoc
  37. %{_bindir}/*
  38. %{_mandir}/man1/*
  39. %{python_sitelib}/asciidocapi.py*
  40. %doc README BUGS CHANGELOG COPYRIGHT
  41. %changelog
  42. * Sun Feb 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 8.6.6-1
  43. - new upstream version
  44. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.6.4-2
  45. - rebuild with python-2.7.2
  46. * Tue Apr 26 2011 NAKAMURA Kenta <kenta@vinelinux.org> 8.6.4-1
  47. - new upstream version 8.6.4
  48. * Wed Aug 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.2.5-1
  49. - initial build for Vine Linux
  50. * Wed Dec 05 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-2
  51. - remove doc/examples from filelist due to dangling symlinks
  52. * Tue Nov 20 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-1
  53. - new upstream version 8.2.5
  54. * Mon Oct 22 2007 Florian La Roche <laroche@redhat.com> - 8.2.3-1
  55. - new upstream version 8.2.3
  56. * Sat Sep 01 2007 Florian La Roche <laroche@redhat.com> - 8.2.2-1
  57. - new upstream version 8.2.2
  58. * Mon Mar 19 2007 Chris Wright <chrisw@redhat.com> - 8.1.0-1
  59. - update to asciidoc 8.1.0
  60. * Thu Sep 14 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-3
  61. - rebuild for Fedora Extras 6
  62. * Tue Feb 28 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-2
  63. - rebuild for Fedora Extras 5
  64. * Mon Aug 29 2005 Chris Wright <chrisw@osdl.org> - 7.0.2-1
  65. - convert spec file to UTF-8
  66. - Source should be URL
  67. - update to 7.0.2
  68. * Fri Aug 19 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-3
  69. - consistent use of RPM_BUILD_ROOT
  70. * Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-2
  71. - Update BuildRoot
  72. - use _datadir
  73. - use config and _sysconfdir
  74. * Wed Jun 29 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.1-1
  75. - 7.0.1
  76. - Drop patch now upstream
  77. - Build as noarch (Petr Klíma)
  78. * Sat Jun 11 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.3
  79. - Add include patch
  80. * Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.2
  81. - Fix stylesheets according to Stuart
  82. * Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.1
  83. - Initial package
  84. - Based on Debian package, thx!