1 |
# $Id: e-smith-lib-compspec.spec,v 1.1 2016/02/05 22:42:01 stephdl Exp $ |
# $Id: e-smith-lib-compspec.spec,v 1.3 2021/02/20 05:56:57 jpp Exp $ |
2 |
|
|
3 |
Summary: bash completion specifications for e-smith-lib utilities |
Summary: bash completion specifications for e-smith-lib utilities |
4 |
%define name e-smith-lib-compspec |
%define name e-smith-lib-compspec |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 2 |
%define release 4 |
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-lib-compspec-2.6.0-bz11312.patch |
14 |
|
Patch1: e-smith-lib-compspec-2.6.0-bz11368-bz4661.patch |
15 |
|
|
16 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-lib |
Requires: e-smith-lib |
26 |
%prep |
%prep |
27 |
%setup |
%setup |
28 |
mkdir -p root/etc/e-smith/events/%{name}-update |
mkdir -p root/etc/e-smith/events/%{name}-update |
29 |
|
%patch0 -p1 |
30 |
|
%patch1 -p1 |
31 |
|
|
32 |
%build |
%build |
33 |
|
|
46 |
%defattr(-,root,root) |
%defattr(-,root,root) |
47 |
|
|
48 |
%changelog |
%changelog |
49 |
|
* Wed Apr 06 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
50 |
|
- fix last dot erased on completion [SME: 11368] |
51 |
|
- error on incorect cmd input [SME: 4661] |
52 |
|
|
53 |
|
* Sat Feb 20 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
54 |
|
- allow easy access to templates.metadata to expand desired files [SME: 11312] |
55 |
|
|
56 |
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
57 |
- add update event [SME: 11142] |
- add update event [SME: 11142] |
58 |
|
|