1 |
# $Id: smeserver-print-monitor.spec,v 1.1 2020/10/29 10:06:06 brianr Exp $ |
# $Id: smeserver-print-monitor.spec,v 1.5 2022/08/01 03:59:11 jpp Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
5 |
%define name smeserver-print-monitor |
%define name smeserver-print-monitor |
6 |
%define version 0.0.7 |
%define version 0.0.7 |
7 |
%define release 4 |
%define release 8 |
8 |
Summary: SME Server print monitor |
Summary: SME Server print monitor |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
12 |
License: Freely distributable |
License: Freely distributable |
13 |
Group: Apache/php/caching |
Group: Apache/php/caching |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
Patch0: smeserver-print-monitor-0.0.7-auth.patch |
Patch0: smeserver-print-monitor-0.0.7-auth.patch |
16 |
|
Patch1: smeserver-print-monitor-0.0.7-Add-Update-event-to-createlinks.patch |
17 |
|
Patch2: smeserver-print-monitor-0.0.7-bz12058-httpd24.patch |
18 |
|
|
19 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
20 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: smeserver-release >= 7 |
Requires: smeserver-release >= 10 |
23 |
|
Requires: e-smith-apache >= 2.6.0-19 |
24 |
Obsoletes: smeserver-lprng-monitor |
Obsoletes: smeserver-lprng-monitor |
25 |
Provides: AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sun Jul 31 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.7-8.sme |
29 |
|
- update to httpd 2.4 access syntax [SME: 12058] |
30 |
|
removed compat sections, adding Requirement for e-smith-apache >= 2.6.0-19 |
31 |
|
|
32 |
|
* Sun Jul 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.7-6.sme |
33 |
|
- update to httpd 2.4 access syntax [SME: 12058] |
34 |
|
|
35 |
|
* Sun Mar 28 2021 Brian Read <brianr@bjsystems.co.uk> 0.0.7-5.sme |
36 |
|
- Add Update event to createlinks [SME: 11067] |
37 |
|
|
38 |
|
* Sun Mar 28 2021 BogusDateBot |
39 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
40 |
|
by assuming the date is correct and changing the weekday. |
41 |
|
|
42 |
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.0.7-4.sme |
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.0.7-4.sme |
43 |
- Initial import to SME10 [SME: 11067] |
- Initial import to SME10 [SME: 11067] |
44 |
|
|
45 |
* Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.7-3.sme |
* Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.7-3.sme |
46 |
- fix missing AuthBasicProvider external |
- Add Update event to createlinks missing AuthBasicProvider external |
47 |
- thank you to Anne aka Ecureuil for providing the fix and testing. |
- thank you to Anne aka Ecureuil for providing the fix and testing. |
48 |
|
|
49 |
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 0.0.7-1.sme |
* Fri Sep 18 2009 Stephen Noble <support@dungog.net> 0.0.7-1.sme |
56 |
%prep |
%prep |
57 |
%setup |
%setup |
58 |
%patch0 -p1 |
%patch0 -p1 |
59 |
|
%patch1 -p1 |
60 |
|
%patch2 -p1 |
61 |
|
|
62 |
%build |
%build |
63 |
perl createlinks |
perl createlinks |