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

Revision 8518, 4.4 KB checked in by munepi, 10 years ago (diff)

new upstream release

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