mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 05:01:12 +01:00
changed spec for 14.3.20150728 incl. new archive app (Benno Mail Archive integration)
This commit is contained in:
parent
4e20658da1
commit
80c549a370
@ -1,5 +1,5 @@
|
|||||||
Name: egroupware-epl
|
Name: egroupware-epl
|
||||||
Version: 14.2.20141211
|
Version: 14.3.20150728
|
||||||
Release:
|
Release:
|
||||||
Summary: EGroupware is a web-based groupware suite written in php
|
Summary: EGroupware is a web-based groupware suite written in php
|
||||||
Group: Web/Database
|
Group: Web/Database
|
||||||
@ -81,7 +81,7 @@ Distribution: %{distribution}
|
|||||||
|
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source2: %{name}-stylite-%{version}.tar.bz2
|
Source2: %{name}-stylite-%{version}.tar.bz2
|
||||||
#Source3: %{name}-pixelegg-%{version}.tar.bz2
|
Source3: %{name}-archive-%{version}.tar.bz2
|
||||||
Source4: %{name}-esyncpro-%{version}.tar.bz2
|
Source4: %{name}-esyncpro-%{version}.tar.bz2
|
||||||
#Source5: %{name}-jdots-%{version}.tar.bz2
|
#Source5: %{name}-jdots-%{version}.tar.bz2
|
||||||
Source6: phpfreechat_data_public.tar.gz
|
Source6: phpfreechat_data_public.tar.gz
|
||||||
@ -228,6 +228,16 @@ Obsoletes: %{egw_packagename}-esync
|
|||||||
%description esync
|
%description esync
|
||||||
Z-Push based ActiveSync protocol implementation.
|
Z-Push based ActiveSync protocol implementation.
|
||||||
|
|
||||||
|
%package archive
|
||||||
|
Version: %{version}
|
||||||
|
Summary: Benno Mail Archive integration
|
||||||
|
Group: Web/Database
|
||||||
|
AutoReqProv: no
|
||||||
|
Requires: egw-core >= %{version}
|
||||||
|
Obsoletes: %{egw_packagename}-archive
|
||||||
|
%description archive
|
||||||
|
Shows (not included) Benno Mail Archive inside EGroupware and logs you in automatic.
|
||||||
|
|
||||||
%package bookmarks
|
%package bookmarks
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Summary: The EGroupware bookmarks application
|
Summary: The EGroupware bookmarks application
|
||||||
@ -515,7 +525,7 @@ echo "post_install: %{post_install}"
|
|||||||
%setup0 -c -n %{egwdirname}
|
%setup0 -c -n %{egwdirname}
|
||||||
#%setup1 -T -D -a 1 -n %{egwdirname}
|
#%setup1 -T -D -a 1 -n %{egwdirname}
|
||||||
%setup2 -T -D -a 2 -n %{egwdirname}
|
%setup2 -T -D -a 2 -n %{egwdirname}
|
||||||
#%setup3 -T -D -a 3 -n %{egwdirname}
|
%setup3 -T -D -a 3 -n %{egwdirname}
|
||||||
%setup4 -T -D -a 4 -n %{egwdirname}
|
%setup4 -T -D -a 4 -n %{egwdirname}
|
||||||
#%setup5 -T -D -a 5 -n %{egwdirname}
|
#%setup5 -T -D -a 5 -n %{egwdirname}
|
||||||
%setup6 -T -D -a 6 -n %{egwdirname}
|
%setup6 -T -D -a 6 -n %{egwdirname}
|
||||||
@ -573,6 +583,7 @@ ln -s ../../..%{egwdatadir}/header.inc.php
|
|||||||
%{egwdir}/webdav.php
|
%{egwdir}/webdav.php
|
||||||
%{egwdir}/addressbook
|
%{egwdir}/addressbook
|
||||||
%{egwdir}/admin
|
%{egwdir}/admin
|
||||||
|
%{egwdir}/api
|
||||||
%{egwdir}/doc
|
%{egwdir}/doc
|
||||||
%{egwdir}/etemplate
|
%{egwdir}/etemplate
|
||||||
%{egwdir}/files
|
%{egwdir}/files
|
||||||
@ -592,6 +603,10 @@ ln -s ../../..%{egwdatadir}/header.inc.php
|
|||||||
%dir %attr(0700,%{apache_user},%{apache_group}) %{egwdatadir}/default/backup
|
%dir %attr(0700,%{apache_user},%{apache_group}) %{egwdatadir}/default/backup
|
||||||
%config(noreplace) %attr(0640,%{apache_user},%{apache_group}) %{egwdatadir}/header.inc.php
|
%config(noreplace) %attr(0640,%{apache_user},%{apache_group}) %{egwdatadir}/header.inc.php
|
||||||
|
|
||||||
|
%files archive
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{egwdir}/archive
|
||||||
|
|
||||||
%files bookmarks
|
%files bookmarks
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{egwdir}/bookmarks
|
%{egwdir}/bookmarks
|
||||||
|
Loading…
Reference in New Issue
Block a user