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

Revision 8964, 1.9 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

Line 
1Name: minicom
2Version: 2.7
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
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires: gettext
13BuildRequires: ncurses-devel
14Summary: friendly menu driven serial communication program
15
16%description
17Minicom is a menu driven communications program. It emulates ANSI and
18VT102 terminals. It has a dialing directory and auto zmodem download.
19
20%prep
21%setup -q
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%find_lang %{name}
36
37%clean
38%__rm -rf %{buildroot}
39
40%files -f %{name}.lang
41%defattr(-,root,root)
42%doc ABOUT-NLS AUTHORS COPYING ChangeLog FILE_ID.DIZ INSTALL NEWS README TODO
43%doc doc extras
44%config %{_sysconfdir}/*
45%attr(2755,root,uucp) %{_bindir}/minicom
46%{_bindir}/runscript
47%{_bindir}/xminicom
48%{_bindir}/ascii-xfr
49%{_mandir}/man?/*
50
51%changelog
52* Tue Sep 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.0-1
53- update to 2.7
54
55* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.2-1
56- new upstream release
57
58* Mon Jan 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
59- update to 2.6.1
60
61* Mon Mar 07 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.5-1
62- new upstream release
63
64* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-1
65- new upstream release
66- add BuildRequires: ncurses-devel
67
68* Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.3-1vl5
69- updated minicom to 2.3
70- dropt minicom-drop-privs.patch
71- applied new versioning policy, spec in utf-8
72
73* Thu Sep 30 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 2.1-0vl1
74- Initial build.
75
Note: See TracBrowser for help on using the repository browser.