|
|
@ -1,5 +1,5 @@ |
|
|
|
%define version 0.1.0 |
|
|
|
%define version 0.1.2 |
|
|
|
%define release 1 |
|
|
|
%define release 1.beta2 |
|
|
|
%define name ipasserelle-fax |
|
|
|
%define name ipasserelle-fax |
|
|
|
|
|
|
|
|
|
|
|
Name: %{name} |
|
|
|
Name: %{name} |
|
|
@ -25,10 +25,16 @@ iPasserelle module for the fax server. |
|
|
|
Uses smeserver-hylafax |
|
|
|
Uses smeserver-hylafax |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Wed Jul 15 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.2-1.sme |
|
|
|
|
|
|
|
- Update faxrcvd-sme for Hylafax 4.4.4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 3 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1.sme |
|
|
|
|
|
|
|
- Add faxgetty-iax and faxgetty-iax2 daemontools services |
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 3 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1 |
|
|
|
* Wed Dec 3 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1 |
|
|
|
- Import in GIT |
|
|
|
- Import in GIT |
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 12 2011 Daniel Berteaud <daniel@firewall-services.com> - 0.1-1.sme |
|
|
|
* Mon Sep 12 2011 Daniel Berteaud <daniel@firewall-services.com> - 0.1-1.sme |
|
|
|
- Initial release |
|
|
|
- Initial release |
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
%prep |
|
|
@ -39,6 +45,8 @@ perl ./createlinks |
|
|
|
%{__mkdir_p} root/var/fax |
|
|
|
%{__mkdir_p} root/var/fax |
|
|
|
%{__mkdir_p} root/var/log/iaxmodem |
|
|
|
%{__mkdir_p} root/var/log/iaxmodem |
|
|
|
%{__mkdir_p} root/var/log/iaxmodem2 |
|
|
|
%{__mkdir_p} root/var/log/iaxmodem2 |
|
|
|
|
|
|
|
%{__mkdir_p} root/var/log/faxgetty-iax |
|
|
|
|
|
|
|
%{__mkdir_p} root/var/log/faxgetty-iax2 |
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
%install |
|
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
@ -49,10 +57,16 @@ rm -f %{name}-%{version}-filelist |
|
|
|
--dir /var/fax 'attr(0770,root,uucp)' \ |
|
|
|
--dir /var/fax 'attr(0770,root,uucp)' \ |
|
|
|
--dir /var/log/iaxmodem 'attr(0770,root,smelog)' \ |
|
|
|
--dir /var/log/iaxmodem 'attr(0770,root,smelog)' \ |
|
|
|
--dir /var/log/iaxmodem2 'attr(0770,root,smelog)' \ |
|
|
|
--dir /var/log/iaxmodem2 'attr(0770,root,smelog)' \ |
|
|
|
|
|
|
|
--dir /var/log/faxgetty-iax 'attr(0770,root,smelog)' \ |
|
|
|
|
|
|
|
--dir /var/log/faxgetty-iax2 'attr(0770,root,smelog)' \ |
|
|
|
--file /var/service/iaxmodem/run 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/iaxmodem/run 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/iaxmodem/log/run 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/iaxmodem/log/run 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/iaxmodem2/run 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/iaxmodem2/run 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/iaxmodem2/log/run 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/iaxmodem2/log/run 'attr(0755,root,root)' \ |
|
|
|
|
|
|
|
--file /var/service/faxgetty-iax/run 'attr(0755,root,root)' \ |
|
|
|
|
|
|
|
--file /var/service/faxgetty-iax/log/run 'attr(0755,root,root)' \ |
|
|
|
|
|
|
|
--file /var/service/faxgetty-iax2/run 'attr(0755,root,root)' \ |
|
|
|
|
|
|
|
--file /var/service/faxgetty-iax2/log/run 'attr(0755,root,root)' \ |
|
|
|
$RPM_BUILD_ROOT > %{name}-%{version}-%{release}-filelist |
|
|
|
$RPM_BUILD_ROOT > %{name}-%{version}-%{release}-filelist |
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}-%{version}-%{release}-filelist |
|
|
|
%files -f %{name}-%{version}-%{release}-filelist |
|
|
|