SPECS: roundcubemail.spec - install bin directory

glen glen at pld-linux.org
Tue May 22 12:36:03 CEST 2007


Author: glen                         Date: Tue May 22 10:36:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install bin directory

---- Files affected:
SPECS:
   roundcubemail.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/roundcubemail.spec
diff -u SPECS/roundcubemail.spec:1.30 SPECS/roundcubemail.spec:1.31
--- SPECS/roundcubemail.spec:1.30	Tue May 22 12:23:27 2007
+++ SPECS/roundcubemail.spec	Tue May 22 12:35:57 2007
@@ -10,7 +10,7 @@
 %define		_svn	583
 #%define		_snap	20070521
 #define		_beta	beta2
-%define		_rel	0.14
+%define		_rel	0.15
 Summary:	RoundCube Webmail
 Summary(pl.UTF-8):	RoundCube Webmail - poczta przez WWW
 Name:		roundcubemail
@@ -87,10 +87,11 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_appdatadir},%{_applogdir},%{_sysconfdir}} \
-	$RPM_BUILD_ROOT%{_appdir}/{config,program,skins}
+	$RPM_BUILD_ROOT%{_appdir}/{bin,config,program,skins}
 
 # Main application part:
 cp -a program/* $RPM_BUILD_ROOT%{_appdir}/program
+cp -a bin/*.php $RPM_BUILD_ROOT%{_appdir}/bin
 cp -a index.php $RPM_BUILD_ROOT%{_appdir}
 
 # Skins installation
@@ -154,6 +155,8 @@
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.php
 %dir %{_appdir}
 %{_appdir}/*.php
+%dir %{_appdir}/bin
+%{_appdir}/bin/*.php
 %dir %{_appdir}/config
 %{_appdir}/config/*.php
 %dir %{_appdir}/program
@@ -228,6 +231,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2007/05/22 10:35:57  glen
+- install bin directory
+
 Revision 1.30  2007/05/22 10:23:27  glen
 - fixed -tz patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/roundcubemail.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list