1 |
# $Id: e-smith-LPRng.spec,v 1.1 2013/02/13 15:43:24 slords Exp $ |
# $Id: e-smith-LPRng.spec,v 1.4 2020/11/12 17:00:21 michel Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - LPRng module |
Summary: e-smith server and gateway - LPRng module |
4 |
%define name e-smith-LPRng |
%define name e-smith-LPRng |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 1 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: %{name}-%{version}-bz11006_systemd.patch |
14 |
|
Patch1: %{name}-%{version}-bz11006_systemd_bis.patch |
15 |
|
Patch2: %{name}-%{version}-remove_lpd_link_.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
Requires: e-smith-base, LPRng |
Requires: e-smith-base, LPRng |
18 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
19 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
20 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
21 |
|
BuildRequires: grep |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
27 |
Add printing features, using the LPRng package. |
Add printing features, using the LPRng package. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-5.sme |
31 |
|
- Remove init.d/supervise/lpd link [SME: 11006] |
32 |
|
|
33 |
|
* Wed Nov 11 2020 Michel Begue <mab974@gmail.com> 2.6.0-4.sme |
34 |
|
- keep runit service for systemd [SME: 11006] |
35 |
|
- fix update event name [SME: 11007] |
36 |
|
|
37 |
|
* Sat Sep 05 2020 Michel Begue <mab974@gmail.com> 2.6.0-3.sme |
38 |
|
- from service to systemd [SME: 11006] |
39 |
|
- add lpd-update event [SME: 11007] |
40 |
|
|
41 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
42 |
|
- Rebuild for [SME: 9393] |
43 |
|
|
44 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
45 |
- Initial release to sme10 |
- Initial release to sme10 |
46 |
|
|
508 |
merged configuration/services hash to esmith::cgi |
merged configuration/services hash to esmith::cgi |
509 |
functions. |
functions. |
510 |
|
|
511 |
* Thu Oct 06 2000 Tony Clayton <tonyc@e-smith.com> |
* Fri Oct 06 2000 Tony Clayton <tonyc@e-smith.com> |
512 |
- Fixed require dependency (was e-smith-lib >= 1.0-21) |
- Fixed require dependency (was e-smith-lib >= 1.0-21) |
513 |
|
|
514 |
* Fri Oct 06 2000 Adrian Chung <adrian.chung@e-smith.com> |
* Fri Oct 06 2000 Adrian Chung <adrian.chung@e-smith.com> |
516 |
for now in e-smith-base. |
for now in e-smith-base. |
517 |
- Added require dependency for e-smith-lib. |
- Added require dependency for e-smith-lib. |
518 |
|
|
519 |
* Tue Oct 04 2000 Adrian Chung <adrian.chung@e-smith.com> |
* Wed Oct 04 2000 Adrian Chung <adrian.chung@e-smith.com> |
520 |
- Changed restart action to use serviceControl(restart). |
- Changed restart action to use serviceControl(restart). |
521 |
|
|
522 |
* Tue Oct 04 2000 Adrian Chung <adrian.chung@e-smith.com> |
* Wed Oct 04 2000 Adrian Chung <adrian.chung@e-smith.com> |
523 |
- Changed so that templates are only expanded if service is enabled. |
- Changed so that templates are only expanded if service is enabled. |
524 |
|
|
525 |
* Tue Oct 03 2000 Charlie Brady <charlieb@e-smith.com> |
* Tue Oct 03 2000 Charlie Brady <charlieb@e-smith.com> |
558 |
|
|
559 |
%prep |
%prep |
560 |
%setup |
%setup |
561 |
|
%patch0 -p1 |
562 |
|
%patch1 -p1 |
563 |
|
%patch2 -p1 |
564 |
|
|
565 |
%build |
%build |
566 |
perl createlinks |
perl createlinks |