SPECS: drupal.spec - add xmlrpc (xmlrpc server) subpackage

glen glen at pld-linux.org
Wed Jul 6 18:44:41 CEST 2005


Author: glen                         Date: Wed Jul  6 16:44:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add xmlrpc (xmlrpc server) subpackage

---- Files affected:
SPECS:
   drupal.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/drupal.spec
diff -u SPECS/drupal.spec:1.14 SPECS/drupal.spec:1.15
--- SPECS/drupal.spec:1.14	Tue Jul  5 19:45:45 2005
+++ SPECS/drupal.spec	Wed Jul  6 18:44:35 2005
@@ -3,7 +3,7 @@
 Summary(pl):	Platforma do zarządzania treścią o otwartych źródłach
 Name:		drupal
 Version:	4.6.2
-Release:	0.14
+Release:	0.16
 Epoch:		0
 License:	GPL
 Group:		Applications/WWW
@@ -134,6 +134,16 @@
 %description cron -l pl
 Ten pakiet zawiera skrypt wywołujący uchwyty crona dla Drupala.
 
+%package xmlrpc
+Summary:	XMLRPC server for Drupal
+Group:		Applications/WWW
+Requires:	%{name} = %{version}-%{release}
+
+%description xmlrpc
+XMLRPC server for Drupal allows other Drupal's authorize with your
+Drupal's user creditentials, this is called Distributed Authentication
+in Drupal world.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -157,6 +167,7 @@
 
 cp -a *.ico index.php $RPM_BUILD_ROOT%{_appdir}/htdocs
 cp -a misc $RPM_BUILD_ROOT%{_appdir}/htdocs
+cp -a xmlrpc.php $RPM_BUILD_ROOT%{_appdir}/htdocs
 
 cp -a cron.php $RPM_BUILD_ROOT%{_appdir}
 cp -a modules/* $RPM_BUILD_ROOT%{_appdir}/modules
@@ -224,7 +235,8 @@
 %{_appdir}/files
 
 %dir %{_appdir}/htdocs
-%{_appdir}/htdocs/*.*
+%{_appdir}/htdocs/*.ico
+%{_appdir}/htdocs/index.php
 %{_appdir}/htdocs/misc
 %{_appdir}/htdocs/themes
 %{_appdir}/htdocs/modules
@@ -235,12 +247,19 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
 %{_appdir}/cron.php
 
+%files xmlrpc
+%defattr(644,root,root,755)
+%{_appdir}/htdocs/xmlrpc.php
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2005/07/06 16:44:35  glen
+- add xmlrpc (xmlrpc server) subpackage
+
 Revision 1.14  2005/07/05 17:45:45  glen
 - include files symlink (core still needs it)
 - add dir for modules in htdocs
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/drupal.spec?r1=1.14&r2=1.15&f=u




More information about the pld-cvs-commit mailing list