Blame SPECS/minicom.spec

3b21fe
Summary: A text-based modem control and terminal emulation program
3b21fe
Name: minicom
3b21fe
Version: 2.6.2
bf00a2
Release: 5%{?dist}
3b21fe
URL: http://alioth.debian.org/projects/minicom/
3b21fe
License: GPL+ and GPLv2+ and GPLv2 and LGPLv2+ Public Domain and Copyright only
3b21fe
Group: Applications/Communications
3b21fe
ExcludeArch: s390 s390x
3b21fe
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel
3b21fe
Requires: lockdev lrzsz
3b21fe
3b21fe
Source0: https://alioth.debian.org/frs/download.php/3869/minicom-2.6.2.tar.gz
3b21fe
3b21fe
Patch0: minicom-2.6.2-no-lockfile-messages-with-detached-ttyusb.patch
3b21fe
Patch1: minicom-2.6.2-RH-man-page-scan.patch
3b21fe
3b21fe
%description
3b21fe
Minicom is a simple text-based modem control and terminal emulation
3b21fe
program somewhat similar to MSDOS Telix. Minicom includes a dialing
3b21fe
directory, full ANSI and VT100 emulation, an (external) scripting
3b21fe
language, and other features.
3b21fe
3b21fe
%prep
3b21fe
%setup -q
3b21fe
3b21fe
%patch0 -p1 -b .no-lock-warn
3b21fe
%patch1 -p1 -b .rh-man-scan
3b21fe
3b21fe
cp -pr doc doc_
3b21fe
rm -f doc_/Makefile*
3b21fe
3b21fe
%build
3b21fe
#./autogen.sh
3b21fe
autoreconf --verbose --force --install
3b21fe
%configure
3b21fe
make %{?_smp_mflags}
3b21fe
3b21fe
%install
3b21fe
make DESTDIR=%{buildroot} install
3b21fe
mkdir -p %{buildroot}%{_sysconfdir}
3b21fe
3b21fe
%find_lang %{name}
3b21fe
3b21fe
%files -f %{name}.lang
3b21fe
%doc ChangeLog AUTHORS NEWS TODO doc_/*
3b21fe
# DO NOT MAKE minicom SUID/SGID anything.
3b21fe
%{_bindir}/minicom
3b21fe
%{_bindir}/runscript
3b21fe
%{_bindir}/xminicom
3b21fe
%{_bindir}/ascii-xfr
3b21fe
%{_mandir}/man1/*
3b21fe
3b21fe
%changelog
bf00a2
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.6.2-5
bf00a2
- Mass rebuild 2013-12-27
bf00a2
3b21fe
* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-4
3b21fe
- Fixing the license tag
3b21fe
3b21fe
* Wed Jul 31 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-3
3b21fe
- RH man page scan (#948521)
3b21fe
3b21fe
* Thu Feb 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-2
3b21fe
- Disabling lockfile warnings when the device disappears (ttyUSB hot unplug)
3b21fe
3b21fe
* Thu Feb 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-1
3b21fe
- Update to 2.6.2
3b21fe
3b21fe
* Wed Jan 23 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.1-2
3b21fe
- Disable lock path config when built with lockdev (#754235)
3b21fe
3b21fe
* Tue Jan 22 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.1-1
3b21fe
- Update to 2.6.1
3b21fe
3b21fe
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 2.5-11
3b21fe
- Fixing the license tag
3b21fe
3b21fe
* Wed Nov 21 2012 Jaromir Capik <jcapik@redhat.com> 2.5-10
3b21fe
- Removing de-ANSI-fication (obsolete - support removed from autotools)
3b21fe
3b21fe
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-9
3b21fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3b21fe
3b21fe
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-8
3b21fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3b21fe
3b21fe
* Mon Oct 24 2011 Jaromir Capik <jcapik@redhat.com> 2.5-7
3b21fe
- applying modified lockdev patch made by Jiri Popelka (#747936)
3b21fe
- minor spec file changes according to the latest guidelines
3b21fe
3b21fe
* Wed Apr 6 2011 Jan Görig <jgorig@redhat.com> 2.5-6
3b21fe
- reverted last change (#681898)
3b21fe
3b21fe
* Wed Mar 9 2011 Jan Görig <jgorig@redhat.com> 2.5-5
3b21fe
- dropped rh patch because /var/lock/lockdev is now world writeable
3b21fe
3b21fe
* Thu Feb 24 2011 Jan Görig <jgorig@redhat.com> 2.5-4
3b21fe
- fixed crashing on device reconnecting (#678812)
3b21fe
3b21fe
* Wed Feb 09 2011 Jan Görig <jgorig@redhat.com> 2.5-3
3b21fe
- fixed crashing on non-readable directory (#675400)
3b21fe
- fixed typos in minicom and runscript manpages (#675453,#675456)
3b21fe
3b21fe
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
3b21fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3b21fe
3b21fe
* Mon Jan 31 2011 Jan Görig <jgorig@redhat.com> 2.5-1
3b21fe
- update to new upstream version
3b21fe
- remove patches merged by upstream
3b21fe
- update rh patch to support unix socket (#592355)
3b21fe
3b21fe
* Fri Jan 14 2011 Jan Görig <jgorig@redhat.com> 2.4-2
3b21fe
- fixed typos in ascii-xfr manpage (#669098)
3b21fe
- fixed empty lines handling in configuration file (#669406)
3b21fe
3b21fe
* Tue Mar 9 2010 Jan Görig <jgorig@redhat.com> 2.4-1
3b21fe
- update to 2.4
3b21fe
- /etc/minicom.users removed by upstream
3b21fe
- add minicom-2.4-config.patch
3b21fe
- remove minicom-2.3-getline.patch - fixed in upstream
3b21fe
- remove minicom-2.3-drop-privs.patch - permissions handling removed by upstream
3b21fe
- remove minicom-2.3-ncurses.patch - deprecated
3b21fe
- modify minicom-2.4-rh.patch - wrong doinit checking (#519637)
3b21fe
3b21fe
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-6
3b21fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3b21fe
3b21fe
* Thu Jul 16 2009 Miroslav Lichvar <mlichvar@redhat.com> 2.3-5
3b21fe
- rename getline to avoid conflict with glibc (#511715)
3b21fe
- remove makefiles from docs
3b21fe
- drop wchar patch
3b21fe
3b21fe
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
3b21fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3b21fe
3b21fe
* Fri Aug 29 2008 Miroslav Lichvar <mlichvar@redhat.com> 2.3-3
3b21fe
- rediff patches with fuzz
3b21fe
3b21fe
* Thu Mar 13 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.3-2
3b21fe
- Add ChangeLog to %%doc
3b21fe
3b21fe
* Sun Feb 24 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.3-1
3b21fe
- 2.3
3b21fe
3b21fe
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-6
3b21fe
- Autorebuild for GCC 4.3
3b21fe
3b21fe
* Sun Sep 23 2007 Lubomir Kundrak <lkundrak@redhat.com> 2.2-5
3b21fe
- Fix capture file handling (#302081)
3b21fe
3b21fe
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-4
3b21fe
- update license tag
3b21fe
3b21fe
* Wed Jul 25 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-3
3b21fe
- check for errors on tty device (#248701)
3b21fe
3b21fe
* Tue Jul 10 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-2
3b21fe
- improve signal handling a bit (#246465)
3b21fe
3b21fe
* Fri Mar 09 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-1
3b21fe
- update to 2.2
3b21fe
- handle filenames with spaces (#98655)
3b21fe
- add requires for lrzsz
3b21fe
- spec cleanup
3b21fe
3b21fe
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-3
3b21fe
- removed unnecessary debug output (#199707)
3b21fe
3b21fe
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-2
3b21fe
- added ncurses-devel to BuildPrereq
3b21fe
3b21fe
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2.2
3b21fe
- rebuild
3b21fe
3b21fe
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2.1
3b21fe
- bump again for double-long bug on ppc(64)
3b21fe
3b21fe
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
3b21fe
- rebuilt for new gcc4.1 snapshot and glibc changes
3b21fe
3b21fe
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3b21fe
- rebuilt
3b21fe
3b21fe
* Thu Jul 14 2005 Martin Stransky <stransky@redhat.com> 2.1-1
3b21fe
- New upstream version
3b21fe
3b21fe
* Mon Mar  7 2005 Martin Stransky <stransky@redhat.com>
3b21fe
- gcc4 patch
3b21fe
3b21fe
* Wed Oct 20 2004 Adrian Havill <havill@redhat.com> 2.00.0-20
3b21fe
- correct an off-by-one error array-store error (#110770)
3b21fe
3b21fe
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
3b21fe
- rebuilt
3b21fe
3b21fe
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
3b21fe
- rebuilt
3b21fe
3b21fe
* Fri Sep 12 2003 Adrian Havill <havill@redhat.com> 2.00.0-17.1
3b21fe
- bump n-v-r for RHEL
3b21fe
3b21fe
* Fri Sep 12 2003 Adrian Havill <havill@redhat.com> 2.00.0-17
3b21fe
- fix error handling for the case when you attempt to "goto" a dir
3b21fe
  that doesn't exist. (#103902)
3b21fe
- updated URL in spec file
3b21fe
3b21fe
* Thu Aug 21 2003 Adrian Havill <havill@redhat.com> 2.00.0-16.1
3b21fe
- bump n-v-r for RHEL
3b21fe
3b21fe
* Thu Aug 21 2003 Adrian Havill <havill@redhat.com> 2.00.0-16
3b21fe
- don't overwrite buffer when ins chars (#98733)
3b21fe
3b21fe
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 2.00.0-15.1
3b21fe
- bump n-v-r for RHEL
3b21fe
3b21fe
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 2.00.0-15
3b21fe
- initialize savetrans, check vttrans to prevent segfaults with
3b21fe
  certain ESC sequences (#84129)
3b21fe
3b21fe
* Fri Aug 01 2003 Adrian Havill <havill@redhat.com> 2.00.0-14
3b21fe
- removed static buffers that limit multi-file zmodem functionality (#98654)
3b21fe
- removed assertions from above patch, massage out conflicts with rh patch
3b21fe
3b21fe
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
3b21fe
- rebuilt
3b21fe
3b21fe
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
3b21fe
- rebuilt
3b21fe
3b21fe
* Sat Jan 18 2003 Mike A. Harris <mharris@redhat.com> 2.00.0-11
3b21fe
- Update spec file URL to new homepage (#71894)
3b21fe
3b21fe
* Mon Dec  2 2002 Tim Powers <timp@redhat.com> 2.00.0-10
3b21fe
- add PreReq coreutils so that we get the ordering right in the
3b21fe
  install
3b21fe
3b21fe
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-9
3b21fe
- Added find_lang macro andlang files to package, also avoiding 
3b21fe
  _unpackaged_files_terminate_build
3b21fe
- Added with_desktop_menu_entry macro to disable minicom.desktop by default
3b21fe
3b21fe
* Tue Oct  8 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-8
3b21fe
- All-arch rebuild
3b21fe
- Make /etc/minicom.users config(noreplace)
3b21fe
3b21fe
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
3b21fe
- automated rebuild
3b21fe
3b21fe
* Sun May 26 2002 Tim Powers <timp@redhat.com>
3b21fe
- automated rebuild
3b21fe
3b21fe
* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-4
3b21fe
- Rebuilt in new build environment
3b21fe
3b21fe
* Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-3
3b21fe
- Rebuilt in new build environment
3b21fe
3b21fe
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.00.0-2
3b21fe
- automated rebuild
3b21fe
3b21fe
* Wed Nov 21 2001 Mike A. Harris <mharris@redhat.com> 2.00.0-1
3b21fe
- Updated to version 2.00.0-0, which now uses GNU autoconf for everything,
3b21fe
  to ease portability and internationalization issues.  Hold on for the
3b21fe
  ride, as there's bound to be some bumps on the way.  ;o)  On the up side,
3b21fe
  the packaging is likely to be MUCH more maintainable in the future, which
3b21fe
  is very nice to see.
3b21fe
- Disabled most patches as they are either included now, not needed, or
3b21fe
  it has yet to be determined.
3b21fe
3b21fe
* Fri Oct 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.83.1-17
3b21fe
- Delete bad entries in ko.po, fix charset in ja.po
3b21fe
3b21fe
* Tue Aug 28 2001 Jeff Johnson <jbj@redhat.com>
3b21fe
- map specific errno's into status for return from helper.
3b21fe
3b21fe
* Tue Aug 14 2001 Jeff Johnson <jbj@redhat.com>
3b21fe
- rebuild against unzigged lockdev-1.0.0-11 (#51577).
3b21fe
- add BuildPrereq: on lockdev-devel, not /usr/include/baudboy.h.
3b21fe
3b21fe
* Sun Aug 12 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-14
3b21fe
- Added Requires: lockdev (#51576)
3b21fe
- s/Copyright/License/
3b21fe
3b21fe
* Sat Jul 28 2001 Jeff Johnson <jbj@redhat.com>
3b21fe
- use baudboy for serial port locking.
3b21fe
3b21fe
* Mon Jul 23 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-12
3b21fe
- Added minicom-1.83.1-disable-message.patch to disable warning message and
3b21fe
  delay when running minicom as root since root-only is the only supported
3b21fe
  method of running minicom now due to security issues.
3b21fe
  
3b21fe
* Sat Jul 21 2001 Tim Powers <timp@redhat.com> 1.83.1-11
3b21fe
- no minicom applnk entry. Is cluttering up the menus
3b21fe
3b21fe
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
3b21fe
- add ExcludeArch: s390 s390x
3b21fe
- allow to build with newer gettext versions
3b21fe
3b21fe
* Thu May  3 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-8
3b21fe
- Changed minicom to disable SGID/SUID operation completely as it was
3b21fe
  never designed to be secure, and likely never will be. (#35613)
3b21fe
- Updated the format string patch I made to fix more format string abuses.
3b21fe
- Added Czeck cs_CZ locale translations.
3b21fe
3b21fe
* Thu Apr 12 2001 Mike A. Harris <mharris@redhat.com>
3b21fe
- Fixed format string vuln in usage of do_log()  (bug #35613)
3b21fe
- Fixed misc other format string abuse with werror().
3b21fe
- Changed main tarball to bzip2 compression
3b21fe
- Corrected Buildroot to use _tmppath
3b21fe
3b21fe
* Tue Mar 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
3b21fe
- patch to drop mask for config file
3b21fe
3b21fe
* Fri Feb 23 2001 Jakub Jelinek <jakub@redhat.com>
3b21fe
- fix build under glibc 2.2.2
3b21fe
3b21fe
* Thu Aug 24 2000 Bill Nottingham <notting@redhat.com>
3b21fe
- drop privs on opening of capture file
3b21fe
3b21fe
* Fri Aug  4 2000 Bill Nottingham <notting@redhat.com>
3b21fe
- add translation to desktop entry
3b21fe
3b21fe
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
3b21fe
- automatic rebuild
3b21fe
3b21fe
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
3b21fe
- update to 1.83.1
3b21fe
3b21fe
* Wed Apr  5 2000 Bill Nottingham <notting@redhat.com>
3b21fe
- rebuild against current ncurses/readline
3b21fe
3b21fe
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
3b21fe
- rebuild for sparc baud rates > 38400.
3b21fe
3b21fe
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
3b21fe
- wmconfig -> desktop
3b21fe
3b21fe
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
3b21fe
- fix description
3b21fe
3b21fe
* Fri Dec 17 1999 Bill Nottingham <notting@redhat.com>
3b21fe
- update to 1.83.0
3b21fe
3b21fe
* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
3b21fe
- update to 1.82.1
3b21fe
- s/sunsite/metalab
3b21fe
3b21fe
* Wed May 19 1999 Jeff Johnson <jbj@redhat.com>
3b21fe
- restore setgid uucp to permit minicom to lock in /var/lock (#2922).
3b21fe
3b21fe
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
3b21fe
- auto rebuild in the new build environment (release 5)
3b21fe
3b21fe
* Tue Jan 24 1999 Michael Maher <mike@redhat.com>
3b21fe
- fixed bug, changed groups.
3b21fe
3b21fe
* Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
3b21fe
- updated to 1.82 to include i18n fixes
3b21fe
3b21fe
* Wed Sep 02 1998 Michael Maher <mike@redhat.com>
3b21fe
- Built package for 5.2.
3b21fe
3b21fe
* Sun May 10 1998 Cristian Gafton <gafton@redhat.com>
3b21fe
- security fixes (alan cox, but he forgot about the changelog)
3b21fe
3b21fe
* Thu May 07 1998 Prospector System <bugs@redhat.com>
3b21fe
- translations modified for de, fr, tr
3b21fe
3b21fe
* Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
3b21fe
- BuildRoot; updated .make patch to cope with the buildroot
3b21fe
- fixed the spec file
3b21fe
3b21fe
* Tue May 06 1998 Michael Maher <mike@redhat.com>
3b21fe
- update of package (1.81)
3b21fe
3b21fe
* Wed Oct 29 1997 Otto Hammersmith <otto@redhat.com>
3b21fe
- added wmconfig entries
3b21fe
3b21fe
* Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
3b21fe
- fixed source url
3b21fe
3b21fe
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
3b21fe
- built against glibc