source: projects/specs/trunk/l/ledit/ledit-vl.spec @ 9296

Revision 9296, 2.1 KB checked in by inagaki, 9 years ago (diff)

2015-01-26 Ryoichi INAGAKI <ryo1@…>

  • ledit: rebuilt
  • ocaml, ocaml-findlib: updated
  • ocaml-camlp4, ocaml-labltk: split from ocaml
  • ocaml-camlp5, pcaml-facile: updated and renamed


Line 
1%define __spec_install_post /usr/lib/rpm/brp-compress || :
2
3Summary: Line editor
4Summary(ja): ラインエディタ
5Name: ledit
6Version: 2.03
7Release: 3%{?_dist_release}
8
9License: BSD
10Group: Development/Tools
11URL: http://pauillac.inria.fr/~ddr/ledit/
12
13Source0: ledit-%{version}.tgz
14
15Buildroot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: ocaml-camlp5-devel
17BuildRequires: ncurses-devel
18
19%description
20A line editor for interactive programs.
21
22%description -l ja
23対話型プログラム向けのラインエディタです
24
25%prep
26%setup -q
27
28%build
29make
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1
35install -m755 ledit.out $RPM_BUILD_ROOT%{_bindir}/ledit
36install -m644 ledit.1.tpl $RPM_BUILD_ROOT%{_mandir}/man1/ledit.1
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-, root, root)
43%doc CHANGES LICENSE README
44%{_bindir}/ledit
45%{_mandir}/man1/*
46
47%changelog
48* Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.03-3
49- rebuilt with ocaml 4.02.1 and ocaml-camlp5 6.12
50- used BR: ocaml-camlp5-devel instead of camlp5
51
52* Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.03-2
53- merge VinePlus/6 package
54
55* Wed May 16 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.03-1
56- new upstream release
57- rebuilt with ocaml-3.12.1 and camlp5-6.05
58
59* Fri Apr 16 2010 Shu KONNO <owa@bg.wakwak.com> 2.01-3
60- rebuilt with new tool chain (and ocaml-3.11.0-2, camlp5-5.11-2)
61
62* Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.01-2
63- spec in UTF-8
64
65* Sun Aug  3 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.01-1
66- new upstream release
67
68* Wed Feb  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.00-0vl2
69- rebuilt for VineSeed
70
71* Wed Feb  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.00-0vl1
72- new upstream release
73- rebuilt with ocaml 3.10.1
74
75* Sun Sep 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.15-0vl1
76- new upstream release
77- rebuilt with ocaml 3.10.0
78
79* Thu Nov 18 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.11-1vl1
80- initial rpm based on
81  ftp://ftp.inria.fr/INRIA/Projects/cristal/Daniel.de_Rauglaudre/Tools/
82- added Japanese summary and description
Note: See TracBrowser for help on using the repository browser.