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.1 2016/02/05 22:42:01 stephdl 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 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
22 |
|
|
23 |
%prep |
%prep |
24 |
%setup |
%setup |
25 |
|
mkdir -p root/etc/e-smith/events/%{name}-update |
26 |
|
|
27 |
%build |
%build |
28 |
|
|
41 |
%defattr(-,root,root) |
%defattr(-,root,root) |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
|
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
45 |
|
- add update event [SME: 11142] |
46 |
|
|
47 |
* 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 |
48 |
- Initial release to sme10 |
- Initial release to sme10 |
49 |
|
|