/[smeserver]/rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec.spec
ViewVC logotype

Contents of /rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sat Feb 20 05:56:57 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-lib-compspec-2_6_0-3_el7_sme
Changes since 1.2: +7 -2 lines
* Sat Feb 20 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
- allow easy access to templates.metadata to expand desired files [SME: 11312]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed