source: projects/specs/branches/6/m/minicom/minicom-vl.spec @ 2912

Revision 2912, 1.7 KB checked in by shaolin, 13 years ago (diff)
  • minicom: new upstream release
Line 
1Name: minicom
2Version: 2.5
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/frm/download.php/3195/%{name}-%{version}.tar.gz
10Patch0: minicom-drop-privs.patch
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires: gettext
14BuildRequires: ncurses-devel
15Summary: friendly menu driven serial communication program
16
17%description
18Minicom is a menu driven communications program. It emulates ANSI and
19VT102 terminals. It has a dialing directory and auto zmodem download.
20
21%prep
22%setup -q
23#%patch0 -p1
24
25%build
26%configure
27%__make
28
29%install
30%__rm -rf %{buildroot}
31%makeinstall
32
33%__install -d %{buildroot}%{_sysconfdir}
34touch %{buildroot}%{_sysconfdir}/minirc.dfl
35##%__install -m 644 doc/minicom.users %{buildroot}%{_sysconfdir}
36
37%find_lang %{name}
38
39%clean
40%__rm -rf %{buildroot}
41
42%files -f %{name}.lang
43%defattr(-,root,root)
44%doc ABOUT-NLS AUTHORS COPYING ChangeLog FILE_ID.DIZ INSTALL NEWS README TODO
45%doc doc extras
46%config %{_sysconfdir}/*
47%attr(2755,root,uucp) %{_bindir}/minicom
48%{_bindir}/runscript
49%{_bindir}/xminicom
50%{_bindir}/ascii-xfr
51%{_mandir}/man?/*
52
53%changelog
54* Mon Mar 07 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.5-1
55- new upstream release
56
57* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-1
58- new upstream release
59- add BuildRequires: ncurses-devel
60
61* Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.3-1vl5
62- updated minicom to 2.3
63- dropt minicom-drop-privs.patch
64- applied new versioning policy, spec in utf-8
65
66* Thu Sep 30 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.1-0vl1
67- Initial build.
68
Note: See TracBrowser for help on using the repository browser.