--- rpms/turba-h3/sme7/turba-h3.spec 2008/03/25 16:15:41 1.3 +++ rpms/turba-h3/sme7/turba-h3.spec 2009/01/03 04:05:03 1.7 @@ -1,3 +1,5 @@ +# $Id: turba-h3.spec,v 1.6 2008/12/06 21:01:55 mrjhb3 Exp $ + %define apachedir /etc/httpd %define apacheuser www %define apachegroup www @@ -5,20 +7,18 @@ Summary: The Horde contact management application. Name: turba-h3 -Version: 2.1.7 +Version: 2.3.1 Release: 1%{?dist} License: GPL Group: Applications/Horde Source: ftp://ftp.horde.org/pub/turba/tarballs/turba-h3-%{version}.tar.gz -Source1: turba.conf -#Patch1: URL: http://www.horde.org/ BuildArchitectures: noarch BuildRoot: /tmp/turba-root AutoReq: no Requires: php >= 4.3.0 Requires: httpd >= 2.0.46 -Requires: horde >= 3.1 +Requires: horde >= 3.2 Requires: mysql >= 3.23 Prereq: /usr/bin/perl Obsoletes: turba @@ -37,14 +37,11 @@ please visit http://www.horde.org/. %prep %setup -q -n %{name}-%{version} -#%patch1 -p1 - %build %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{apachedir}/conf -cp -p $RPM_SOURCE_DIR/turba.conf $RPM_BUILD_ROOT%{apachedir}/conf mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/horde/turba cp -pR * $RPM_BUILD_ROOT%{contentdir}/html/horde/turba cd $RPM_BUILD_ROOT%{contentdir}/html/horde/turba/config @@ -58,16 +55,8 @@ done %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -%pre - -%post - -%postun - %files %defattr(-,root,root) -# Apache turba.conf file -%config %{apachedir}/conf/turba.conf # Include top level with %dir so not all files are sucked in %dir %{contentdir}/html/horde/turba # Include top-level files by hand @@ -79,6 +68,8 @@ done %{contentdir}/html/horde/turba/scripts %{contentdir}/html/horde/turba/templates %{contentdir}/html/horde/turba/themes +%{contentdir}/html/horde/turba/js +%{contentdir}/html/horde/turba/addressbooks # Mark documentation files with %doc and %docdir %doc %{contentdir}/html/horde/turba/LICENSE %doc %{contentdir}/html/horde/turba/README @@ -94,98 +85,15 @@ done %config %{contentdir}/html/horde/turba/config/*.xml %changelog -* Tue Mar 25 2008 Shad L. Lords 2.1.7-1 -- Update to turba 2.1.7 [SME: 4093] - -* Tue Nov 13 2007 John H. Bennett III 2.1.5-1 -- Update to turba 2.1.5 [SME: 3570] - -* Sun Apr 29 2007 Shad L. Lords -- Clean up spec so package can be built by koji/plague - -* Thu Mar 29 2007 John H. Bennett III 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 2.1.4-1.el4 -- Update to turba 2.1.4 [SME: 2786] - -* Sat Dec 09 2006 Shad L. Lords -- Update to new release naming. No functional changes. -- Make Packager generic - -* Fri Nov 24 2006 John H. Bennett III 2.1.3-00sme01 -- Update to turba 2.1.3 - -* Sat Sep 9 2006 John H. Bennett III 2.1.2-00sme01 -- Update to turba 2.1.2 - -* Wed May 24 2006 John H. Bennett III 2.0.5-01sme01 -- Update to turba 2.0.5 - -* Wed Nov 30 2005 Gordon Rowell 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 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 -- [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 -- [1.2-2sme01] -- Update specfile - change apache to httpd in requires - -* Thu May 6 2004 Michael Soulier -- [1.2-1es01] -- Patched to remove braindead String class reference. [MN00025049] - -* Wed Apr 23 2003 Gordon Rowell -- [1.2-1es00] -- Rebuild [gordonr 7694] - -* Wed Mar 12 2003 Dan Brown -- [1.2-1es] -- Rebuilding with Turba 1.2 - -* Wed May 22 2002 Charlie Brady -- [1.0-6es] -- Rebuilding in-house. Change Vendor and Packager tags. no other change, - -* Fri Mar 8 2002 Dan Brown 1.0-5es -- changed Apache dependency to >= 1.3.19 - -* Tue Feb 12 2002 Dan Brown -- 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 -- 1.0 release 3es -- changed turba.sql to run CREATE TABLE IF NOT EXISTS - -* Sun Feb 10 2002 Dan Brown -- 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 -- 1.0 release 1es -- changed apache user, group, and content directory +* Fri Jan 2 2009 John H. Bennett III 2.3.1-1 +- Updated to Turba 2.3.1 [SME: 4833] -* Wed Jan 02 2002 Brent J. Nordquist -- 1.0 release 1 +* Sat Dec 06 2008 John H. Bennett III 2.3-1 +- Updated to Turba 2.3 [SME: 4833] -* Mon Dec 24 2001 Brent J. Nordquist -- 1.0-RC4 release 1 +* Wed Jun 18 2008 John H. Bennett III 2.2.1-1 +- Update to Turba 2.2.1 -* Sun Dec 16 2001 Brent J. Nordquist -- initial RPM for Turba 1.0 +* Mon Jun 2 2008 John H. Bennett III 2.2-1 +- initial RPM roll for Turba 2.2