source: projects/specs/branches/6/F/FD/FD-vl.spec @ 6062

Revision 6062, 4.1 KB checked in by munepi, 12 years ago (diff)

updated FD-vl.spec

Line 
1Summary: file & directory maintenance tool for the UNIX based OS
2Summary(ja): ファイル & ディレクトリ管理ツール
3Name: FD
4Version: 3.00k
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* Sat Apr 21 2012 Munehiro Yamamoto <munepi@vinelinux.org> 3.00k-1
74- new upstream release
75
76* Thu Mar 31 2011 Munehiro Yamamoto <munepi@vinelinux.org> 3.00j-2
77- updated fd2rc.vine
78  - added some Launcher settings: 
79    - for files with suffix as .tar.xz, xz
80    - for ePub format (.epub), MS OOXML formats (.docx, .xslx, .pptx)
81  - added some Archiver settings:
82    - for files with suffix as .tar.xz
83    - for ePub format (.epub), MS OOXML formats (.docx, .xslx, .pptx)
84
85* Mon Jan 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 3.00j-1
86- new upstream release
87
88* Sat Aug 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 3.00i-1
89- new upstream release
90- added BuildRequires: ncurses-devel
91
92* Sun Mar 29 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 3.00d-2
93- added Provides: fdclone
94- updated FD-3.00d-vine.patch: no changes fd.h
95- added fd2rc.vine
96- mentioned fd2rc.vine in %%description and %%description -l ja
97
98* Fri Feb 15 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 3.00d-1
99- new upstream release
100- apply new versioning policy
101- spec in utf-8
102- added FD-3.00d-vine.patch: updated FD-2.09f-vine.patch
103- fixed %%description and %%description -l ja: major version changes from 2 to 3
104
105* Fri Feb 15 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 2.09g-0vl1
106- source update
107- drop FD-2.08c-vine.patch
108- add FD-2.09f-vine.patch included in FD-2.09f-0vl1.src.rpm for Vine Linux 4.2
109- add %{_bindir}/fd-dict.tbl to %files
110
111* Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.08c-0vl1
112- fix wrong License.
113  - change to FD License from GPL.
114- add disclaimer about modified version to %%description.
115
116* Thu Jun 08 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.06-1vl3
117- s/Copyright/License/
118- changed Group to Applications/File
119- installed man files to %{_mandir}
120
121* Wed Oct 06 2004 FUJIOKA Takeyuki <fuji@ftserve.net> 2.06
122- update to 2.06 for Vine-3.0
123
124* Wed Feb 27 2002 FUJIOKA Takeyuki <fujioka@bil.educ.fukushima-u.ac.jp>
125- 2.00a-1
126- packaged for Vine
127- default pager, editor and display mode changed
Note: See TracBrowser for help on using the repository browser.