1 |
# $Id: e-smith-devtools.spec,v 1.6 2015/06/29 20:22:43 stephdl Exp $ |
# $Id: e-smith-devtools.spec,v 1.5 2016/05/12 17:08:37 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith tools for building RPMs |
Summary: e-smith tools for building RPMs |
4 |
%define name e-smith-devtools |
%define name e-smith-devtools |
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: e-smith-devtools-2.6.0-no_dir_and_attr_for_symlinks.patch |
14 |
|
Patch1: e-smith-devtools-2.6.0-ignore_more_system_dir.patch |
15 |
|
Patch2: e-smith-devtools-2.6.0-use_c_wrapper_for_cgi.patch |
16 |
|
Patch3: e-smith-devtools-2.6.0-quote_filenames.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Tue Aug 23 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme |
24 |
|
- Quote filenames in genfilelist so filenames containing spaces are correctly |
25 |
|
handled [SME: 9750] |
26 |
|
|
27 |
|
* Wed May 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme |
28 |
|
- Panel links points on the manager's C wrapper, and original cgi are not |
29 |
|
suid anymore. [SME: 9393] |
30 |
|
- console is now also called through a C wrapper to replace perl-suid [SME: 9393] |
31 |
|
|
32 |
|
* Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
33 |
|
- Ignore more system directories [SME: 9347] |
34 |
|
|
35 |
|
* Sun Feb 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
36 |
|
- Don't add %dir and %attr in genfilelist for symlinks, code from |
37 |
|
Charlie Brady [SME: 9232] |
38 |
|
|
39 |
* Thu Feb 4 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-1.sme |
* Thu Feb 4 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-1.sme |
40 |
- Roll new stream for sme10 |
- Roll new stream for sme10 |
41 |
|
|
418 |
|
|
419 |
%prep |
%prep |
420 |
%setup |
%setup |
421 |
|
%patch0 -p1 |
422 |
|
%patch1 -p1 |
423 |
|
%patch2 -p1 |
424 |
|
%patch3 -p1 |
425 |
|
|
426 |
%build |
%build |
427 |
|
|
428 |
%install |
%install |