1 |
# $Id: e-smith-devtools.spec,v 1.1 2016/02/04 22:54:13 vip-ire Exp $ |
# $Id: e-smith-devtools.spec,v 1.2 2016/02/07 10:02:27 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 |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser) |
18 |
AutoReqProv: no |
AutoReqProv: no |
19 |
|
|
20 |
%changelog |
%changelog |
21 |
|
* Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
22 |
|
- Ignore more system directories [SME: 9347] |
23 |
|
|
24 |
* Sun Feb 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
* Sun Feb 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
25 |
- Don't add %dir and %attr in genfilelist for symlinks, code from |
- Don't add %dir and %attr in genfilelist for symlinks, code from |
26 |
Charlie Brady [SME: 9232] |
Charlie Brady [SME: 9232] |
408 |
%prep |
%prep |
409 |
%setup |
%setup |
410 |
%patch0 -p1 |
%patch0 -p1 |
411 |
|
%patch1 -p1 |
412 |
|
|
413 |
%build |
%build |
414 |
|
|