bibutils-vl.spec 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. Name: bibutils
  2. Version: 4.12
  3. Release: 1%{?_dist_release}
  4. Summary: bibliography conversion utilities
  5. Summary(ja): 文献データ変換ユーティリティ
  6. License: GPL
  7. Distribution: Vine Linux
  8. Vendor: Project Vine
  9. Group: Applications/Text
  10. Source: %{name}_%{version}_src.tgz
  11. URL: http://bibutils.sourceforge.net/
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. %description
  14. The bibutils program set interconverts between various bibliography
  15. formats using a common MODS-format XML intermediate. For example,
  16. one can convert RIS-format files to Bibtex by doing two transformations:
  17. RIS->MODS->Bibtex. By using a common intermediate for N formats,
  18. only 2N programs are required and not N^2-N. These programs operate
  19. on the command line and are styled after standard UNIX-like filters.
  20. %description -l ja
  21. bibutilsは様々な文献データ形式をXMLを通じて相互変換するプログラムです。
  22. 例えば、RIS形式をBib形式に変換するには、RIS->MODS->Bibtex と二回変換を
  23. 行います。プログラムは標準的なUNIXのコマンドと同じように使うことができます。
  24. %prep
  25. %setup -n %{name}_%{version}
  26. %build
  27. ./configure --install-dir $RPM_BUILD_ROOT%{_bindir}
  28. %__make
  29. %install
  30. %__install -d $RPM_BUILD_ROOT%{_bindir}
  31. %makeinstall
  32. %clean
  33. %__rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root)
  36. %doc ChangeLog Copying readme.txt todos.txt
  37. %{_bindir}/bib2xml
  38. %{_bindir}/biblatex2xml
  39. %{_bindir}/copac2xml
  40. %{_bindir}/ebi2xml
  41. %{_bindir}/end2xml
  42. %{_bindir}/endx2xml
  43. %{_bindir}/isi2xml
  44. %{_bindir}/med2xml
  45. %{_bindir}/modsclean
  46. %{_bindir}/ris2xml
  47. %{_bindir}/wordbib2xml
  48. %{_bindir}/xml2ads
  49. %{_bindir}/xml2bib
  50. %{_bindir}/xml2end
  51. %{_bindir}/xml2isi
  52. %{_bindir}/xml2ris
  53. %{_bindir}/xml2wordbib
  54. %changelog
  55. * Sun Feb 19 2012 Munehiro Yamamoto <munepi@vinelinux.org> 4.12-1
  56. - new upstream release
  57. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 3.37-1vl5
  58. - applied new versioning policy, spec in utf-8
  59. * Sun Aug 26 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.37-0vl2
  60. - changed Group to Applications/Text
  61. * Sun Aug 26 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.37-0vl1
  62. - Updated to 3.37
  63. * Mon Jun 4 2007 Susumu Tanimura <aruminat@gmail.com> - 3.33-0vl2
  64. - Updated to 3.33
  65. * Mon Dec 4 2006 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  66. - Updated to 3.27
  67. * Wed Nov 16 2005 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  68. - Initial package for VineLinux3.2