e-smith-imp/e-smith-imp.spec

103 lines
3.5 KiB
RPMSpec
Raw Permalink Normal View History

# $Id: e-smith-imp.spec,v 1.1 2016/02/05 22:49:59 stephdl Exp $
Summary: e-smith specific IMP configuration and templates.
%define name e-smith-imp
Name: %{name}
%define version 5.6.0
%define release 2
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: imp-h3 >= 4.3
Requires: e-smith-base >= 4.15.1
Requires: e-smith-apache >= 1.1.0-18
Requires: e-smith-lib >= 1.15.1-16
Requires: e-smith-ingo
Requires: php
Requires: php-ldap
Requires: php-mysql
BuildRequires: e-smith-devtools >= 1.13.1-03
AutoReqProv: no
Obsoletes: dcb-e-smith-imp
Obsoletes: smeserver-imp-menuarray
Requires: php-pear(HTTP_Request)
%changelog
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 5.6.0-2.sme
- Roll up patches and move to git repo [SME: 12338]
* Wed Jul 12 2023 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme
- Initial release to sme10
* Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme
- Don't use SSL over loopback [SME: 7682]
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
- Roll new stream for sme9
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-9
- Updated templates to reflect changes in imp 4.3.7 [SME: 5938]
* Sun Feb 14 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-8
- Patch to template imp's mime_drivers.php file so some settings can be customized [SME: 5224]
- config setprop horde Limitinlinesize <--default is 1048576
- config setprop horde inlineHTML true|false <--default is true
- config setprop horde inlineImages true|false <--default is true
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-7
- Updated templates to reflect changes in imp 4.3.6 [SME: 5776]
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-6
- Updated templates to reflect changes in imp 4.3.5 [SME: 5510]
* Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-5
- Updated templates to reflect changes in imp 4.3.4 [SME: 5371]
* Wed Jan 07 2009 Gavin Weight <gweight@gmail.com> 5.2.0-4
- Updated spec file to require php-pear(HTTP_Request) and remove obsolete
php-pear-HTTP-Request line. [SME: 4928]
* Wed Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-3
- Updated spec file to require php-pear-HTTP-Request to accomodate HTML composition [SME: 4821]
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-2
- Updated templates to reflect changes in imp 4.3 [SME: 4832]
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
- Roll new stream to separate sme7/sme8 trees [SME: 4633]
* Mon Jun 23 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-1
- Initial build
- Jump in package name to reflect new version of imp
%description
This package adds necessary templates and configuration items
so that IMP will work properly on SME Server
%prep
%setup
%build
perl createlinks
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
echo "%doc COPYING" >> %{name}-%{version}-filelist
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)