asciidoc-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Summary: Text based document generation
  2. Summary(ja): テキストベースのドキュメント生成
  3. Name: asciidoc
  4. Version: 8.6.9
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: Applications/Text
  8. URL: http://asciidoc.org/
  9. Source0: http://downloads.sourceforge.net/project/asciidoc/asciidoc/%{version}/%{name}-%{version}.tar.gz
  10. BuildArch: noarch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: python
  13. Requires: python
  14. Requires: docbook-style-xsl
  15. Requires: libxslt
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: daisuke, kenta
  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 BUGS CHANGELOG COPYING COPYRIGHT README
  41. %changelog
  42. * Tue Jan 6 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 8.6.9-1
  43. - new upstream version
  44. - moved to Applications/Text Group
  45. * Sun Feb 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 8.6.6-1
  46. - new upstream version
  47. * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.6.4-2
  48. - rebuild with python-2.7.2
  49. * Tue Apr 26 2011 NAKAMURA Kenta <kenta@vinelinux.org> 8.6.4-1
  50. - new upstream version 8.6.4
  51. * Wed Aug 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.2.5-1
  52. - initial build for Vine Linux
  53. * Wed Dec 05 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-2
  54. - remove doc/examples from filelist due to dangling symlinks
  55. * Tue Nov 20 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-1
  56. - new upstream version 8.2.5
  57. * Mon Oct 22 2007 Florian La Roche <laroche@redhat.com> - 8.2.3-1
  58. - new upstream version 8.2.3
  59. * Sat Sep 01 2007 Florian La Roche <laroche@redhat.com> - 8.2.2-1
  60. - new upstream version 8.2.2
  61. * Mon Mar 19 2007 Chris Wright <chrisw@redhat.com> - 8.1.0-1
  62. - update to asciidoc 8.1.0
  63. * Thu Sep 14 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-3
  64. - rebuild for Fedora Extras 6
  65. * Tue Feb 28 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-2
  66. - rebuild for Fedora Extras 5
  67. * Mon Aug 29 2005 Chris Wright <chrisw@osdl.org> - 7.0.2-1
  68. - convert spec file to UTF-8
  69. - Source should be URL
  70. - update to 7.0.2
  71. * Fri Aug 19 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-3
  72. - consistent use of RPM_BUILD_ROOT
  73. * Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-2
  74. - Update BuildRoot
  75. - use _datadir
  76. - use config and _sysconfdir
  77. * Wed Jun 29 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.1-1
  78. - 7.0.1
  79. - Drop patch now upstream
  80. - Build as noarch (Petr Klíma)
  81. * Sat Jun 11 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.3
  82. - Add include patch
  83. * Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.2
  84. - Fix stylesheets according to Stuart
  85. * Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.1
  86. - Initial package
  87. - Based on Debian package, thx!