/[smeserver]/rpms/imp-h3/sme7/imp-h3.spec
ViewVC logotype

Diff of /rpms/imp-h3/sme7/imp-h3.spec

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

Revision 1.3 by slords, Tue Mar 25 16:06:04 2008 UTC Revision 1.6 by mrjhb3, Sat Dec 6 21:06:24 2008 UTC
# Line 1  Line 1 
1    # $Id: imp-h3.spec,v 1.5 2008/06/26 04:40:53 slords Exp $
2    
3  %define apachedir /etc/httpd  %define apachedir /etc/httpd
4  %define apacheuser www  %define apacheuser www
5  %define apachegroup www  %define apachegroup www
# Line 5  Line 7 
7    
8  Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts.  Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts.
9  Name: imp-h3  Name: imp-h3
10  Version: 4.1.6  Version: 4.3
11  Release: 1%{?dist}  Release: 1%{?dist}
12  License: GPL  License: GPL
13  Group: Applications/Horde  Group: Applications/Horde
14  Source: ftp://ftp.horde.org/pub/imp/tarballs/imp-h3-%{version}.tar.gz  Source: ftp://ftp.horde.org/pub/imp/tarballs/imp-h3-%{version}.tar.gz
 Source1: imp.conf  
15  URL: http://www.horde.org/  URL: http://www.horde.org/
16  BuildArchitectures: noarch  BuildArchitectures: noarch
17  BuildRoot: /tmp/imp-root  BuildRoot: /tmp/imp-root
18  Requires: php >= 4.3.0  Requires: php >= 4.3.0
19  Requires: php-imap >= 4.3.0  Requires: php-imap >= 4.3.0
20  Requires: httpd >= 2.0.46  Requires: httpd >= 2.0.46
21  Requires: horde >= 3.1  Requires: horde >= 3.2
22  Obsoletes: imp  Obsoletes: imp
23  Provides: imp  Provides: imp
24  Prereq: /usr/bin/perl  Prereq: /usr/bin/perl
# Line 41  and will probably not work properly on o Line 42  and will probably not work properly on o
42  %install  %install
43  [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT  [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
44  mkdir -p $RPM_BUILD_ROOT%{apachedir}/conf  mkdir -p $RPM_BUILD_ROOT%{apachedir}/conf
 cp -p $RPM_SOURCE_DIR/imp.conf $RPM_BUILD_ROOT%{apachedir}/conf  
45  mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/horde/imp  mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/horde/imp
46  cp -pR * $RPM_BUILD_ROOT%{contentdir}/html/horde/imp  cp -pR * $RPM_BUILD_ROOT%{contentdir}/html/horde/imp
47  cd $RPM_BUILD_ROOT%{contentdir}/html/horde/imp/config  cd $RPM_BUILD_ROOT%{contentdir}/html/horde/imp/config
# Line 64  done Line 64  done
64  %files  %files
65  %defattr(-,root,root)  %defattr(-,root,root)
66  # Apache imp.conf file  # Apache imp.conf file
 %config %{apachedir}/conf/imp.conf  
67  # Include top level with %dir so not all files are sucked in  # Include top level with %dir so not all files are sucked in
68  %dir %{contentdir}/html/horde/imp  %dir %{contentdir}/html/horde/imp
69  # Include top-level files by hand  # Include top-level files by hand
# Line 93  done Line 92  done
92  %config %{contentdir}/html/horde/imp/config/*.xml  %config %{contentdir}/html/horde/imp/config/*.xml
93    
94  %changelog  %changelog
95  * Tue Mar 25 2008 Shad L. Lords <slords@mail.com>  4.1.6-1  * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.3-1  
96  - Updated to imp 4.1.6. [SME: 4098]  - Updated to Imp 4.3 [SME: 4832]
   
 * Tue Nov 13 2007 John H. Bennett III <bennettj@johnbennettservices.com>  4.1.5-1  
 - Updated to imp 4.1.5. [SME: 3569]  
   
 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  
 - Clean up spec so package can be built by koji/plague  
   
 * Sat Mar 24 2007 John H. Bennett III <bennettj@johnbennettservices.com>  4.1.4-1.el4  
 - Updated to imp 4.1.4. [SME: 2784]  
   
 * Sat Dec 09 2006 Shad L. Lords <slords@mail.com>  
 - Update to new release naming.  No functional changes.  
 - Make Packager generic  
   
 * Sat Sep 9 2006 John H. Bennett III <bennettj@johnbennettservices.com>  4.1.3-00sme01  
 - Updated to imp 4.1.3.  
   
 * Mon Aug 28 2006 John H. Bennett III <bennettj@johnbennettservices.com>  4.0.5-01sme01  
 - Updated to 4.0.5  
   
 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.0.4-02sme01  
 - Adjust Release tag to our standard format [SME: 70]  
   
 * Wed Nov 09 2005 Greg Swallow 4.0.4-01.sme  
 - Update to 4.0.4  
   
 * Fri May 06 2005 Charlie Brady <charlieb@e-smith.com> 4.0.3-1sme02  
 - Update to 4.0.3.  
   
 * Thu Apr 21 2005 Charlie Brady <charlieb@e-smith.com> 4.0.3-rc1-1sme02  
 - Add "Provides: imp" header.  
 - Remove pre and post scripts, as they're not relevant (and potentially  
   troublesome) during install from CD.  
   
 * Thu Mar 31 2005 Greg Swallow <gregswallow@skynetonline.ca>  
 - [4.0.3-rc1-1sme01]  
 - changed name to imp-h3  
 - Update for IMP 4 on SME7  
   
 * Tue Aug 10 2004 Shad L. Lords <slords@mail.com>  
 - [3.2.1-3sme01]  
 - Update specfile - change apache to httpd in requires  
   
 * Thu Apr 24 2003 Gordon Rowell <gordon_rowell@mitel.com>  
 - [3.2.1-2es01]  
 - Check name of "imp" registry item, rather than "horde" so that we display  
   "Welcome to webmail" [gordonr 7694]  
   
 * Wed Apr 23 2003 Gordon Rowell <gordon_rowell@mitel.com>  
 - [3.2.1-2es00]  
 - Rebuild [gordonr 7694]  
   
 * Tue Mar 25 2003 Dan Brown <dan@familybrown.org>  
 - 3.2.1-2es  
 - Fixed .spec file to include imp/download/ directory  
   
 * Wed Mar 12 2003 Dan Brown <dan@familybrown.org>  
 - 3.2.1-1es  
 - Rebuild with IMP 3.2.1  
   
 * Tue Feb 25 2003 Dan Brown <dan@familybrown.org>  
 - 3.2-1es  
 - Rebuilt with IMP 3.2  
   
 * Tue Jun 18 2002 Dan Brown <dan@familybrown.org>  
 - 3.1-2es  
 - Added Obsoletes: tag for 3.1-01rc3; hopefully this will  
   resolve dependency problems.  
   
 * Sun Jun 16 2002 Dan Brown <dan@familybrown.org>  
 - 3.1-1es  
 - rebuilt for 3.1 final  
   
 * Sun Jun  2 2002 Dan Brown <dan@familybrown.org>  
 - 3.1rc3 release 1es  
 - rebuilt for 3.1rc3  
   
 * Fri Mar  8 2002 Dan Brown <dan@familybrown.org> 3.0-3es  
 - changed Apache dependency to >= 1.3.19  
   
 * Sun Feb 10 2002 Dan Brown <dan@familybrown.org>  
 - 3.0 release 2es  
 - removed httpd restart--it's giving errors on SME 5.1.2, and  
   it's handled by the e-smith-horde RPM  
   
 * Sat Feb 09 2002 Dan Brown <dan@familybrown.org>  
 - 3.0 release 1es  
 - changed apache user, group, and content directory  
   
 * Wed Jan 02 2002 Brent J. Nordquist <bjn@horde.org>  
 - 3.0 release 1  
   
 * Mon Dec 24 2001 Brent J. Nordquist <bjn@horde.org>  
 - 3.0-RC4 release 1  
   
 * Sat Dec 15 2001 Brent J. Nordquist <bjn@horde.org>  
 - rewritten for IMP 3.0  
   
 * Wed Nov 14 2001 Brent J. Nordquist <bjn@horde.org>  
 - 2.2.7 release 1rh7  
97    
98  * Sat Jul 21 2001 Brent J. Nordquist <bjn@horde.org>  * Mon Jun 23 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-1
99  - 2.2.6 release 1rh7  - Re-rolled to released version
100    
101  * Tue Feb 06 2001 Brent J. Nordquist <bjn@horde.org>  * Mon Jun 2 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-01
102  - 2.2.4 release 1rh7  - initial RPM roll for Imp 4.2
103    


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