1 |
|
# $Id: smeserver-nag.spec,v 1.8 2009/10/10 21:38:47 mrjhb3 Exp $ |
2 |
|
# Authority: mrjhb3 |
3 |
|
# Name: John H. Bennett III |
4 |
|
|
5 |
Summary: SME Server specific Nag configuration and templates. |
Summary: SME Server specific Nag configuration and templates. |
6 |
%define name smeserver-nag |
%define name smeserver-nag |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.1 |
%define version 2.2 |
9 |
%define release 3 |
%define release 6 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: Networking/Daemons |
Group: Networking/Daemons |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
Patch0: smeserver-nag-1.1-1.prefs_php.patch |
Patch1: nag_2.3.patch |
16 |
Patch1: smeserver-nag-1.1-2.conf_php.patch |
Patch2: nag_2.3.sql.patch |
17 |
Patch2: smeserver-nag-1.1-3.mysql_init_perm_change.patch |
Patch3: nag_2.3.2.patch |
18 |
|
Patch4: nag_2.3.3.patch |
19 |
|
Patch5: nag_2.3.4.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: imp-h3 >= 4.1 |
Requires: imp-h3 >= 4.2 |
23 |
Requires: e-smith-base >= 4.15.1 |
Requires: e-smith-base >= 4.15.1 |
24 |
Requires: e-smith-apache >= 1.1.0-18 |
Requires: e-smith-apache >= 1.1.0-18 |
25 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
26 |
Requires: nag-h3 >= 2.1 |
Requires: nag-h3 >= 2.2 |
27 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
Obsoletes: dcb-e-smith-nag |
Obsoletes: dcb-e-smith-nag |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Mon Dec 28 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-6 |
33 |
- Clean up spec so package can be built by koji/plague |
- Updated templates to reflect Nag 2.3.4 |
|
|
|
|
* Sat Dec 2 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-3 |
|
|
- Patch to change the nag mysql.init permissions to 0540 |
|
|
|
|
|
* Wed Sep 13 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-2 |
|
|
- Patch to conf.php templates to reflect changes in nag 2.1.1 |
|
|
|
|
|
* Wed Sep 13 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-1 |
|
|
- Patch to prefs.php templates to reflect changes in nag 2.1.1 |
|
|
|
|
|
* Wed Sep 13 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-0 |
|
|
- Rolled to new dev stream to reflect work done for nag 2.1.1 |
|
|
|
|
|
* Thu Jul 20 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-9 |
|
|
- Added Nag registry.php settings in horde/config/registry |
|
34 |
|
|
35 |
* Sat Jun 10 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-8 |
* Sat Oct 10 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-5 |
36 |
- Removed 1.0-7 patch and fixed in source |
- Updated templates to reflect Nag 2.3.3 |
37 |
|
|
38 |
* Sat Jun 10 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-7 |
* Wed Jun 17 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-4 |
39 |
- Removed deprecated calls to esmith:db and esmith:config |
- Updated templates to reflect Nag 2.3.2 |
40 |
|
|
41 |
* Wed Mar 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-6 |
* Tue Sep 30 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-3 |
42 |
- Added an includes statement to 120Menusettings that will grab the information |
- Patch to add forgotten changes from nag upgrade sql script |
|
in horde/conf.menu.apps.php. This way each of the individual horde modules |
|
|
don't have to repeatedly process the same template for the menu array section in conf.php. |
|
43 |
|
|
44 |
* Sat Mar 18 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-5 |
* Mon Sep 29 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-2 |
45 |
- Added the ability to enable or disable nag menu icon from showing up on the |
- Updated templates to reflect Nag 2.3 |
|
main webmail screen. To enable config set nag service MenuArray disabled|enabled |
|
|
- e-smith-horde still needs to support this feature or manual intervention is |
|
|
required. |
|
46 |
|
|
47 |
* Wed Mar 1 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-4 |
* Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1 |
48 |
- Removed post and postun events |
- Initial production build |
49 |
- Renamed to smeserver-nag to represent an addon product |
- Jump in package name to reflect new version of Nag 2.2 |
50 |
|
|
51 |
* Sun Feb 25 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-3 |
* Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.2-1 |
52 |
- modified spec file to come in line with e-smith-horde |
- Updated to include changes in Nag 2.2 RC3 |
53 |
- modified createlinks to add templates2expand, symlinks, and prepped for |
- Re-rolled tarball |
|
post-install actions |
|
54 |
|
|
55 |
* Thu Feb 23 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-2 |
* Sun Apr 6 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.1-1 |
|
- completed template fragments for conf.php and prefs.php |
|
|
- recreated tar.gz file for the changes instead of doing patches since I am |
|
|
trying to get this to initial build/testing phase |
|
|
|
|
|
* Wed Feb 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-1 |
|
56 |
- Initial build |
- Initial build |
57 |
|
- Jump in package name to reflect new version of Nag |
58 |
|
|
59 |
%description |
%description |
60 |
This package adds necessary templates and configuration items |
This package adds necessary templates and configuration items |
61 |
so that Nag will work properly. |
so that Nag will work properly on SME Server |
62 |
|
|
63 |
%prep |
%prep |
64 |
%setup |
%setup |
65 |
|
|
66 |
%patch0 -p1 |
%patch1 -p1 |
|
%patch1 -p1 |
|
67 |
%patch2 -p1 |
%patch2 -p1 |
68 |
|
%patch3 -p1 |
69 |
|
%patch4 -p1 |
70 |
|
%patch5 -p1 |
71 |
|
|
72 |
%build |
%build |
|
|
|
73 |
perl createlinks |
perl createlinks |
74 |
|
|
75 |
%install |
%install |
81 |
%clean |
%clean |
82 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
83 |
|
|
|
%pre |
|
|
|
|
|
%preun |
|
|
|
|
|
%post |
|
|
|
|
|
%postun |
|
|
|
|
84 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
85 |
%defattr(-,root,root) |
%defattr(-,root,root) |