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

Annotation of /rpms/e-smith-starterwebsite/sme9/e-smith-starterwebsite.spec

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


Revision 1.1 - (hide annotations) (download)
Thu Jan 31 21:38:54 2013 UTC (11 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-starterwebsite-2_4_0-1_el6_sme
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
- Roll new stream for sme9

1 slords 1.1 # $Id: e-smith-starterwebsite.spec,v 1.3 2008/10/07 19:22:53 slords Exp $
2    
3     Summary: e-smith server and gateway - starterwebsite module
4     %define name e-smith-starterwebsite
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/%{name}-%{version}-%{release}-buildroot
14     BuildArchitectures: noarch
15     Requires: e-smith-base
16     Requires: e-smith-formmagick >= 1.4.0-9
17     BuildRequires: e-smith-devtools >= 1.13.1-03
18     AutoReqProv: no
19    
20     %description
21     e-smith server and gateway software - starterwebsite module.
22    
23     %changelog
24     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
25     - Roll new stream for sme9
26    
27     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
28     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
29    
30     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.0.0-3
31     - Remove <base> tags now in general [SME: 3922]
32    
33     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
34     - Clean up spec so package can be built by koji/plague
35    
36     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
37     - Update to new release naming. No functional changes.
38     - Make Packager generic
39    
40     * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-01
41     - Roll stable stream version. [SME: 1016]
42    
43     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.2.2-02
44     - Add COPYING file
45    
46     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
47     - [0.2.2-01]
48     - Remove L10Ns from base packages [SF: 1309520]
49    
50     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
51     - [0.2.1-01]
52     - New dev stream before relocating L10Ns
53    
54     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
55     - [0.2.0-04]
56     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
57    
58     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
59     - [0.2.0-03]
60     - And add the correct file to the correct package [SF: 1293325]
61    
62     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
63     - [0.2.0-02]
64     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
65    
66     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
67     - [0.2.0-01]
68     - Changing version to stable stream number - 0.2.0
69    
70     * Wed May 7 2003 Lijie Deng <lijied@e-smith.com>
71     - [0.1.0-04]
72     - Add fr and es lexicon for starterwebsite [lijied 3793]
73    
74     * Mon Apr 7 2003 Gordon Rowell <gordonr@e-smith.com>
75     - [0.1.0-03]
76     - Removed emacs leftovers [gordonr 8073]
77    
78     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
79     - [0.1.0-02]
80     - Modified the starterwebsite panel order [lijied 7356]
81     - Split en-us lexicon from panel [lijied 4030]
82    
83     * Mon Jan 06 2003 Mark Knox <m_knox@mitel.com>
84     - [0.1.0-01]
85     - Initial import from e-smith-base [markk 5509]
86    
87     %prep
88     %setup
89    
90     %pre
91    
92     %post
93    
94     %build
95     perl createlinks
96    
97     %install
98     rm -rf $RPM_BUILD_ROOT
99     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
100     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > e-smith-%{version}-filelist
101     echo "%doc COPYING" >> e-smith-%{version}-filelist
102    
103     %clean
104     rm -rf $RPM_BUILD_ROOT
105    
106     %files -f e-smith-%{version}-filelist
107     %defattr(-,root,root)

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