SPECS: php4-mmcache.spec - put -webinterface files to bindir

glen glen at pld-linux.org
Thu Sep 15 21:20:56 CEST 2005


Author: glen                         Date: Thu Sep 15 19:20:56 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- put -webinterface files to bindir

---- Files affected:
SPECS:
   php4-mmcache.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/php4-mmcache.spec
diff -u SPECS/php4-mmcache.spec:1.37 SPECS/php4-mmcache.spec:1.38
--- SPECS/php4-mmcache.spec:1.37	Thu Sep 15 21:19:35 2005
+++ SPECS/php4-mmcache.spec	Thu Sep 15 21:20:51 2005
@@ -105,6 +105,8 @@
 
 install ./modules/mmcache.so $RPM_BUILD_ROOT%{extensionsdir}
 install ./encoder.php $RPM_BUILD_ROOT%{_bindir}
+install ./mmcache_password.php $RPM_BUILD_ROOT%{_bindir}
+install ./mmcache.php $RPM_BUILD_ROOT%{_bindir}
 install ./TurckLoader/modules/TurckLoader.so $RPM_BUILD_ROOT%{extensionsdir}
 
 cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
@@ -155,8 +157,8 @@
 
 %files webinterface
 %defattr(644,root,root,755)
-# FIXME: czy tak rzeczywiście powinno/może być??
-%doc mmcache{,_password}.php
+%attr(755,root,root) %{_bindir}/mmcache.php
+%attr(755,root,root) %{_bindir}/mmcache_password.php
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -164,6 +166,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2005/09/15 19:20:51  glen
+- put -webinterface files to bindir
+
 Revision 1.37  2005/09/15 19:19:35  glen
 - fix php epoch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php4-mmcache.spec?r1=1.37&r2=1.38&f=u




More information about the pld-cvs-commit mailing list