1 |
mrjhb3 |
1.9 |
# $Id: smeserver-mnemo.spec,v 1.8 2010/01/22 03:39:49 mrjhb3 Exp $ |
2 |
slords |
1.2 |
# Authority: mrjhb3 |
3 |
|
|
# Name: John H. Bennett III |
4 |
|
|
|
5 |
slords |
1.1 |
Summary: SME Server specific Mnemo configuration and templates. |
6 |
|
|
%define name smeserver-mnemo |
7 |
|
|
Name: %{name} |
8 |
slords |
1.3 |
%define version 2.2 |
9 |
mrjhb3 |
1.8 |
%define release 4 |
10 |
slords |
1.1 |
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
License: GPL |
13 |
|
|
Group: Networking/Daemons |
14 |
|
|
Source: %{name}-%{version}.tar.gz |
15 |
mrjhb3 |
1.4 |
Patch1: smeserver-mnemo-2.2-mnemo-2.2.1.patch |
16 |
mrjhb3 |
1.8 |
Patch2: smeserver-mnemo-2.2.2.patch |
17 |
mrjhb3 |
1.9 |
Patch3: smeserver-mnemo-2.2.3.patch |
18 |
slords |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
|
|
BuildArchitectures: noarch |
20 |
slords |
1.3 |
Requires: imp-h3 >= 4.2 |
21 |
slords |
1.1 |
Requires: e-smith-base >= 4.15.1 |
22 |
|
|
Requires: e-smith-apache >= 1.1.0-18 |
23 |
|
|
Requires: e-smith-lib >= 1.15.1-16 |
24 |
slords |
1.3 |
Requires: mnemo-h3 >= 2.2 |
25 |
slords |
1.1 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
26 |
|
|
AutoReqProv: no |
27 |
|
|
|
28 |
|
|
%changelog |
29 |
mrjhb3 |
1.8 |
* Mon Dec 28 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-4 |
30 |
|
|
- Update to smeserver-mnemo to reflect changes in mnemo 2.2.3 |
31 |
|
|
|
32 |
mrjhb3 |
1.7 |
* Sat Oct 10 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-3 |
33 |
|
|
- Update to smeserver-mnemo to reflect changes in mnemo 2.2.2 |
34 |
|
|
|
35 |
mrjhb3 |
1.4 |
* Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-2 |
36 |
|
|
- Update to smeserver-mnemo to reflect changes in mnemo 2.2.1 |
37 |
|
|
|
38 |
slords |
1.3 |
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1 |
39 |
|
|
- Initial production build |
40 |
|
|
- Jump in package name to reflect new version of Mnemo |
41 |
|
|
|
42 |
|
|
* Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.2-1 |
43 |
|
|
- Updated to include changes in Mnemo 2.2 RC3 |
44 |
|
|
- Re-rolled tarball |
45 |
slords |
1.1 |
|
46 |
slords |
1.3 |
* Sun Apr 6 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.1-1 |
47 |
slords |
1.1 |
- Initial build |
48 |
slords |
1.3 |
- Jump in package name to reflect new version of Mnemo |
49 |
slords |
1.1 |
|
50 |
|
|
%description |
51 |
|
|
This package adds necessary templates and configuration items |
52 |
slords |
1.3 |
so that Mnemo will work properly on SME Server |
53 |
slords |
1.1 |
|
54 |
|
|
%prep |
55 |
|
|
%setup |
56 |
|
|
|
57 |
mrjhb3 |
1.4 |
%patch1 -p1 |
58 |
mrjhb3 |
1.7 |
%patch2 -p1 |
59 |
mrjhb3 |
1.8 |
%patch3 -p1 |
60 |
slords |
1.1 |
|
61 |
|
|
%build |
62 |
|
|
perl createlinks |
63 |
|
|
|
64 |
|
|
%install |
65 |
|
|
rm -rf $RPM_BUILD_ROOT |
66 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
67 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
68 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
69 |
|
|
|
70 |
|
|
%clean |
71 |
|
|
rm -rf $RPM_BUILD_ROOT |
72 |
|
|
|
73 |
|
|
%files -f %{name}-%{version}-filelist |
74 |
|
|
%defattr(-,root,root) |