| 1 | Name: bibutils |
|---|
| 2 | Version: 3.37 |
|---|
| 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://www.scripps.edu/~cdputnam/software/bibutils/ |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | |
|---|
| 14 | %description |
|---|
| 15 | The bibutils program set interconverts between various bibliography |
|---|
| 16 | formats using a common XML intermediate. For example, one can convert |
|---|
| 17 | RIS-format files to Bibtex by doing two transformations: |
|---|
| 18 | RIS->MODS->Bibtex. These programs operate on the command line and are |
|---|
| 19 | styled after standard UNIX-like filters. |
|---|
| 20 | |
|---|
| 21 | %description -l ja |
|---|
| 22 | bibutilsは様々な文献データ形式をXMLを通じて相互変換するプログラムです。 |
|---|
| 23 | 例えば、RIS形式をBib形式に変換するには、RIS->MODS->Bibtex と二回変換を |
|---|
| 24 | 行います。プログラムは標準的なUNIXのコマンドと同じように使うことができます。 |
|---|
| 25 | |
|---|
| 26 | %prep |
|---|
| 27 | |
|---|
| 28 | %setup -n %{name}_%{version} |
|---|
| 29 | |
|---|
| 30 | %build |
|---|
| 31 | ./configure --install-dir $RPM_BUILD_ROOT%{_bindir} |
|---|
| 32 | %{__make} |
|---|
| 33 | |
|---|
| 34 | %install |
|---|
| 35 | %{__install} -d $RPM_BUILD_ROOT%{_bindir} |
|---|
| 36 | %makeinstall |
|---|
| 37 | |
|---|
| 38 | %clean |
|---|
| 39 | rm -rf $RPM_BUILD_ROOT |
|---|
| 40 | |
|---|
| 41 | %files |
|---|
| 42 | %defattr(-,root,root) |
|---|
| 43 | %doc COPYING ChangeLog |
|---|
| 44 | %{_bindir}/* |
|---|
| 45 | |
|---|
| 46 | %changelog |
|---|
| 47 | * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 3.37-1vl5 |
|---|
| 48 | - applied new versioning policy, spec in utf-8 |
|---|
| 49 | |
|---|
| 50 | * Sun Aug 26 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.37-0vl2 |
|---|
| 51 | - changed Group to Applications/Text |
|---|
| 52 | |
|---|
| 53 | * Sun Aug 26 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.37-0vl1 |
|---|
| 54 | - Updated to 3.37 |
|---|
| 55 | |
|---|
| 56 | * Mon Jun 4 2007 Susumu Tanimura <aruminat@gmail.com> - 3.33-0vl2 |
|---|
| 57 | - Updated to 3.33 |
|---|
| 58 | |
|---|
| 59 | * Mon Dec 4 2006 Susumu Tanimura <stanimura-ngs@umin.ac.jp> |
|---|
| 60 | - Updated to 3.27 |
|---|
| 61 | |
|---|
| 62 | * Wed Nov 16 2005 Susumu Tanimura <stanimura-ngs@umin.ac.jp> |
|---|
| 63 | - Initial package for VineLinux3.2 |
|---|
| 64 | |
|---|