source: projects/specs/trunk/b/bibutils/bibutils-vl.spec @ 521

Revision 521, 1.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:             bibutils
2Version:          3.37
3Release:          1%{?_dist_release}
4Summary:          bibliography conversion utilities
5Summary(ja):      文献データ変換ユーティリティ
6License:          GPL
7Distribution:     Vine Linux
8Vendor:           Project Vine
9Group:            Applications/Text
10Source:           %{name}_%{version}_src.tgz
11URL:              http://www.scripps.edu/~cdputnam/software/bibutils/
12BuildRoot:        %{_tmppath}/%{name}-%{version}-root
13
14%description
15The bibutils program set interconverts between various bibliography
16formats using a common XML intermediate. For example, one can convert
17RIS-format files to Bibtex by doing two transformations:
18RIS->MODS->Bibtex. These programs operate on the command line and are
19styled after standard UNIX-like filters.
20
21%description -l ja
22bibutilsは様々な文献データ形式を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
39rm -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
Note: See TracBrowser for help on using the repository browser.