--- rpms/smeserver-hylafax/contribs10/smeserver-hylafax.spec 2020/12/18 12:12:07 1.1 +++ rpms/smeserver-hylafax/contribs10/smeserver-hylafax.spec 2020/12/18 14:51:13 1.2 @@ -1,10 +1,10 @@ -# $Id: smeserver-hylafax.spec,v 1.4 2016/05/05 04:03:55 unnilennium Exp $ +# $Id: smeserver-hylafax.spec,v 1.1 2020/12/18 12:12:07 brianr Exp $ # Authority: dungog # Name: Stephen Noble %define name smeserver-hylafax %define version 0.9 -%define release 9 +%define release 10 Summary: Set up hylafax for sending and receiving facsimiles. Name: %{name} Version: %{version} @@ -15,6 +15,7 @@ Group: SMEserver/addon Source: %{name}-%{version}.tar.gz Patch1: smeserver-hylafax-0.9-6.symlink.patch Patch2: smeserver-hylafax-0.9.sme9.patch +Patch3: smeserver-hylafax-0.9-Take-out-initd-calls-in-createlinks-file.patch BuildRoot: /var/tmp/%{name}-%{version} BuildArchitectures: noarch BuildRequires: e-smith-devtools >= 1.13.1-03 @@ -26,6 +27,10 @@ AutoReqProv: no HylaFAX is an enterprise-class system for sending and receiving facsimiles %changelog +* Fri Dec 18 2020 Brian Read 0.9-10.sme +- Initial import to SME10 [SME:11269 ] +- Take-out-initd-calls-in-createlinks-file + * Wed May 04 2016 Jean-Philipe Pialasse 0.9-9.sme - fix permission problem on xferfaxlog [SME: 7828] - r9: avoid xferfaxlog from being replaced on update @@ -67,6 +72,7 @@ HylaFAX is an enterprise-class system fo %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build @@ -76,7 +82,7 @@ mkdir -p root/etc/e-smith/db/co echo "service" > root/etc/e-smith/db/configuration/defaults/hylafax/type echo "enabled" > root/etc/e-smith/db/configuration/defaults/hylafax/status echo "ttyS0" > root/etc/e-smith/db/configuration/defaults/hylafax/port -/bin/touch root/var/spool/hylafax/etc/xferfaxlog +#/bin/touch root/var/spool/hylafax/etc/xferfaxlog %install rm -rf $RPM_BUILD_ROOT @@ -87,7 +93,8 @@ rm -f %{name}-%{version}-filelist --file '/var/spool/hylafax/mimetype/application/ps' 'attr(0755,root,root)' \ --file '/var/spool/hylafax/mimetype/image/tiff' 'attr(0755,root,root)' \ --file '/var/spool/hylafax/etc/mailfax' 'attr(0755,root,root)' \ - --file '/var/spool/hylafax/etc/xferfaxlog' 'config(noreplace) %attr(0755,uucp,uucp)' \ + --ignoredir '/var/spool/hylafax' \ + --ignoredir '/var/spool/hylafax/etc' \ > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist