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