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

Revision 7714, 4.3 KB checked in by munepi, 11 years ago (diff)

new upstream release

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