source: projects/specs/trunk/F/FD/FD-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: file & directory maintenance tool for the UNIX based OS
2Summary(ja): ファイル & ディレクトリ管理ツール
3Name: FD
4Version: 3.00d
5Release: 2%{?_dist_release}
6Group: Applications/System
7Source: http://hp.vector.co.jp/authors/VA012337/soft/fd/FD-%{version}.tar.gz
8Source10: fd2rc.vine
9License: LICENSES FOR FDCLONE3 (see %{_docdir}/%{name}-%{version}/LICENSES)
10Patch: FD-3.00d-vine.patch
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12
13Provides: fdclone
14
15%description
16FDclone is a file & directory maintenance tool for the UNIX
17based OS. It is a clone of "FD" for MS-DOS.
18
19You can copy _fdrc or fd2rc.vine as the name of .fd2rc,
20and rewrite fdrc according to your environment.
21
22This package is unregistered and modified version of FD Clone 3.
23Original Author does not support this package.
24** DO NOT REPORT BUGS TO ORIGINAL AUTHOR **
25
26%description -l ja
27FDclone はMS-DOS 用に作成された『FD』を模した、
28UNIX ベースの OS 汎用のファイル & ディレクトリ管理ツールです。
29
30_fdrc または fd2rc.vine を .fd2rc という名前でコピーし、fdrc を自分の環境に
31応じて書き換えて設定します。
32
33このパッケージは FD Clone 3 の未登録で改変されたバージョンです。
34オリジナルの原作者はこのパッケージのサポートを行いません。
35** 原作者へのバグレポートは行わないでください **
36
37%prep
38%setup
39%patch -p1 -b .vine
40
41%__cp -a %{SOURCE10} .
42
43%build
44%__make
45
46%install
47%__rm -rf   $RPM_BUILD_ROOT
48%__mkdir -p $RPM_BUILD_ROOT%{_bindir}
49%__mkdir -p $RPM_BUILD_ROOT%{_mandir}/ja/man1
50
51%__make install PREFIX="$RPM_BUILD_ROOT/usr" \
52    MANDIR=$RPM_BUILD_ROOT%{_mandir}/ja/man1 \
53    EMANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
54
55%clean
56%__rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(-,root,root)
60%{_bindir}/fd
61%{_bindir}/fd-unicd.tbl
62%{_bindir}/fdsh
63%{_bindir}/fd-dict.tbl
64%{_bindir}//fd-cat.*
65%{_mandir}/ja/man1/*
66%doc FAQ FAQ.eng HISTORY HISTORY.eng Install Install.eng
67%doc LICENSES LICENSES.eng README README.eng TECHKNOW TECHKNOW.eng
68%doc ToAdmin ToAdmin.eng _fdrc
69%doc fd2rc.vine
70
71%changelog
72* Sun Mar 29 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 3.00d-2
73- added Provides: fdclone
74- updated FD-3.00d-vine.patch: no changes fd.h
75- added fd2rc.vine
76- mentioned fd2rc.vine in %%description and %%description -l ja
77
78* Fri Feb 15 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 3.00d-1
79- new upstream release
80- apply new versioning policy
81- spec in utf-8
82- added FD-3.00d-vine.patch: updated FD-2.09f-vine.patch
83- fixed %%description and %%description -l ja: major version changes from 2 to 3
84
85* Fri Feb 15 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.09g-0vl1
86- source update
87- drop FD-2.08c-vine.patch
88- add FD-2.09f-vine.patch included in FD-2.09f-0vl1.src.rpm for Vine Linux 4.2
89- add %{_bindir}/fd-dict.tbl to %files
90
91* Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.08c-0vl1
92- fix wrong License.
93  - change to FD License from GPL.
94- add disclaimer about modified version to %%description.
95
96* Thu Jun 08 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.06-1vl3
97- s/Copyright/License/
98- changed Group to Applications/File
99- installed man files to %{_mandir}
100
101* Wed Oct 06 2004 FUJIOKA Takeyuki <fuji@ftserve.net> 2.06
102- update to 2.06 for Vine-3.0
103
104* Wed Feb 27 2002 FUJIOKA Takeyuki <fujioka@bil.educ.fukushima-u.ac.jp>
105- 2.00a-1
106- packaged for Vine
107- default pager, editor and display mode changed
Note: See TracBrowser for help on using the repository browser.