1 |
# $Id: smeserver-hylafax.spec,v 1.2 2016/05/03 05:29:10 unnilennium Exp $ |
# $Id: smeserver-hylafax.spec,v 1.3 2016/05/05 03:25:19 unnilennium Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
5 |
%define name smeserver-hylafax |
%define name smeserver-hylafax |
6 |
%define version 0.9 |
%define version 0.9 |
7 |
%define release 8 |
%define release 9 |
8 |
Summary: Set up hylafax for sending and receiving facsimiles. |
Summary: Set up hylafax for sending and receiving facsimiles. |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
26 |
HylaFAX is an enterprise-class system for sending and receiving facsimiles |
HylaFAX is an enterprise-class system for sending and receiving facsimiles |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
* Wed May 04 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.9-8.sme |
* Wed May 04 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.9-9.sme |
30 |
- fix permission problem on xferfaxlog [SME: 7828] |
- fix permission problem on xferfaxlog [SME: 7828] |
31 |
|
- r9: avoid xferfaxlog from being replaced on update |
32 |
|
|
33 |
* Tue May 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.9-7.sme |
* Tue May 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.9-7.sme |
34 |
- fix hylafax does not start on SME9 [SME: 9485] |
- fix hylafax does not start on SME9 [SME: 9485] |
87 |
--file '/var/spool/hylafax/mimetype/application/ps' 'attr(0755,root,root)' \ |
--file '/var/spool/hylafax/mimetype/application/ps' 'attr(0755,root,root)' \ |
88 |
--file '/var/spool/hylafax/mimetype/image/tiff' 'attr(0755,root,root)' \ |
--file '/var/spool/hylafax/mimetype/image/tiff' 'attr(0755,root,root)' \ |
89 |
--file '/var/spool/hylafax/etc/mailfax' 'attr(0755,root,root)' \ |
--file '/var/spool/hylafax/etc/mailfax' 'attr(0755,root,root)' \ |
90 |
--file '/var/spool/hylafax/etc/xferfaxlog' 'attr(0755,uucp,uucp)' \ |
--file '/var/spool/hylafax/etc/xferfaxlog' 'config(noreplace) %attr(0755,uucp,uucp)' \ |
91 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
92 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
93 |
|
|