source: projects/specs/trunk/m/minicom/minicom-vl.spec @ 521

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

import VineSeed package specs

Line 
1Name: minicom
2Version: 2.3
3Release: 1%{?_dist_release}
4Vendor: Project Vine
5Distribution: Vine Linux
6License: GPL
7Group: Applications/Communications
8URL: http://alioth.debian.org/projects/minicom/
9Source0: http://alioth.debian.org/download.php/123/%{name}-%{version}.tar.gz
10Patch0: minicom-drop-privs.patch
11BuildRoot: %{_tmppath}/%{name}-root
12BuildPreReq: gettext
13Summary: friendly menu driven serial communication program
14
15%description
16Minicom is a menu driven communications program. It emulates ANSI and
17VT102 terminals. It has a dialing directory and auto zmodem download.
18
19%prep
20%setup -q
21#%patch0 -p1
22
23%build
24%configure
25%__make
26
27%install
28%__rm -rf %{buildroot}
29%makeinstall
30
31%__install -d %{buildroot}%{_sysconfdir}
32touch %{buildroot}%{_sysconfdir}/minirc.dfl
33%__install -m 644 doc/minicom.users %{buildroot}%{_sysconfdir}
34
35%clean
36%__rm -rf %{buildroot}
37
38%files
39%defattr(-,root,root)
40%doc ABOUT-NLS AUTHORS COPYING ChangeLog FILE_ID.DIZ INSTALL NEWS README TODO
41%doc doc extras
42%config %{_sysconfdir}/*
43%attr(2755,root,uucp) %{_bindir}/minicom
44%{_bindir}/runscript
45%{_bindir}/xminicom
46%{_bindir}/ascii-xfr
47%{_mandir}/man?/*
48%{_datadir}/locale/*/LC_MESSAGES/*
49
50%changelog
51* Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.3-1vl5
52- updated minicom to 2.3
53- dropt minicom-drop-privs.patch
54- applied new versioning policy, spec in utf-8
55
56* Thu Sep 30 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.1-0vl1
57- Initial build.
58
Note: See TracBrowser for help on using the repository browser.