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

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

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

Revision 1.4 by slords, Wed Apr 9 13:51:57 2008 UTC Revision 1.5 by slords, Thu Jun 26 05:05:15 2008 UTC
# Line 1  Line 1 
1  # $Id$  # $Id: turba-h3.spec,v 1.4 2008/04/09 13:51:57 slords Exp $
2    
3  %define apachedir /etc/httpd  %define apachedir /etc/httpd
4  %define apacheuser www  %define apacheuser www
# Line 7  Line 7 
7    
8  Summary: The Horde contact management application.  Summary: The Horde contact management application.
9  Name: turba-h3  Name: turba-h3
10  Version: 2.1.7  Version: 2.2.1
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/turba/tarballs/turba-h3-%{version}.tar.gz  Source: ftp://ftp.horde.org/pub/turba/tarballs/turba-h3-%{version}.tar.gz
 Source1: turba.conf  
 #Patch1:  
15  URL: http://www.horde.org/  URL: http://www.horde.org/
16  BuildArchitectures: noarch  BuildArchitectures: noarch
17  BuildRoot: /tmp/turba-root  BuildRoot: /tmp/turba-root
18  AutoReq: no  AutoReq: no
19  Requires: php >= 4.3.0  Requires: php >= 4.3.0
20  Requires: httpd >= 2.0.46  Requires: httpd >= 2.0.46
21  Requires: horde >= 3.1  Requires: horde >= 3.2
22  Requires: mysql >= 3.23  Requires: mysql >= 3.23
23  Prereq: /usr/bin/perl  Prereq: /usr/bin/perl
24  Obsoletes: turba  Obsoletes: turba
# Line 39  please visit http://www.horde.org/. Line 37  please visit http://www.horde.org/.
37  %prep  %prep
38  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
39    
 #%patch1 -p1  
   
40  %build  %build
41    
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/turba.conf $RPM_BUILD_ROOT%{apachedir}/conf  
45  mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/horde/turba  mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/horde/turba
46  cp -pR * $RPM_BUILD_ROOT%{contentdir}/html/horde/turba  cp -pR * $RPM_BUILD_ROOT%{contentdir}/html/horde/turba
47  cd $RPM_BUILD_ROOT%{contentdir}/html/horde/turba/config  cd $RPM_BUILD_ROOT%{contentdir}/html/horde/turba/config
# Line 60  done Line 55  done
55  %clean  %clean
56  [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT  [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
57    
 %pre  
   
 %post  
   
 %postun  
   
58  %files  %files
59  %defattr(-,root,root)  %defattr(-,root,root)
 # Apache turba.conf file  
 %config %{apachedir}/conf/turba.conf  
60  # Include top level with %dir so not all files are sucked in  # Include top level with %dir so not all files are sucked in
61  %dir %{contentdir}/html/horde/turba  %dir %{contentdir}/html/horde/turba
62  # Include top-level files by hand  # Include top-level files by hand
# Line 81  done Line 68  done
68  %{contentdir}/html/horde/turba/scripts  %{contentdir}/html/horde/turba/scripts
69  %{contentdir}/html/horde/turba/templates  %{contentdir}/html/horde/turba/templates
70  %{contentdir}/html/horde/turba/themes  %{contentdir}/html/horde/turba/themes
71    %{contentdir}/html/horde/turba/js
72    %{contentdir}/html/horde/turba/addressbooks
73    %{contentdir}/html/horde/turba/bug5476.phpt
74  # Mark documentation files with %doc and %docdir  # Mark documentation files with %doc and %docdir
75  %doc %{contentdir}/html/horde/turba/LICENSE  %doc %{contentdir}/html/horde/turba/LICENSE
76  %doc %{contentdir}/html/horde/turba/README  %doc %{contentdir}/html/horde/turba/README
# Line 96  done Line 86  done
86  %config %{contentdir}/html/horde/turba/config/*.xml  %config %{contentdir}/html/horde/turba/config/*.xml
87    
88  %changelog  %changelog
89  * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 2.1.7-1  * Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2.1-1  
90  - Update to turba 2.1.7 [SME: 4093]  - Update to Turba 2.2.1                  
   
 * Tue Nov 13 2007 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.5-1  
 - Update to turba 2.1.5 [SME: 3570]  
   
 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  
 - Clean up spec so package can be built by koji/plague  
   
 * Thu Mar 29 2007 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.4-2  
 - Patch for horde bug 5144 - http://bugs.horde.org/ticket/?id=5144, which corrects  
   an issue with not being able to create or add users to contact lists. [SME: 2786]  
   
 * Sat Mar 24 2007 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.4-1.el4  
 - Update to turba 2.1.4 [SME: 2786]  
   
 * Sat Dec 09 2006 Shad L. Lords <slords@mail.com>  
 - Update to new release naming.  No functional changes.  
 - Make Packager generic  
   
 * Fri Nov 24 2006 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.3-00sme01  
 - Update to turba 2.1.3  
   
 * Sat Sep 9 2006 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.2-00sme01  
 - Update to turba 2.1.2  
   
 * Wed May 24 2006 John H. Bennett III <bennettj@johnbennettservices.com> 2.0.5-01sme01  
 - Update to turba 2.0.5  
   
 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 2.0.4-02sme01  
 - Adjust Release tag to our standard format [SME: 70]  
   
 * Wed Nov 09 2005 Greg Swallow  
 - Update to 2.0.4  
   
 * Thu Apr 21 2005 Charlie Brady <charlieb@e-smith.com> 2.0.2-7sme02  
 - Add "Provides: turba" header to satisfy "Requires: turba" packages.  
 - Remove pre and post scripts, as they're not required for CDROM  
   install/updates, and could be troublesome.  
   
 * Thu Mar 31 2005 Greg Swallow <gregswallow@skynetonline.ca>  
 - [2.0.2-7sme01]  
 - renamed to turba-h3  
 - Update for turba-h3-2.0.2 on SME 7  
   
 * Tue Aug 31 2004 Shad L. Lords <slords@mail.com>  
 - [1.2-2sme01]  
 - Update specfile - change apache to httpd in requires  
   
 * Thu May 6 2004 Michael Soulier <michael_soulier@mitel.com>  
 - [1.2-1es01]  
 - Patched to remove braindead String class reference. [MN00025049]  
   
 * Wed Apr 23 2003 Gordon Rowell <gordon_rowell@mitel.com>  
 - [1.2-1es00]  
 - Rebuild [gordonr 7694]  
   
 * Wed Mar 12 2003 Dan Brown <dan@familybrown.org>  
 - [1.2-1es]  
 - Rebuilding with Turba 1.2  
   
 * Wed May 22 2002 Charlie Brady <charlieb@e-smith.com>  
 - [1.0-6es]  
 - Rebuilding in-house. Change Vendor and Packager tags. no other change,  
   
 * Fri Mar  8 2002 Dan Brown <dan@familybrown.org> 1.0-5es  
 - changed Apache dependency to >= 1.3.19  
   
 * Tue Feb 12 2002 Dan Brown <dan@familybrown.org>  
 - 1.0 release 4es  
 - http://cvs.horde.org/diff.php/turba/lib/api.php?r1=1.14.2.3&r2=1.14.2.4&ty=u  
 - patch to fix errors adding contacts  
   
 * Mon Feb 11 2002 Dan Brown <dan@familybrown.org>  
 - 1.0 release 3es  
 - changed turba.sql to run CREATE TABLE IF NOT EXISTS  
   
 * Sun Feb 10 2002 Dan Brown <dan@familybrown.org>  
 - 1.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>  
 - 1.0 release 1es  
 - changed apache user, group, and content directory  
   
 * Wed Jan 02 2002 Brent J. Nordquist <bjn@horde.org>  
 - 1.0 release 1  
   
 * Mon Dec 24 2001 Brent J. Nordquist <bjn@horde.org>  
 - 1.0-RC4 release 1  
91    
92  * Sun Dec 16 2001 Brent J. Nordquist <bjn@horde.org>  * Mon Jun 2 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1
93  - initial RPM for Turba 1.0  - initial RPM roll for Turba 2.2
94    


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