1 |
# $Id$ |
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.2.0 |
7 |
%define release 1 |
8 |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
10 |
License: GPL |
11 |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
13 |
BuildRoot: /var/tmp/e-smith-buildroot |
14 |
BuildArchitectures: noarch |
15 |
Requires: e-smith-lib |
16 |
BuildRequires: e-smith-devtools |
17 |
AutoReqProv: no |
18 |
|
19 |
%description |
20 |
e-smith module containing bash completion specifications for the |
21 |
e-smith-lib command-line utilities (db, config, expand-template, signal-event). |
22 |
|
23 |
%prep |
24 |
%setup |
25 |
|
26 |
%build |
27 |
|
28 |
|
29 |
%install |
30 |
rm -rf $RPM_BUILD_ROOT |
31 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
32 |
rm -f %{name}-%{version}-filelist |
33 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT | |
34 |
grep -v test.pl > %{name}-%{version}-filelist |
35 |
|
36 |
%clean |
37 |
rm -rf $RPM_BUILD_ROOT |
38 |
|
39 |
%files -f %{name}-%{version}-filelist |
40 |
%defattr(-,root,root) |
41 |
|
42 |
%changelog |
43 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
44 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
45 |
|
46 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
47 |
- Clean up spec so package can be built by koji/plague |
48 |
|
49 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
50 |
- Update to new release naming. No functional changes. |
51 |
- Make Packager generic |
52 |
|
53 |
* Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-01 |
54 |
- Roll stable stream version. [SME: 1016] |
55 |
|
56 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.3.0-05 |
57 |
- Bump release number only |
58 |
|
59 |
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
60 |
- [0.3.0-04] |
61 |
- Be prepared for move of dbs to /home/e-smith/db [SF: 1216546] |
62 |
|
63 |
* Fri Jul 15 2005 Tony Clayton <apc@e-smith.com> |
64 |
- [0.3.0-03] |
65 |
- Fix db/signal-event completion algorithms |
66 |
- Optimize expand-template completion algorithm |
67 |
|
68 |
* Tue Feb 24 2004 Tony Clayton <apc@e-smith.com> |
69 |
- [0.3.0-02] |
70 |
- Streamline completion algorithms for faster execution |
71 |
|
72 |
* Tue Feb 24 2004 Tony Clayton <apc@e-smith.com> |
73 |
- [0.3.0-01] |
74 |
- Changing version to development stream number - 0.3.0 |
75 |
|
76 |
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
77 |
- [0.2.0-01] |
78 |
- Changing version to stable stream number - 0.2.0 |
79 |
|
80 |
* Wed Jul 24 2002 Tony Clayton <apc@e-smith.com> |
81 |
- [0.1.2-01] |
82 |
- Imported into CVS, fixed description [tonyc 3819] |
83 |
|
84 |
* Tue Jun 04 2002 Tony Clayton <tonyc@e-smith.com> |
85 |
- [0.1.1-01] |
86 |
- remove %post and %postun sections |
87 |
|
88 |
* Tue May 07 2002 Tony Clayton <tonyc@e-smith.com> |
89 |
- [0.1.0-01] |
90 |
- initial release. |