Author: djurban Date: Wed Dec 21 00:27:37 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - builds, converting to webapps
---- Files affected: SPECS: ISMail.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/ISMail.spec diff -u SPECS/ISMail.spec:1.12 SPECS/ISMail.spec:1.13 --- SPECS/ISMail.spec:1.12 Mon Dec 19 19:07:06 2005 +++ SPECS/ISMail.spec Wed Dec 21 01:27:32 2005 @@ -3,17 +3,21 @@ Summary(pl): Webmail firmy Inside Systems Name: ismail Version: 2.0 -Release: 0.1 +Release: 0.5 License: GPL Group: Applications/Mail Source0: ftp://ftp.insidesystems.net/ismail/%{name}-%{version}.tar.bz2 # Source0-md5: df7b88426f24250cd7ffee6f29d330b2 Source1: %{name}.conf +# from http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/index.en.html +Source2: %{name}-domxml4-to5-fixup.php +Patch0: %{name}-php5.patch URL: http://www.insidesystems.net/projects/project.php?projectid=4 Requires: php Requires: php-pcre Requires: php-imap -Requires: php4-domxml +Requires: php-domxml +Requires: php-xml Requires: webserver Provides: webmail BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -30,6 +34,7 @@ %prep %setup -q -n %{name} +%patch0 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -47,6 +52,7 @@ ln -sf %{_sysconfdir}/istheme.conf $RPM_BUILD_ROOT%{_ismaildir}/include/istheme.conf install %{SOURCE1} $RPM_BUILD_ROOT/etc/httpd/%{name}.conf +install %{SOURCE2} $RPM_BUILD_ROOT%{_ismaildir}/include/datastores/domxml4-to5-fixup.php %clean rm -rf $RPM_BUILD_ROOT @@ -78,6 +84,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2005/12/21 00:27:32 djurban +- builds, converting to webapps + Revision 1.12 2005/12/19 18:07:06 djurban - updated to 2.0, rel 0.1, needed cvs mv ISMail.spec ismail.spec ! ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ISMail.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
