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

Revision 6708, 4.2 KB checked in by munepi, 12 years ago (diff)

added FD-vl.spec

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