[hylafax+/el6: 5/5] restoring spec

Lee Howard faxguy at fedoraproject.org
Tue Feb 26 06:03:37 UTC 2013


commit bb2556b3af4acb2d67851cdc6070c5f1f09c5d47
Author: Lee Howard <faxguy at howardsilvan.com>
Date:   Mon Feb 25 22:03:11 2013 -0800

    restoring spec

 hylafax+.spec |  521 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 521 insertions(+), 0 deletions(-)
---
diff --git a/hylafax+.spec b/hylafax+.spec
new file mode 100644
index 0000000..98581b0
--- /dev/null
+++ b/hylafax+.spec
@@ -0,0 +1,521 @@
+%global faxspool    /var/spool/hylafax
+
+Summary:   An enterprise-strength fax server
+Name:      hylafax+
+Version:   5.5.3
+Release:   1%{?dist}
+License:   libtiff and BSD with advertising
+Group:     Applications/Communications
+URL:       http://hylafax.sourceforge.net
+
+Source0:   http://downloads.sourceforge.net/hylafax/hylafax-%{version}.tar.gz
+Source1:   hylafax+_rh.init
+Source2:   hylafax+_daily.cron
+Source3:   hylafax+_hourly.cron
+Source4:   hylafax+_hfaxd_systemd.service
+Source5:   hylafax+_faxq_systemd.service
+Source6:   hylafax+_sysconfig
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Provides:    hylafax = %{version}-%{release}
+Requires:    hylafax-client = %{version}-%{release}
+
+BuildRequires: libjpeg-devel, libtiff-devel, zlib-devel, pam-devel, openldap-devel, lcms-devel, /usr/bin/tiffcp
+%if 0%{?fedora} >= 16
+BuildRequires: jbigkit-devel
+%endif
+%if 0%{?fedora} >= 16
+BuildRequires: systemd-units
+%endif
+%if 0%{?fedora} >= 18
+BuildRequires: systemd
+%endif
+Requires:    ghostscript, ghostscript-fonts, gawk, sharutils, mailx, crontabs, /usr/bin/tiffcp
+Conflicts:   mgetty-sendfax
+Obsoletes:   hylafax < 5.5.2-1
+
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
+%if 0%{?fedora} >= 16
+Requires(post): systemd-units
+Requires(preun): systemd-units
+Requires(postun): systemd-units
+%else
+Requires(post): /sbin/chkconfig
+Requires(preun): /sbin/chkconfig
+Requires(preun): /sbin/service
+Requires(postun): /sbin/service
+%endif
+
+%description
+HylaFAX(tm) is a enterprise-strength fax server supporting
+Class 1 and 2 fax modems on UNIX systems. It provides spooling
+services and numerous supporting fax management tools. 
+The fax clients may reside on machines different from the server
+and client implementations exist for a number of platforms including 
+windows.
+
+%package client
+Summary:     Client programs for HylaFAX fax servers
+Provides:    hylafax-client = %{version}-%{release}
+
+%description client
+HylaFAX(tm) is a enterprise-strength fax server supporting
+Class 1 and 2 fax modems on UNIX systems. This package provides
+fax clients which may reside on machines different from the server.
+
+%prep
+%setup -q -n hylafax-%{version}
+
+%build
+# - Can't use the configure macro because HylaFAX configure script does
+#   not understand the config options used by that macro
+STRIP=':' \
+./configure \
+        --with-DIR_BIN=%{_bindir} \
+        --with-DIR_SBIN=%{_sbindir} \
+        --with-DIR_LIB=%{_libdir} \
+        --with-DIR_LIBEXEC=%{_sbindir} \
+        --with-DIR_LIBDATA=%{_sysconfdir}/hylafax \
+        --with-DIR_LOCKS=/var/lock \
+        --with-LIBDIR=%{_libdir} \
+        --with-TIFFBIN=%{_bindir} \
+        --with-DIR_MAN=%{_mandir} \
+        --with-PATH_GSRIP=%{_bindir}/gs \
+        --with-TIFFINC=-L%{_includedir} \
+        --with-LIBTIFF="-ltiff" \
+        --with-DIR_SPOOL=%{faxspool} \
+        --with-AFM=no \
+        --with-AWK=%{_bindir}/gawk \
+        --with-PATH_VGETTY=/sbin/vgetty \
+        --with-PATH_GETTY=/sbin/mgetty \
+        --with-PAGESIZE=A4 \
+        --with-PATH_DPSRIP=%{faxspool}/bin/ps2fax \
+        --with-PATH_IMPRIP="" \
+        --with-SYSVINIT=%{_initrddir}/hylafax+ \
+        --with-INTERACTIVE=no
+
+# can't use %{?_smp_mflags} because it breaks libfaxutil dso building
+make OPTIMIZER="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+# install: make some dirs...
+mkdir -p -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/{cron.daily,cron.hourly} 
+mkdir -p -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/hylafax
+%if 0%{?fedora} >= 16
+mkdir -p -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
+mkdir -p -m 755 $RPM_BUILD_ROOT%{_unitdir}
+%else
+mkdir -p -m 755 $RPM_BUILD_ROOT%{_initrddir}
+%endif
+mkdir -p -m 755 $RPM_BUILD_ROOT%{_bindir}
+mkdir -p -m 755 $RPM_BUILD_ROOT%{_sbindir}
+mkdir -p -m 755 $RPM_BUILD_ROOT%{_libdir}
+mkdir -p -m 755 $RPM_BUILD_ROOT%{_mandir}
+mkdir -p -m 755 $RPM_BUILD_ROOT%{faxspool}/config
+
+# install: binaries and man pages 
+# FAXUSER, FAXGROUP, SYSUSER and SYSGROUP are set to the current user to
+# avoid warnings about chown/chgrp if the user building the SRPM is not root; 
+# they are set to the correct values with the RPM attr macro
+make install -e \
+        FAXUSER=`id -u` \
+        FAXGROUP=`id -g` \
+        SYSUSER=`id -u` \
+        SYSGROUP=`id -g` \
+        BIN=$RPM_BUILD_ROOT%{_bindir} \
+        SBIN=$RPM_BUILD_ROOT%{_sbindir} \
+        LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
+        LIBDATA=$RPM_BUILD_ROOT%{_sysconfdir}/hylafax \
+        LIBEXEC=$RPM_BUILD_ROOT%{_sbindir} \
+        SPOOL=$RPM_BUILD_ROOT%{faxspool} \
+        MAN=$RPM_BUILD_ROOT%{_mandir} \
+        INSTALL_ROOT=$RPM_BUILD_ROOT
+
+# install: remaining files
+%if 0%{?fedora} >= 16
+install -p -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_unitdir}/hylafax-hfaxd.service
+install -p -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_unitdir}/hylafax-faxq.service
+install -p -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/hylafax+
+%else
+install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/hylafax+
+%endif
+install -p -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/hylafax+
+install -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/cron.hourly/hylafax+
+
+# Prepare docdir by removing non-doc files
+# Remove files that are not needed on Linux
+rm -f $RPM_BUILD_ROOT%{_sbindir}/{faxsetup.irix,faxsetup.bsdi}
+rm -f $RPM_BUILD_ROOT%{faxspool}/bin/{ps2fax.imp,ps2fax.dps}
+rm -f $RPM_BUILD_ROOT%{faxspool}/etc/dpsprinter.ps
+
+rm -f $RPM_BUILD_ROOT%{faxspool}/COPYRIGHT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%if 0%{?fedora} >= 16
+%post
+/sbin/ldconfig
+if [ 0$1 -eq 1 ]; then
+    # Initial installation
+    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
+fi
+
+%post client -p /sbin/ldconfig
+
+%preun
+if [ 0$1 -eq 0 ]; then
+    /bin/systemctl --no-reload disable hylafax-hfaxd.service > /dev/null 2>&1 || :
+    /bin/systemctl stop hylafax-hfaxd.service > /dev/null 2>&1 || :
+    /bin/systemctl --no-reload disable hylafax-faxq.service > /dev/null 2>&1 || :
+    /bin/systemctl stop hylafax-faxq.service > /dev/null 2>&1 || :
+fi
+
+%postun
+/sbin/ldconfig
+/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+if [ 0$1 -ge 1 ]; then
+    /bin/systemctl try-restart hylafax-hfaxd.service >/dev/null 2>&1 || :
+    /bin/systemctl try-restart hylafax-faxq.service >/dev/null 2>&1 || :
+fi
+
+%postun client -p /sbin/ldconfig
+
+%else
+%post
+/sbin/ldconfig
+if [ 0$1 -eq 1 ]; then
+    /sbin/chkconfig --add hylafax+
+fi
+
+%post client
+/sbin/ldconfig
+
+%preun
+if [ 0$1 -eq 0 ]; then
+    /sbin/chkconfig --del hylafax+
+    /sbin/service hylafax stop >/dev/null 2>&1 || :
+fi
+
+%postun
+/sbin/ldconfig
+if [ 0$1 -ge 1 ]; then
+    /sbin/service hylafax+ condrestart >/dev/null 2>&1 || :
+fi
+
+%postun client
+/sbin/ldconfig
+
+%endif
+
+%files
+%if 0%{?fedora} >= 16
+%{_unitdir}/hylafax-hfaxd.service
+%{_unitdir}/hylafax-faxq.service
+%config(noreplace) %{_sysconfdir}/sysconfig/hylafax+
+%endif
+%doc CHANGES CONTRIBUTORS COPYRIGHT README TODO VERSION
+%{_libdir}/libfaxserver*
+%{_mandir}/man5/doneq.5f.gz
+%{_mandir}/man5/hosts.hfaxd.5f.gz
+%{_mandir}/man5/hylafax-config.5f.gz
+%{_mandir}/man5/hylafax-info.5f.gz
+%{_mandir}/man5/hylafax-log.5f.gz
+%{_mandir}/man5/hylafax-server.5f.gz
+%{_mandir}/man5/hylafax-shutdown.5f.gz
+%{_mandir}/man5/pagermap.5f.gz
+%{_mandir}/man5/recvq.5f.gz
+%{_mandir}/man5/sendq.5f.gz
+%{_mandir}/man5/status.5f.gz
+%{_mandir}/man5/tsi.5f.gz
+%{_mandir}/man5/xferfaxlog.5f.gz
+%{_mandir}/man8/choptest.8c.gz
+%{_mandir}/man8/cqtest.8c.gz
+%{_mandir}/man8/faxabort.8c.gz
+%{_mandir}/man8/faxaddmodem.8c.gz
+%{_mandir}/man8/faxadduser.8c.gz
+%{_mandir}/man8/faxanswer.8c.gz
+%{_mandir}/man8/faxconfig.8c.gz
+%{_mandir}/man8/faxcron.8c.gz
+%{_mandir}/man8/faxdeluser.8c.gz
+%{_mandir}/man8/faxgetty.8c.gz
+%{_mandir}/man8/faxlock.8c.gz
+%{_mandir}/man8/faxmodem.8c.gz
+%{_mandir}/man8/faxq.8c.gz
+%{_mandir}/man8/faxqclean.8c.gz
+%{_mandir}/man8/faxquit.8c.gz
+%{_mandir}/man8/faxrcvd.8c.gz
+%{_mandir}/man8/faxsend.8c.gz
+%{_mandir}/man8/faxstate.8c.gz
+%{_mandir}/man8/hfaxd.8c.gz
+%{_mandir}/man8/jobcontrol.8c.gz
+%{_mandir}/man8/mkcover.8c.gz
+%{_mandir}/man8/notify.8c.gz
+%{_mandir}/man8/pagesend.8c.gz
+%{_mandir}/man8/pollrcvd.8c.gz
+%{_mandir}/man8/ps2fax.8c.gz
+%{_mandir}/man8/recvstats.8c.gz
+%{_mandir}/man8/tagtest.8c.gz
+%{_mandir}/man8/tsitest.8c.gz
+%{_mandir}/man8/wedged.8c.gz
+%{_mandir}/man8/xferfaxstats.8c.gz
+%{_mandir}/man8/faxmsg.8c.gz
+%{_mandir}/man8/hylafax.8c.gz
+%{_mandir}/man8/lockname.8c.gz
+%{_mandir}/man8/ondelay.8c.gz
+%{_mandir}/man8/probemodem.8c.gz
+%dir %{_sysconfdir}/hylafax
+%config(noreplace) %{_sysconfdir}/hylafax/hfaxd.conf
+%dir %{faxspool}/config
+%dir %{faxspool}/dev
+%{faxspool}/config/*
+%{faxspool}/bin/dict/*
+%{faxspool}/bin/auto-rotate.ps
+%{faxspool}/etc/cover.templ
+%{faxspool}/etc/lutRS18.pcf
+%{faxspool}/etc/LiberationSans-25.pcf
+%defattr(755,root,root,-)
+%if 0%{?fedora} < 16
+%{_initrddir}/hylafax+
+%endif
+%{_sysconfdir}/cron.daily/hylafax+
+%{_sysconfdir}/cron.hourly/hylafax+
+%{_sbindir}/choptest
+%{_sbindir}/cqtest
+%{_sbindir}/faxabort
+%{_sbindir}/faxaddmodem
+%{_sbindir}/faxadduser
+%{_sbindir}/faxanswer
+%{_sbindir}/faxconfig
+%{_sbindir}/faxcron
+%{_sbindir}/faxdeluser
+%{_sbindir}/faxgetty
+%{_sbindir}/faxlock
+%{_sbindir}/faxmodem
+%{_sbindir}/faxmsg
+%{_sbindir}/faxq
+%{_sbindir}/faxqclean
+%{_sbindir}/faxquit
+%{_sbindir}/faxsend
+%{_sbindir}/faxstate
+%{_sbindir}/hfaxd
+%{_sbindir}/hylafax
+%{_sbindir}/lockname
+%{_sbindir}/ondelay
+%{_sbindir}/pagesend
+%{_sbindir}/probemodem
+%{_sbindir}/recvstats
+%{_sbindir}/tagtest
+%{_sbindir}/tsitest
+%{_sbindir}/xferfaxstats
+%{faxspool}/bin/archive
+%{faxspool}/bin/dictionary
+%{faxspool}/bin/faxrcvd
+%{faxspool}/bin/mkcover
+%{faxspool}/bin/notify
+%{faxspool}/bin/pollrcvd
+%{faxspool}/bin/qp-encode.awk
+%{faxspool}/bin/rfc2047-encode.awk
+%{faxspool}/bin/wedged
+%defattr(-,uucp,uucp,-)
+%dir %{faxspool}
+%dir %{faxspool}/client
+%dir %{faxspool}/etc
+%dir %{faxspool}/info
+%dir %{faxspool}/log
+%dir %{faxspool}/recvq
+%dir %{faxspool}/status
+%config(noreplace) %{faxspool}/etc/xferfaxlog
+%attr(700,uucp,uucp) %dir %{faxspool}/docq
+%attr(700,uucp,uucp) %dir %{faxspool}/doneq
+%attr(700,uucp,uucp) %dir %{faxspool}/archive
+%attr(700,uucp,uucp) %dir %{faxspool}/sendq
+%attr(700,uucp,uucp) %dir %{faxspool}/tmp
+%attr(700,uucp,uucp) %dir %{faxspool}/pollq
+%defattr(600,uucp,uucp,-)
+%config(noreplace) %{faxspool}/etc/hosts.hfaxd
+
+%files client
+%doc CHANGES CONTRIBUTORS COPYRIGHT README TODO VERSION
+%{_libdir}/libfaxutil*
+%{_mandir}/man1/*
+%{_mandir}/man5/dialrules.5f.gz
+%{_mandir}/man5/pagesizes.5f.gz
+%{_mandir}/man5/typerules.5f.gz
+%{_mandir}/man8/dialtest.8c.gz
+%{_mandir}/man8/faxinfo.8c.gz
+%{_mandir}/man8/faxwatch.8c.gz
+%{_mandir}/man8/faxsetup.8c.gz
+%{_mandir}/man8/pdf2fax.8c.gz
+%{_mandir}/man8/tiff2fax.8c.gz
+%{_mandir}/man8/tiffcheck.8c.gz
+%{_mandir}/man8/faxfetch.8c.gz
+%{_mandir}/man8/faxsetup.linux.8c.gz
+%{_mandir}/man8/typetest.8c.gz
+%dir %{_sysconfdir}/hylafax
+%dir %{_sysconfdir}/hylafax/faxmail
+%dir %{_sysconfdir}/hylafax/faxmail/application
+%dir %{_sysconfdir}/hylafax/faxmail/image
+%config(noreplace) %{_sysconfdir}/hylafax/faxcover.ps
+%config(noreplace) %{_sysconfdir}/hylafax/faxmail.ps
+%config(noreplace) %{_sysconfdir}/hylafax/pagesizes
+%config(noreplace) %{_sysconfdir}/hylafax/typerules
+%{faxspool}/bin/genfontmap.ps
+%config(noreplace) %{faxspool}/etc/dialrules*
+%defattr(755,root,root,-)
+%if 0%{?fedora} < 16
+%{_initrddir}/hylafax+
+%endif
+%{_bindir}/*
+%{_sbindir}/dialtest
+%{_sbindir}/edit-faxcover
+%{_sbindir}/faxfetch
+%{_sbindir}/faxinfo
+%{_sbindir}/faxsetup
+%{_sbindir}/faxsetup.linux
+%{_sbindir}/faxwatch
+%{_sbindir}/textfmt
+%{_sbindir}/tiffcheck
+%{_sbindir}/typetest
+%{faxspool}/bin/common-functions
+%{faxspool}/bin/pcl2fax
+%{faxspool}/bin/pdf2fax.gs
+%{faxspool}/bin/ps2fax.gs
+%{faxspool}/bin/tiff2fax
+%{faxspool}/bin/tiff2pdf
+%{_sysconfdir}/hylafax/faxmail/application/pdf
+%{_sysconfdir}/hylafax/faxmail/application/octet-stream
+%{_sysconfdir}/hylafax/faxmail/image/tiff
+%defattr(-,uucp,uucp,-)
+%dir %{faxspool}
+%dir %{faxspool}/etc
+
+%changelog
+* Thu Jan 31 2013 Lee Howard <faxguy at howardsilvan.com> - 5.5.3-1
+- update to 5.5.3
+- break out client utilities into hylafax+-client package
+- add sysconfig feature
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.5.2-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 5.5.2-8
+- rebuild due to "jpeg8-ABI" feature drop
+
+* Sat Dec 15 2012 Lee Howard <faxguy at howardsilvan.com> - 5.5.2-7
+- make jbigkit-devel BuildRequires conditional for Fedora >= 16
+
+* Tue Dec 11 2012 Lee Howard <faxguy at howardsilvan.com> - 5.5.2-6
+- make dependency on systemd-units and system instead of /bin/systemctl
+- modify systemd scriptlets
+- use defattr to accomodate correct permissions for mock builds
+
+* Sat Dec 8 2012 Lee Howard <faxguy at howardsilvan.com> - 5.5.2-5
+- remove defattr from files
+- rename patches and all but Source0 to hylafax+
+- remove config(noreplace) from FIFO
+- add /bin/systemctl build dependency for Fedora > 16
+
+* Mon Dec 3 2012 Lee Howard <faxguy at howardsilvan.com> - 5.5.2-4
+- add missing man pages
+
+* Thu Nov 4 2012 Lee Howard <faxguy at howardsilvan.com> - 5.5.2-3
+- spec optimizations
+- clarify linkage in libfaxserver
+- add systemd support
+
+* Thu Nov 1 2012 Lee Howard <faxguy at howardsilvan.com> - 5.5.2-2
+- change package name to hylafax+
+- add Provides: hylafax
+
+* Sat Oct 13 2012 Lee Howard <faxguy at howardsilvan.com> - 5.5.2-1
+- update to 5.5.2
+
+* Mon Jan 12 2012 Lee Howard <faxguy at howardsilvan.com> - 5.5.1-1
+- update to 5.5.1
+
+* Sat Dec 18 2010 Lee Howard <faxguy at howardsilvan.com> - 5.5.0-1
+- update to 5.5.0
+
+* Sun Oct 13 2010 Lee Howard <faxguy at howardsilvan.com> - 5.4.3-1
+- update to 5.4.3
+
+* Sun May 2 2010 Lee Howard <faxguy at howardsilvan.com> - 5.4.2-1
+- update to 5.4.2
+
+* Mon Feb 22 2010 Lee Howard <faxguy at howardsilvan.com> - 5.4.1-1
+- update to 5.4.1
+
+* Tue Dec 23 2009 Lee Howard <faxguy at howardsilvan.com> - 5.4.0-1
+- update to 5.4.0
+- add lcms-devel build dependency
+
+* Mon Oct 25 2009 Lee Howard <faxguy at howardsilvan.com> - 5.3.0-1
+- update to 5.3.0
+
+* Sat Feb 28 2009 Lee Howard <faxguy at howardsilvan.com> - 5.2.9-1
+- update to 5.2.9
+- remove "Provides: hylafax"
+
+* Sun Dec 21 2008 Lee Howard <faxguy at howardsilvan.com> - 5.2.8-1
+- update to 5.2.8
+
+* Mon Apr 28 2008 Lee Howard <faxguy at howardsilvan.com> - 5.2.4-3
+- openldap-devel and pam-devel build dependencies
+
+* Wed Apr 23 2008 Lee Howard <faxguy at howardsilvan.com> - 5.2.4-1
+- update to 5.2.4
+
+* Sat Mar 29 2008 Lee Howard <faxguy at howardsilvan.com> - 5.2.3-1
+- update to 5.2.3
+
+* Fri Jan 18 2008 Lee Howard <faxguy at howardsilvan.com> - 5.2.2-1
+- make licensing BSD, initscript is not config, remove libtiff dependency
+
+* Thu Nov 8 2007 Lee Howard <faxguy at howardsilvan.com> - 5.1.11-1
+- add libtiff dependency
+
+* Thu Aug 2 2007 Lee Howard <faxguy at howardsilvan.com> - 5.1.7-1
+- update to 5.1.7
+
+* Sat Jul 14 2007 Lee Howard <faxguy at howardsilvan.com> - 5.1.6-1
+- accomodate MIMEConverter script location change
+
+* Fri Mar 23 2007 Lee Howard <faxguy at howardsilvan.com> - 5.1.2-1
+- made faxq's FIFO "noreplace" to keep upgrades from messing up a running faxq
+
+* Thu Mar  8 2007 Lee Howard <faxguy at howardsilvan.com> - 5.1.1-1
+- update to 5.1.1
+
+* Thu Feb 22 2007 Lee Howard <faxguy at howardsilvan.com> - 5.1.0-1
+- update to 5.1.0
+
+* Thu Jan 11 2007 Lee Howard <faxguy at howardsilvan.com> - 5.0.4-1
+- update to 5.0.4
+
+* Tue Jan 1 2007 Lee Howard <faxguy at howardsilvan.com> - 5.0.3-1
+- update to 5.0.3
+
+* Wed Dec 13 2006 Lee Howard <faxguy at howardsilvan.com> - 5.0.2-1
+- update to 5.0.2
+
+* Wed Nov 1 2006 Lee Howard <faxguy at howardsilvan.com> - 5.0.0-1
+- update to 5.0.0
+- disable build of debuginfo package
+- change ownership of config and dev to root,root
+- move changelog to the end of the spec file
+
+* Mon Sep 18 2006 Lee Howard <faxguy at howardsilvan.com> - 4.3.0.11-1
+- update to 4.3.0.1
+
+* Tue Apr 11 2006 Lee Howard <faxguy at howardsilvan.com> - 4.2.5.6-1
+- update to 4.2.5.6
+
+* Tue Apr 11 2006 Lee Howard <faxguy at howardsilvan.com> - 4.2.5.5-1
+- initial 4.2.5.5 build


More information about the scm-commits mailing list