1 |
|
# $Id$ |
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 1.14.0 |
%define version 2.0.0 |
7 |
%define release 5 |
%define release 1 |
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.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-LPRng-1.14.0-use_client_driver.patch |
|
|
Patch1: e-smith-LPRng-1.14.0-create_all.patch |
|
|
Patch2: e-smith-LPRng-1.14.0-atalk.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
Requires: e-smith-base, LPRng |
Requires: e-smith-base, LPRng |
15 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
16 |
|
Requires: e-smith-formmagick >= 1.4.0-12 |
17 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
AutoReqProv: no |
AutoReqProv: no |
23 |
Add printing features, using the LPRng package. |
Add printing features, using the LPRng package. |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
27 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
28 |
|
|
29 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-9 |
30 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4291] |
31 |
|
|
32 |
|
* Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.14.0-8 |
33 |
|
- Cleanup CREATE/ADD tag mixup [SME: 4045] |
34 |
|
|
35 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.14.0-7 |
36 |
|
- Remove <base> tags now in general [SME: 3920] |
37 |
|
|
38 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-6 |
39 |
|
- Warn not to use bad terms on Add Printer page [SME: 3667] |
40 |
|
|
41 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
42 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
43 |
|
|
533 |
|
|
534 |
%prep |
%prep |
535 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
536 |
|
|
537 |
%build |
%build |
538 |
perl createlinks |
perl createlinks |