1 |
# $Id: e-smith-lib-compspec.spec,v 1.1 2013/01/25 18:25:30 slords Exp $ |
# $Id: e-smith-lib-compspec.spec,v 1.2 2021/01/06 20:06:21 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 1 |
%define release 3 |
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 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-lib |
Requires: e-smith-lib |
23 |
|
|
24 |
%prep |
%prep |
25 |
%setup |
%setup |
26 |
|
mkdir -p root/etc/e-smith/events/%{name}-update |
27 |
|
%patch0 -p1 |
28 |
|
|
29 |
%build |
%build |
30 |
|
|
43 |
%defattr(-,root,root) |
%defattr(-,root,root) |
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Sat Feb 20 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
47 |
|
- allow easy access to templates.metadata to expand desired files [SME: 11312] |
48 |
|
|
49 |
|
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
50 |
|
- add update event [SME: 11142] |
51 |
|
|
52 |
* 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 |
53 |
- Initial release to sme10 |
- Initial release to sme10 |
54 |
|
|