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

Revision 12151, 4.5 KB checked in by ara_t, 5 years ago (diff)

FD: update to 3.01j

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