asciidoc-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Summary: Text based document generation
  2. Summary(ja): テキストベースのドキュメント生成
  3. Name: asciidoc
  4. Version: 8.6.4
  5. Release: 2%{?_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 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.6.4-2
  43. - rebuild with python-2.7.2
  44. * Tue Apr 26 2011 NAKAMURA Kenta <kenta@vinelinux.org> 8.6.4-1
  45. - new upstream version 8.6.4
  46. * Wed Aug 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.2.5-1
  47. - initial build for Vine Linux
  48. * Wed Dec 05 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-2
  49. - remove doc/examples from filelist due to dangling symlinks
  50. * Tue Nov 20 2007 Florian La Roche <laroche@redhat.com> - 8.2.5-1
  51. - new upstream version 8.2.5
  52. * Mon Oct 22 2007 Florian La Roche <laroche@redhat.com> - 8.2.3-1
  53. - new upstream version 8.2.3
  54. * Sat Sep 01 2007 Florian La Roche <laroche@redhat.com> - 8.2.2-1
  55. - new upstream version 8.2.2
  56. * Mon Mar 19 2007 Chris Wright <chrisw@redhat.com> - 8.1.0-1
  57. - update to asciidoc 8.1.0
  58. * Thu Sep 14 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-3
  59. - rebuild for Fedora Extras 6
  60. * Tue Feb 28 2006 Chris Wright <chrisw@redhat.com> - 7.0.2-2
  61. - rebuild for Fedora Extras 5
  62. * Mon Aug 29 2005 Chris Wright <chrisw@osdl.org> - 7.0.2-1
  63. - convert spec file to UTF-8
  64. - Source should be URL
  65. - update to 7.0.2
  66. * Fri Aug 19 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-3
  67. - consistent use of RPM_BUILD_ROOT
  68. * Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> - 7.0.1-2
  69. - Update BuildRoot
  70. - use _datadir
  71. - use config and _sysconfdir
  72. * Wed Jun 29 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.1-1
  73. - 7.0.1
  74. - Drop patch now upstream
  75. - Build as noarch (Petr Klíma)
  76. * Sat Jun 11 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.3
  77. - Add include patch
  78. * Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.2
  79. - Fix stylesheets according to Stuart
  80. * Fri Jun 10 2005 Terje Røsten <terje.rosten@ntnu.no> - 7.0.0-0.1
  81. - Initial package
  82. - Based on Debian package, thx!