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