source: projects/specs/trunk/u/uudeview/uudeview-vl.spec @ 521

Revision 521, 3.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Transmits and receives binary files over electronic lines.
2Summary(ja): バイナリファイルの転送/受信用エンコーダ/デコーダ
3Name: uudeview
4Version: 0.5.20
5Release: 1%{?_dist_release}
6License: GPL
7Group: Applications/System
8URL: http://www.fpx.de/fp/Software/UUDeview/
9Source0: http://www.fpx.de/fp/Software/UUDeview/download/%{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11Vendor: Project Vine
12Distribution: Vine Linux
13BuildRequires: tcl tk
14
15%description
16The uudeview package contains an encoder and a decoder, for
17transmitting and receiving binary files over electronic lines.
18UUDeview can handle uuencoding, xxencoding, and MIME Base64 encoding.
19The decoder automatically detects the type of encoding used, can
20handle any of the aforementioned encoding types, and was designed
21specifically to handle articles saved using news readers.  The
22uudeview package is a must for anyone who does serious encoding and
23decoding. Note that this version is for glibc only.
24
25%description -l ja
26uudeview パッケージはバイナリファイルの転送/受信を行う際のエンコー
27ダ/デコーダを含んでいます。UUdeview では uuencoding, xxencoding,
28MIME Base64 encoding を扱えます。デコーダは使用されているエンコード
29の種類を自動判別して処理でき、ニュースリーダで保存した記事を扱える
30ように設計されています。uudeview パッケージはエンコードやデコードを
31操作するのに必須のものです。
32
33%prep
34%setup -q
35
36%build
37%ifarch x86_64
38%configure \
39        --enable-tcl=%{_libdir} \
40        --enable-tk=%{_libdir} \
41        --x-includes=%{_prefix}/X11R6/include \
42        --x-libraries=%{_prefix}/X11R6/%{_lib}
43%else
44%configure
45%endif
46
47make
48
49%install
50rm -rf %{buildroot}
51
52make prefix=%{buildroot}%{_prefix} \
53     BINDIR=%{buildroot}%{_bindir} \
54     MANDIR=%{buildroot}%{_mandir} install
55
56%clean
57rm -rf %{buildroot}
58
59%files
60%defattr(-,root,root)
61%doc COPYING HISTORY IAFA-PACKAGE README doc uudeview.lsm
62%{_bindir}/uudeview
63%{_bindir}/uuenview
64%{_bindir}/uuwish
65%{_bindir}/xdeview
66%{_bindir}/minews
67%{_mandir}/man1/*
68
69%changelog
70* Mon Oct 13 2008 Shu KONNO <owa@bg.wakwak.com> 0.5.20-1vl5
71- applied new versioning policy, spec in utf-8
72
73* Fri Dec 21 2007 Shu KONNO <owa@bg.wakwak.com> 0.5.20-0vl4
74- updated %%configure
75
76* Thu Jul 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.20-0vl3
77- rebuilt for VineSeed (4.0)
78- added BuildRequires instead of Requires
79
80* Thu Dec 30 2004 OOI Keita <ooik.ovwqlsjxcqwg4dc@privango.jp> 0.5.20-0vl2
81- updated to new release 0.5.20
82- update %doc
83- add Requires:
84
85* Thu Feb 07 2002 Toru Sagami <sagami@vinelinux.org> 0.5.15-0vl1
86- updated to new release 0.5.15
87
88* Thu Feb 07 2002 Toru Sagami <sagami@vinelinux.org> 0.5.13-5vl2
89- install man pages into %%{_mandir}
90- fixed description.ja
91
92* Sat Jan 22 2000 Jun Nishii <jun@vinelinux.org>
93- build for Vine Linux 2.0
94- added Japanese Summary and description
95
96* Thu Jul 22 1999 Tim Powers <timp@redhat.com>
97- rebuilt for 6.1
98
99* Thu Apr 15 1999 Michael Maher <mike@redhat.com>
100- built package for 6.0
101
102* Tue Sep 15 1998 Michael Maher <mike@redhat.com>
103- built pacakge
Note: See TracBrowser for help on using the repository browser.