/[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.1 - (show annotations) (download)
Fri Feb 5 22:42:01 2016 UTC (8 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-lib-compspec-2_6_0-1_el7_sme
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme - Initial release to sme10

1 # $Id: e-smith-lib-compspec.spec,v 1.1 2013/01/25 18:25:30 slords 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 1
8 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
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 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
44 - Initial release to sme10
45
46 * Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
47 - Roll new stream for sme9
48
49 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
50 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
51
52 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
53 - Clean up spec so package can be built by koji/plague
54
55 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
56 - Update to new release naming. No functional changes.
57 - Make Packager generic
58
59 * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-01
60 - Roll stable stream version. [SME: 1016]
61
62 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.3.0-05
63 - Bump release number only
64
65 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
66 - [0.3.0-04]
67 - Be prepared for move of dbs to /home/e-smith/db [SF: 1216546]
68
69 * Fri Jul 15 2005 Tony Clayton <apc@e-smith.com>
70 - [0.3.0-03]
71 - Fix db/signal-event completion algorithms
72 - Optimize expand-template completion algorithm
73
74 * Tue Feb 24 2004 Tony Clayton <apc@e-smith.com>
75 - [0.3.0-02]
76 - Streamline completion algorithms for faster execution
77
78 * Tue Feb 24 2004 Tony Clayton <apc@e-smith.com>
79 - [0.3.0-01]
80 - Changing version to development stream number - 0.3.0
81
82 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
83 - [0.2.0-01]
84 - Changing version to stable stream number - 0.2.0
85
86 * Wed Jul 24 2002 Tony Clayton <apc@e-smith.com>
87 - [0.1.2-01]
88 - Imported into CVS, fixed description [tonyc 3819]
89
90 * Tue Jun 04 2002 Tony Clayton <tonyc@e-smith.com>
91 - [0.1.1-01]
92 - remove %post and %postun sections
93
94 * Tue May 07 2002 Tony Clayton <tonyc@e-smith.com>
95 - [0.1.0-01]
96 - initial release.

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