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

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

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 19:04:59 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-compspec-1_0_0-2_el5_sme
Import on branch sme8 of package e-smith-lib-compspec-1.0.0-2.el5.sme.src.rpm

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

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