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

Diff of /rpms/smeserver-mimp/contribs7/smeserver-mimp.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.7 by mrjhb3, Fri Jan 22 03:44:09 2010 UTC
# Line 1  Line 1 
1  # $Id$  # $Id: smeserver-mimp.spec,v 1.6 2009/01/03 05:02:12 mrjhb3 Exp $
2  # Authority: mrjhb3  # Authority: mrjhb3
3  # Name: John H. Bennett III  # Name: John H. Bennett III
4    
5  Summary: SME Server specific Mimp configuration and templates.  Summary: SME Server specific Mimp configuration and templates.
6  %define name smeserver-mimp  %define name smeserver-mimp
7  Name: %{name}  Name: %{name}
8  %define version 1.0  %define version 1.1
9  %define release 11  %define release 3
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-mimp-1.0-1.templates-custom.patch  Patch1: mimp-1.1.1_upgrade.patch
16  Patch1: smeserver-mimp-1.0-2.mimp_rc2.patch  Patch2: smeserver-mimp-mime_drivers.php.patch
 Patch2: smeserver-mimp-1.0-4.servers.php.patch  
 Patch3: smeserver-mimp-1.0-6.mimp-template.patch  
 Patch4: smeserver-mimp-1.0-7.templates-custom-remove.patch  
 Patch5: smeserver-mimp-1.0-8.mimp_composite_driver.patch  
 Patch6: smeserver-mimp-1.0-9.mime_drivers.php.patch  
 Patch7: smeserver-mimp-1.0-10.remove_mimp_config.patch  
 Patch8: smeserver-mimp-1.0-11.mimp-db_check.patch  
17  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18  BuildArchitectures: noarch  BuildArchitectures: noarch
19  Requires: imp-h3 >= 4.1  Requires: imp-h3 >= 4.2
20  Requires: e-smith-base >= 4.15.1  Requires: e-smith-base >= 4.15.1
21  Requires: e-smith-apache >= 1.1.0-18  Requires: e-smith-apache >= 1.1.0-18
22  Requires: e-smith-lib >= 1.15.1-16  Requires: e-smith-lib >= 1.15.1-16
23  Requires: mimp-h3 >= 1.0  Requires: mimp-h3 >= 1.1
24  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
25  AutoReqProv: no  AutoReqProv: no
26    
27  %changelog  %changelog
28  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Sun Dec 27 2009 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-3
29  - Clean up spec so package can be built by koji/plague  - Fix typo in mime_drivers.php template file.
30    
31  * Thu Oct 12 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-11  * Fri Jan 2 2009 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-2
32  - Added code to 115AppRegistryMimp that will check whether the status of mimp is  - Updated template files to reflect changes in Mimp 1.1.1
   disabled or enabled.  If it is disabled, then the status will be set to inavtive.  
   If it is enabled, then the status will be set to hidden which makes the module  
   active, but hidden on the webmail interface.  
   
 * Thu Sep 28 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-10  
 - Removed the mimp configuration logic from here and moved it to the e-smith-horde  
   RPM beginning with horde 3.1.x.  
   
 * Tue Aug 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-9  
 - Fixed missing characters in mime_drivers.php that prevented composing of a message  
   with mimp.  
   
 * Tue Aug 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-8  
 - Added code that will use the composite driver if mimp is installed and status set  
   to enabled.  Composite driver is needed so horde can login to either imp or mimp.  
 - This is set as a templates-custom fragment.  
   
 * Thu Jul 20 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-7  
 - Removed mimp templates-custom fragment and moved it to the templates directory  
   
 * Wed Jul 19 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-6  
 - Added 999mimp template to horde/config/conf.php that will check if mimp is configured as a  
   service and enabled.  If so, then the composite authentication driver needs to be used,  
   for mimp and imp to coexist.  Otherwise imp will be used for authentication.  
   The composite driver information appears below the footer like the example from  
   http://wiki.horde.org/MIMPHowTo?referrer=AuthCompositeHowTo  
   To activate - config set mimp service status enabled|disabled.  Disabled by default.  
   signal-event email-update  
   
 * Tue Jun 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-5  
 - Removed 1.0-3 patch and fixed in source  
   
 * Sat Jun 10 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-4  
 - Modified servers.php to match settings in mimp 1.0.  Smtp port remarked.  
   May have to do more work here based on smtpproxy being enabled or not.  
   
 * Sat Jun 10 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-3  
 - Removed deprecated calls to esmith:db and esmith:config  
   
 * Sun May 28 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-2  
 - preps.php template changes to match changes in mimp-1.0-RC2  
   
 * Sat Mar 18 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-1  
 - Added templates-custom fragment for horde/registry.php to make mimp hidden but  
   active until the master templates are re-worked in smeserver-horde or it's  
   decided to make each smeserver horde add-on module include their own specific  
   registry.php templates.  
33    
34  * Tue Mar 7 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-0  * Sat Jun 7 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-1    
35  - Initial build using Mimp 1.0-RC1  - Initial Mimp 1.1 production build
36    - Jump in package name to reflect new version of mimp
37    
38    * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-02
39    - Updated to include changes in Mimp 1.1 RC3
40    - Re-rolled tarball
41    
42    * Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-01
43    - Initial build
44    - Jump in package name to reflect new version of mimp
45    
46  %description  %description
47  This package adds necessary templates and configuration items  This package adds necessary templates and configuration items
48  so that Mimp will work properly.  so that Mimp will work properly on SME Server
49    
50  %prep  %prep
51  %setup  %setup
52    
53  %patch0 -p1  %patch1 -p1
54  %patch1 -p1  %patch2 -p1
 %patch2 -p1  
 %patch3 -p1  
 %patch4 -p1  
 %patch5 -p1  
 %patch6 -p1  
 %patch7 -p1  
 %patch8 -p1  
55    
56  %build  %build
   
57  perl createlinks  perl createlinks
58    
59  %install  %install
# Line 118  echo "%doc COPYING"          >> %{name}- Line 65  echo "%doc COPYING"          >> %{name}-
65  %clean  %clean
66  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
67    
 %pre  
   
 %preun  
   
 %post  
   
 %postun  
   
68  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
69  %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