Blame SPECS/efax.spec

047448
Summary: A program for faxing using a Class 1, 2 or 2.0 fax modem
047448
Name: efax
047448
Version: 0.9a
047448
Release: 15%{?dist}
047448
License: GPLv2+
047448
Group: Applications/Communications
047448
Url: http://www.cce.com/efax/
047448
Source: http://www.cce.com/efax/download/%{name}-%{version}-001114.tar.gz
047448
Source1: logrotate-efax
047448
Patch0: efax-0.9-config.patch
047448
Patch1: efax-0.9-numlines.patch
047448
Patch2: efax08a-time.patch
047448
Patch3: efax-0.9-manpage.patch
047448
Patch5: efax-0.9-nullptr.patch
047448
Patch6: efax-0.9-misc.patch
047448
Patch7: efax-0.9-viewcmd.patch
047448
Patch8: efax-0.9-quote.patch
047448
Patch9: efax-0.9-msg-va_list.patch
047448
Patch10: efax-0.9a-001114-crash.patch
047448
047448
ExcludeArch: s390 s390x
047448
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
047448
BuildRequires: make
047448
Requires: netpbm-progs
047448
047448
%description
047448
Efax is a small ANSI C/POSIX program that sends and receives faxes
047448
using any Class 1, 2 or 2.0 fax modem.
047448
047448
You need to install efax if you want to send faxes and you have a
047448
Class 1, 2 or 2.0 fax modem.
047448
047448
%prep
047448
%setup -q -n %{name}-%{version}-001114
047448
047448
%patch0 -p1 -b .config
047448
%patch1 -p1 -b .numlines
047448
%patch2 -p1 -b .time
047448
%patch3 -p0 -b .manpage
047448
%patch5 -p1 -b .nullptr
047448
%patch6 -p1 -b .misc
047448
%patch7 -p1 -b .viewcmd
047448
%patch8 -p1 -b .quote
047448
%patch9 -p1 -b .msg-va_list
047448
%patch10 -p1 -b .crash
047448
047448
%build
047448
make %{?_smp_mflags} RPM_OPT_FLAGS="-ansi $RPM_OPT_FLAGS -fno-strict-aliasing"
047448
047448
%install
047448
rm -rf %{buildroot}
047448
mkdir -p %{buildroot}%{_bindir}
047448
mkdir -p %{buildroot}%{_mandir}/man1
047448
mkdir -p %{buildroot}%{_localstatedir}/spool/fax
047448
mkdir -p %{buildroot}%{_localstatedir}/log/fax
047448
047448
make BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} install
047448
mkdir -p %{buildroot}/etc/logrotate.d/
047448
install -c -m 644 %{SOURCE1} %{buildroot}/etc/logrotate.d/efax
047448
047448
%clean
047448
rm -rf %{buildroot}
047448
047448
%files
047448
%defattr(-, root, root, -)
047448
%doc README COPYING
047448
%config(noreplace) /etc/logrotate.d/efax
047448
%{_bindir}/*
047448
%{_mandir}/*/*
047448
%dir %{_localstatedir}/spool/fax
047448
%dir %{_localstatedir}/log/fax
047448
047448
%changelog
047448
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.9a-15
047448
- Mass rebuild 2013-12-27
047448
047448
* Wed Mar 06 2013 Than Ngo <than@redhat.com> - 0.9a-14.001114
047448
- add -fno-strict-aliasing into RPM_OPT_FLAGS
047448
047448
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9a-13.001114
047448
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
047448
047448
* Thu Nov 22 2012 Than Ngo <than@redhat.com> - 0.9a-12.001114
047448
- drop Red Hat trademarks
047448
047448
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9a-11.001114
047448
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
047448
047448
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9a-10.001114
047448
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
047448
047448
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9a-9.001114
047448
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
047448
047448
* Wed Sep 29 2010 Than Ngo <than@redhat.com> - 0.9a-8.001114
047448
- bz#225719, review
047448
047448
* Mon Dec 07 2009 Than Ngo <than@redhat.com> - 0.9a-7.001114
047448
- fix url
047448
047448
* Mon Sep 07 2009 Than Ngo <than@redhat.com> - 0.9a-6.001114
047448
- fix a crash in efix
047448
047448
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9a-5.001114
047448
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
047448
047448
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9a-4.001114
047448
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
047448
047448
* Fri Oct 24 2008 Than Ngo <than@redhat.com> 0.9a-3.001114
047448
- fix efax segfaults while sending fax, thanks to Jeff Bastian
047448
047448
* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.9a-2.001114
047448
- fix license tag
047448
047448
* Fri Feb 15 2008 Than Ngo <than@redhat.com> 0.9a-1.001114
047448
- 0.9a-001114
047448
047448
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9-27.2.1
047448
- rebuild
047448
047448
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9-27.2
047448
- bump again for double-long bug on ppc(64)
047448
047448
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9-27.1
047448
- rebuilt for new gcc4.1 snapshot and glibc changes
047448
047448
* Tue Jan 17 2006 Than Ngo <than@redhat.com> 0.9-27
047448
- apply patch to fix #177892
047448
047448
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
047448
- rebuilt
047448
047448
* Wed Nov 23 2005 Than Ngo <than@redhat.com> 0.9-26
047448
- fix for modular X #173707
047448
047448
* Mon Oct 10 2005 Than Ngo <than@redhat.com> 0.9-25
047448
- use pnmtoxwd instead xloadimage which is not in the core anymore #169413
047448
  
047448
* Sat Mar 05 2005 Than Ngo <than@redhat.com> 0.9-24
047448
- rebuilt
047448
047448
* Wed Feb 09 2005 Than Ngo <than@redhat.com> 0.9-23
047448
- rebuilt
047448
047448
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
047448
- rebuilt
047448
047448
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
047448
- rebuilt
047448
047448
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
047448
- rebuilt
047448
047448
* Tue May 20 2003 Than Ngo <than@redhat.com> 0.9-19
047448
- fix bug #79635
047448
047448
* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
047448
- do not build on mainframe
047448
047448
* Wed Aug  7 2002 Than Ngo <than@redhat.com> 0.9-16
047448
- Fixed a bug in manpage (bug #70935)
047448
047448
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
047448
- automated rebuild
047448
- Copyright->License
047448
047448
* Tue Jun 18 2002 Than Ngo <than@redhat.com> 0.9-14
047448
- don't forcibly strip binaries
047448
- add valid Url
047448
047448
* Thu May 23 2002 Tim Powers <timp@redhat.com>
047448
- automated rebuild
047448
047448
* Tue Feb 26 2002 Than Ngo <than@redhat.com> 0.9-12
047448
- rebuild in new enviroment
047448
047448
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
047448
- automated rebuild
047448
047448
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
047448
- Bump release + rebuild.
047448
047448
* Wed Aug 30 2000 Preston Brown <pbrown@redhat.com>
047448
- fix -l option for efix (#16898)
047448
047448
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
047448
- automatic rebuild
047448
047448
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
047448
- FHS paths
047448
047448
* Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com>
047448
- add dependency on make (bug #11268)
047448
047448
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
047448
- add /var/spool/fax and /var/log/fax
047448
- /usr/bin/fax not a config file.  Use .efaxrc instead.
047448
047448
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
047448
- fix description. Oops about the last one.
047448
047448
* Wed Jan 12 2000 Preston Brown <pbrown@redhat.com>
047448
- no you didn't Cristian.  You said you did but didn't. :) I did. Now.
047448
047448
* Tue Jun 29 1999 Cristian Gafton <gafton@redhat.com>
047448
- updated to 0.9 (#3808)
047448
047448
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
047448
- auto rebuild in the new build environment (release 11)
047448
047448
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
047448
- Injected new description and group.
047448
047448
* Tue Feb 02 1999 Preston Brown <pbrown@redhat.com>
047448
- patch to fix null ptr dereference
047448
- added -ansi flag; fixes efix problem (produced bad tiff files)
047448
047448
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
047448
- bumped spec number for initial rh 6.0 build
047448
047448
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
047448
- build root
047448
047448
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
047448
- translations modified for de, fr, tr
047448
047448
* Wed Oct 22 1997 Michael Fulbright <msf@redhat.com>
047448
- cleaned spec file to new standard, confirmed package is up to date
047448
047448
* Tue Mar 25 1997 Erik Troan <ewt@redhat.com>
047448
- Added efax-08a-64bit.patch from David Mosberger