SPECS: roundcubemail.spec - added installer
paszczus
paszczus at pld-linux.org
Tue Mar 4 09:05:01 CET 2008
Author: paszczus Date: Tue Mar 4 08:05:01 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added installer
---- Files affected:
SPECS:
roundcubemail.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: SPECS/roundcubemail.spec
diff -u SPECS/roundcubemail.spec:1.42 SPECS/roundcubemail.spec:1.43
--- SPECS/roundcubemail.spec:1.42 Tue Mar 4 08:51:19 2008
+++ SPECS/roundcubemail.spec Tue Mar 4 09:04:56 2008
@@ -90,7 +90,7 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_appdatadir},%{_applogdir},%{_archivelogdir},%{_sysconfdir}} \
- $RPM_BUILD_ROOT{%{_appdir}/{bin,config,program,skins},/etc/logrotate.d}
+ $RPM_BUILD_ROOT{%{_appdir}/{bin,config,installer,program,skins},/etc/logrotate.d}
# Main application part:
cp -a program/* $RPM_BUILD_ROOT%{_appdir}/program
@@ -100,6 +100,9 @@
# Skins installation
cp -a skins/* $RPM_BUILD_ROOT%{_appdir}/skins
+# Installer part
+cp -a installer/* $RPM_BUILD_ROOT%{_appdir}/installer
+
## Configuration:
install config/db.inc.php.dist $RPM_BUILD_ROOT%{_sysconfdir}/db.inc.php
install config/main.inc.php.dist $RPM_BUILD_ROOT%{_sysconfdir}/main.inc.php
@@ -164,6 +167,12 @@
%{_appdir}/bin/*.php
%dir %{_appdir}/config
%{_appdir}/config/*.php
+%dir %{_appdir}/installer
+%{_appdir}/installer/*.php
+%{_appdir}/installer/client.js
+%{_appdir}/installer/styles.css
+%{_appdir}/installer/welcome.html
+%{_appdir}/installer/images
%dir %{_appdir}/program
%{_appdir}/program/*.gif
%{_appdir}/program/include
@@ -248,6 +257,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2008-03-04 08:04:56 paszczus
+- added installer
+
Revision 1.42 2008-03-04 07:51:19 paszczus
- started update to FINAL 0.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/roundcubemail.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list