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

Annotation 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.2 - (hide annotations) (download)
Wed Jan 6 20:06:21 2021 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-lib-compspec-2_6_0-2_el7_sme
Changes since 1.1: +6 -2 lines
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
- add update event [SME: 11142]

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

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