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

Diff of /rpms/smeserver-mnemo/contribs7/smeserver-mnemo.spec

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

Revision 1.2 by slords, Wed Apr 2 15:03:57 2008 UTC Revision 1.3 by slords, Thu Jun 26 18:13:36 2008 UTC
# Line 1  Line 1 
1  # $Id$  # $Id: smeserver-mnemo.spec,v 1.2 2008/04/02 15:03:57 slords Exp $
2  # Authority: mrjhb3  # Authority: mrjhb3
3  # Name: John H. Bennett III  # Name: John H. Bennett III
4    
5  Summary: SME Server specific Mnemo configuration and templates.  Summary: SME Server specific Mnemo configuration and templates.
6  %define name smeserver-mnemo  %define name smeserver-mnemo
7  Name: %{name}  Name: %{name}
8  %define version 1.1  %define version 2.2
9  %define release 2  %define release 1
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
 Patch0: smeserver-mnemo-1.1-1.prefs_php.patch  
 Patch1: smeserver-mnemo-1.1-2.mysql_init_perm_change.patch  
15  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16  BuildArchitectures: noarch  BuildArchitectures: noarch
17  Requires: imp-h3 >= 4.1  Requires: imp-h3 >= 4.2
18  Requires: e-smith-base >= 4.15.1  Requires: e-smith-base >= 4.15.1
19  Requires: e-smith-apache >= 1.1.0-18  Requires: e-smith-apache >= 1.1.0-18
20  Requires: e-smith-lib >= 1.15.1-16  Requires: e-smith-lib >= 1.15.1-16
21  Requires: mnemo-h3 >= 2.1  Requires: mnemo-h3 >= 2.2
22  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
23  AutoReqProv: no  AutoReqProv: no
24    
25  %changelog  %changelog
26  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1    
27  - Clean up spec so package can be built by koji/plague  - Initial production build
28    - Jump in package name to reflect new version of Mnemo
29    
30    * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.2-1
31    - Updated to include changes in Mnemo 2.2 RC3
32    - Re-rolled tarball
33    
34  * Sat Dec 2 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-2  * Sun Apr 6 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.1-1
 - Patch to change the mnemo mysql.init permissions to 0540  
   
 * Wed Sep 13 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-1  
 - Patch to prefs.php templates to reflect changes in mnemo 2.1    
   
 * Tue Sep 12 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-0  
 - Rolled to new dev stream to reflect work done for mnemo 2.1  
   
 * Thu Jul 20 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-6  
 - Added Mnemo registry.php settings in horde/config/registry  
   
 * Tue Jun 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-5  
 - Removed 1.0-4 patch and fixed in source  
   
 * Sat Jun 10 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-4  
 - Removed deprecated calls to esmith:db and esmith:config  
   
 * Wed Mar 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-3  
 - Added an includes statement to 120Menusettings that will grab the information  
   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.  
   
 * Sat Mar 18 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-2  
 - Added the ability to enable or disable mnemo menu icon from showing up on the  
   main webmail screen.  To enable config set mnemo service MenuArray disabled|enabled  
 - e-smith-horde still needs to support this feature or manual intervention is  
   required.  
   
 * Wed Mar 1 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-1  
 - Removed post and postun events  
 - Renamed to smeserver-mnemo to represent an addon product  
   
 * Sat Feb 25 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-0  
35  - Initial build  - Initial build
36    - Jump in package name to reflect new version of Mnemo
37    
38  %description  %description
39  This package adds necessary templates and configuration items  This package adds necessary templates and configuration items
40  so that Mnemo will work properly.  so that Mnemo will work properly on SME Server
41    
42  %prep  %prep
43  %setup  %setup
44    
 %patch0 -p1  
 %patch1 -p1  
45    
46  %build  %build
   
47  perl createlinks  perl createlinks
48    
49  %install  %install
# Line 87  echo "%doc COPYING"          >> %{name}- Line 55  echo "%doc COPYING"          >> %{name}-
55  %clean  %clean
56  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
57    
 %pre  
   
 %preun  
   
 %post  
   
 %postun  
   
58  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
59  %defattr(-,root,root)  %defattr(-,root,root)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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