1 |
# $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 |
4 |
%define name e-smith-lib-compspec |
5 |
Name: %{name} |
6 |
%define version 2.6.0 |
7 |
%define release 4 |
8 |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
10 |
License: GPL |
11 |
Group: Networking/Daemons |
12 |
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 |
17 |
BuildArchitectures: noarch |
18 |
Requires: e-smith-lib |
19 |
BuildRequires: e-smith-devtools |
20 |
AutoReqProv: no |
21 |
|
22 |
%description |
23 |
e-smith module containing bash completion specifications for the |
24 |
e-smith-lib command-line utilities (db, config, expand-template, signal-event). |
25 |
|
26 |
%prep |
27 |
%setup |
28 |
mkdir -p root/etc/e-smith/events/%{name}-update |
29 |
%patch0 -p1 |
30 |
%patch1 -p1 |
31 |
|
32 |
%build |
33 |
|
34 |
|
35 |
%install |
36 |
rm -rf $RPM_BUILD_ROOT |
37 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
38 |
rm -f %{name}-%{version}-filelist |
39 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT | |
40 |
grep -v test.pl > %{name}-%{version}-filelist |
41 |
|
42 |
%clean |
43 |
rm -rf $RPM_BUILD_ROOT |
44 |
|
45 |
%files -f %{name}-%{version}-filelist |
46 |
%defattr(-,root,root) |
47 |
|
48 |
%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 |
57 |
- add update event [SME: 11142] |
58 |
|
59 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
60 |
- Initial release to sme10 |
61 |
|
62 |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
63 |
- Roll new stream for sme9 |
64 |
|
65 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
66 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
67 |
|
68 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
69 |
- Clean up spec so package can be built by koji/plague |
70 |
|
71 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
72 |
- Update to new release naming. No functional changes. |
73 |
- Make Packager generic |
74 |
|
75 |
* Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-01 |
76 |
- Roll stable stream version. [SME: 1016] |
77 |
|
78 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.3.0-05 |
79 |
- Bump release number only |
80 |
|
81 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
82 |
- [0.3.0-04] |
83 |
- Be prepared for move of dbs to /home/e-smith/db [SF: 1216546] |
84 |
|
85 |
* Fri Jul 15 2005 Tony Clayton <apc@e-smith.com> |
86 |
- [0.3.0-03] |
87 |
- Fix db/signal-event completion algorithms |
88 |
- Optimize expand-template completion algorithm |
89 |
|
90 |
* Tue Feb 24 2004 Tony Clayton <apc@e-smith.com> |
91 |
- [0.3.0-02] |
92 |
- Streamline completion algorithms for faster execution |
93 |
|
94 |
* Tue Feb 24 2004 Tony Clayton <apc@e-smith.com> |
95 |
- [0.3.0-01] |
96 |
- Changing version to development stream number - 0.3.0 |
97 |
|
98 |
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
99 |
- [0.2.0-01] |
100 |
- Changing version to stable stream number - 0.2.0 |
101 |
|
102 |
* Wed Jul 24 2002 Tony Clayton <apc@e-smith.com> |
103 |
- [0.1.2-01] |
104 |
- Imported into CVS, fixed description [tonyc 3819] |
105 |
|
106 |
* Tue Jun 04 2002 Tony Clayton <tonyc@e-smith.com> |
107 |
- [0.1.1-01] |
108 |
- remove %post and %postun sections |
109 |
|
110 |
* Tue May 07 2002 Tony Clayton <tonyc@e-smith.com> |
111 |
- [0.1.0-01] |
112 |
- initial release. |