antiword-vl.spec 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. %define pkg_name antiword
  2. %define pkg_version 0.37
  3. %define pkg_release 1%{?_dist_release}
  4. Summary: Converts MS Word files to text, PS, PDF and XML
  5. Summary(ja): MS Wordファイルからテキスト、PS、PDF、XMLファイルに変換
  6. Name: %{pkg_name}
  7. Version: %{pkg_version}
  8. Release: %{pkg_release}
  9. License: GPLv2
  10. Group: Applications/Text
  11. URL: http://www.winfield.demon.nl/
  12. Source0: http://agroman.net/corkscrew/linux/%{name}-%{version}.tar.gz
  13. Buildroot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: ara_t
  17. %description
  18. Antiword is a free MS Word reader.
  19. It converts the binary files from MS Word 2, 6, 7, 97, 2000 and 2003
  20. to text, Postscript, PDF and XML.
  21. %description -l ja
  22. AntiwordはフリーなMS Wordリーダです。
  23. MS Word 6, 7, 97, 2000, 2003のバイナリファイルから
  24. テキスト、PostScript、PDF、XMLファイルに変換します。
  25. %prep
  26. %{__rm} -rf ${RPM_BUILD_ROOT}
  27. %setup -q
  28. %build
  29. %{__make} %{?_smp_mflags}
  30. %install
  31. %{__make} global_install \
  32. GLOBAL_INSTALL_DIR=%{_bindir} \
  33. DESTDIR=${RPM_BUILD_ROOT}
  34. %{__mkdir_p} ${RPM_BUILD_ROOT}%{_mandir}/man1
  35. %{__install} -m 644 Docs/antiword.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/
  36. %clean
  37. %{__rm} -rf ${RPM_BUILD_ROOT}
  38. %files
  39. %defattr(-,root,root)
  40. %doc Docs/antiword.old.php Docs/antiword.php
  41. %doc Docs/ChangeLog Docs/COPYING Docs/FAQ Docs/History Docs/QandA Docs/ReadMe
  42. %doc Docs/Emacs Docs/testdoc.doc
  43. %{_bindir}/
  44. %{_datadir}/antiword/
  45. %{_mandir}/man1/
  46. %changelog
  47. * Wed Apr 27 2016 Toshiaki Ara <ara_t@384.jp> 0.37-1
  48. - new package