/[smecontribs]/rpms/smeserver-jeta/contribs7/smeserver-jeta.spec
ViewVC logotype

Annotation of /rpms/smeserver-jeta/contribs7/smeserver-jeta.spec

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


Revision 1.4 - (hide annotations) (download)
Tue Nov 25 16:20:24 2008 UTC (15 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.3: +0 -0 lines
Restore

1 slords 1.3 # $Id: smeserver-jeta.spec,v 1.2 2008/04/02 15:03:57 slords Exp $
2 slords 1.2 # Authority: mrjhb3
3     # Name: John H. Bennett III
4    
5 slords 1.1 Summary: SME Server specific Jeta configuration and templates.
6     %define name smeserver-jeta
7     Name: %{name}
8     %define version 1.0
9     %define release 1
10     Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Daemons
14     Source: %{name}-%{version}.tar.gz
15     #Patch1:
16     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17     BuildArchitectures: noarch
18     Requires: imp-h3 >= 4.0
19     Requires: e-smith-base >= 4.15.1
20     Requires: e-smith-apache >= 1.1.0-18
21     Requires: e-smith-lib >= 1.15.1-16
22     Requires: jeta-h3 >= 1.0
23     BuildRequires: e-smith-devtools >= 1.13.1-03
24     AutoReqProv: no
25    
26     %changelog
27     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
28     - Clean up spec so package can be built by koji/plague
29    
30     * Wed Apr 4 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-1
31     - Initial build
32     - Added the ability to enable or disable jetag menu icon from showing up on the
33     main webmail screen. To enable config set jeta service MenuArray disabled|enabled
34    
35     %description
36     This package adds necessary templates and configuration items
37     so that Jeta will work properly with SME Server
38    
39     %prep
40     %setup
41    
42     #%patch1 -p1
43    
44     %build
45    
46     perl createlinks
47    
48     %install
49     rm -rf $RPM_BUILD_ROOT
50     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
51     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
52     echo "%doc COPYING" >> %{name}-%{version}-filelist
53    
54     %clean
55     rm -rf $RPM_BUILD_ROOT
56    
57     %pre
58    
59     %preun
60    
61     %post
62    
63     %postun
64    
65     %files -f %{name}-%{version}-filelist
66     %defattr(-,root,root)

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