/[smecontribs]/rpms/smeserver-hylafax/contribs10/smeserver-hylafax.spec
ViewVC logotype

Diff of /rpms/smeserver-hylafax/contribs10/smeserver-hylafax.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by brianr, Fri Dec 18 12:12:07 2020 UTC Revision 1.7 by brianr, Tue Nov 2 09:52:38 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-hylafax.spec,v 1.4 2016/05/05 04:03:55 unnilennium Exp $  # $Id: smeserver-hylafax.spec,v 1.6 2021/10/15 11:37:54 brianr 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 9  %define release 15
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}
# Line 15  Group: SMEserver/addon Line 15  Group: SMEserver/addon
15  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
16  Patch1: smeserver-hylafax-0.9-6.symlink.patch  Patch1: smeserver-hylafax-0.9-6.symlink.patch
17  Patch2: smeserver-hylafax-0.9.sme9.patch  Patch2: smeserver-hylafax-0.9.sme9.patch
18    Patch3: smeserver-hylafax-0.9-Take-out-initd-calls-in-createlinks-file.patch
19    Patch4: smeserver-hylafax-0.9-Add-Update-event-to-createlinks.patch
20    #Patch5: smeserver-hylafax-0.9-Add-restart-event-without-conf-expand.patch - reverse out Release 12
21    Patch5: smeserver-hylafax-0.9-Add-mailfax-change-from-wiki-and-faxsetup-conf-additions.patch
22    Patch6: smeserver-hylafax-0.9-Add-FaxDispatch-config.patch
23    
24  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
25  BuildArchitectures: noarch  BuildArchitectures: noarch
26  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
# Line 26  AutoReqProv: no Line 32  AutoReqProv: no
32  HylaFAX is an enterprise-class system for sending and receiving facsimiles  HylaFAX is an enterprise-class system for sending and receiving facsimiles
33    
34  %changelog  %changelog
35    * Tue Nov 02 2021 Brian Read <brianr@bjsystems.co.uk> 0.9-15.sme
36    - Add FaxDispatch confif file [SME: 11269]
37    
38    * Fri Oct 15 2021 Brian Read <brianr@bjsystems.co.uk> 0.9-14.sme
39    - Add conf fragment for faxsetup fonts [SME: 11269]
40    - Edit in Mailfax changes from wiki
41    
42    
43    * Fri Oct 15 2021 Brian Read <brianr@bjsystems.co.uk> 0.9-13.sme
44    - Reverse out release 12 changes. [SME: 11269]
45    
46    * Wed Oct 13 2021 Brian Read <brianr@bjsystems.co.uk> 0.9-12.sme
47    - Add restart event without conf expand as faxsetup writes to it [SME: 11269]
48    
49    * Mon Oct 11 2021 Brian Read <brianr@bjsystems.co.uk> 0.9-11.sme
50    - Add-Update-event-to-createlinks.patch [SME: 11269]
51    
52    * Fri Dec 18 2020 Brian Read <brianr@bjsystems.co.uk> 0.9-10.sme
53    - Initial import to SME10 [SME:11269 ]
54    - Take-out-initd-calls-in-createlinks-file
55    
56  * Wed May 04 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.9-9.sme  * Wed May 04 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.9-9.sme
57  - fix permission problem on xferfaxlog [SME: 7828]  - fix permission problem on xferfaxlog [SME: 7828]
58  - r9: avoid xferfaxlog from being replaced on update  - r9: avoid xferfaxlog from being replaced on update
# Line 67  HylaFAX is an enterprise-class system fo Line 94  HylaFAX is an enterprise-class system fo
94    
95  %patch1 -p1  %patch1 -p1
96  %patch2 -p1  %patch2 -p1
97    %patch3 -p1
98    %patch4 -p1
99    #%patch5 -p1 - Reverse out release 12 changes.
100    %patch5 -p1
101    %patch6 -p1
102    
103    
104  %build  %build
# Line 76  mkdir -p          root/etc/e-smith/db/co Line 108  mkdir -p          root/etc/e-smith/db/co
108  echo "service"  > root/etc/e-smith/db/configuration/defaults/hylafax/type  echo "service"  > root/etc/e-smith/db/configuration/defaults/hylafax/type
109  echo "enabled"  > root/etc/e-smith/db/configuration/defaults/hylafax/status  echo "enabled"  > root/etc/e-smith/db/configuration/defaults/hylafax/status
110  echo "ttyS0"    > root/etc/e-smith/db/configuration/defaults/hylafax/port  echo "ttyS0"    > root/etc/e-smith/db/configuration/defaults/hylafax/port
111  /bin/touch        root/var/spool/hylafax/etc/xferfaxlog  #/bin/touch       root/var/spool/hylafax/etc/xferfaxlog
112    
113  %install  %install
114  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 87  rm -f %{name}-%{version}-filelist Line 119  rm -f %{name}-%{version}-filelist
119       --file '/var/spool/hylafax/mimetype/application/ps' 'attr(0755,root,root)' \       --file '/var/spool/hylafax/mimetype/application/ps' 'attr(0755,root,root)' \
120       --file '/var/spool/hylafax/mimetype/image/tiff' 'attr(0755,root,root)' \       --file '/var/spool/hylafax/mimetype/image/tiff' 'attr(0755,root,root)' \
121       --file '/var/spool/hylafax/etc/mailfax' 'attr(0755,root,root)' \       --file '/var/spool/hylafax/etc/mailfax' 'attr(0755,root,root)' \
122       --file '/var/spool/hylafax/etc/xferfaxlog' 'config(noreplace) %attr(0755,uucp,uucp)' \       --ignoredir '/var/spool/hylafax' \
123         --ignoredir '/var/spool/hylafax/etc' \
124       > %{name}-%{version}-filelist       > %{name}-%{version}-filelist
125  echo "%doc COPYING" >> %{name}-%{version}-filelist  echo "%doc COPYING" >> %{name}-%{version}-filelist
126    
# Line 103  rm -rf %{name}-%{version} Line 136  rm -rf %{name}-%{version}
136  #/sbin/e-smith/expand-template /etc/init/ttyS0.conf  #/sbin/e-smith/expand-template /etc/init/ttyS0.conf
137  #/bin/rm -f /etc/cron.daily/hylafax  #/bin/rm -f /etc/cron.daily/hylafax
138  #/bin/touch /var/spool/hylafax/etc/xferfaxlog  #/bin/touch /var/spool/hylafax/etc/xferfaxlog
139  #echo "see http://wiki.contribs.org/HylaFax"  echo "*****************************************"
140    echo "*  See http://wiki.contribs.org/HylaFax  *"
141    echo "*  Remember to run /usr/sbin/faxsetup    *"
142    echo "*****************************************"
143    
144  %postun  %postun
145  /sbin/e-smith/expand-template /etc/inittab  #/sbin/e-smith/expand-template /etc/inittab
146  /sbin/init q  #/sbin/init q
147    
148  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
149  %defattr(-,root,root)  %defattr(-,root,root)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed