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

Contents of /rpms/e-smith-lib-compspec/sme9/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 Jan 25 18:25:30 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-compspec-2_4_0-1_el6_sme, HEAD
Initial import

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

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