Author: glen Date: Wed Jan 11 19:34:43 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - -update package dropped, you can perform updates from cli, which should be sufficent
---- Files affected: SPECS: drupal.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: SPECS/drupal.spec diff -u SPECS/drupal.spec:1.50 SPECS/drupal.spec:1.51 --- SPECS/drupal.spec:1.50 Wed Jan 11 17:13:09 2006 +++ SPECS/drupal.spec Wed Jan 11 20:34:38 2006 @@ -3,7 +3,7 @@ Summary(pl): Platforma do zarządzania treścią o otwartych źródłach Name: drupal Version: 4.6.5 -Release: 0.14 +Release: 0.15 License: GPL Group: Applications/WWW Source0: http://drupal.org/files/projects/%{name}-%{version}.tar.gz @@ -36,6 +36,7 @@ Requires: php-xml Requires: webapps Requires: webserver = apache +Obsoletes: drupal-update BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -139,14 +140,6 @@ mają schematy bazy danych dla PostgreSQL-a. Można go używać na własne ryzyko. -%package update -Summary: Package to perform Drupal database updates -Group: Applications/WWW -Requires: %{name} = %{version}-%{release} - -%description update -This package contains scripts needed to do database updates via web. - %package xmlrpc Summary: XMLRPC server for Drupal Summary(pl): Serwer XMLRPC dla Drupala @@ -186,10 +179,10 @@ cp -a *.ico index.php $RPM_BUILD_ROOT%{_appdir}/htdocs cp -a misc $RPM_BUILD_ROOT%{_appdir}/htdocs -cp -a update.php xmlrpc.php $RPM_BUILD_ROOT%{_appdir}/htdocs +cp -a xmlrpc.php $RPM_BUILD_ROOT%{_appdir}/htdocs cp -a database/updates.inc $RPM_BUILD_ROOT%{_appdir}/database -cp -a cron.php $RPM_BUILD_ROOT%{_appdir} +cp -a cron.php update.php $RPM_BUILD_ROOT%{_appdir} cp -a modules/* $RPM_BUILD_ROOT%{_appdir}/modules cp -a includes scripts $RPM_BUILD_ROOT%{_appdir} cp -a sites $RPM_BUILD_ROOT%{_sysconfdir} @@ -316,12 +309,14 @@ %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sites/default/* %dir %{_appdir} +%{_appdir}/database %{_appdir}/includes %{_appdir}/modules %{_appdir}/scripts %{_appdir}/themes %{_appdir}/po -# symlink +%{_appdir}/update.php +# symlinks %{_appdir}/files %{_appdir}/misc @@ -349,11 +344,6 @@ %defattr(644,root,root,755) %doc database/*.pgsql -%files update -%defattr(644,root,root,755) -%{_appdir}/htdocs/update.php -%{_appdir}/database - %files xmlrpc %defattr(644,root,root,755) %{_appdir}/htdocs/xmlrpc.php @@ -364,6 +354,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2006/01/11 19:34:38 glen +- -update package dropped, you can perform updates from cli, which should be sufficent + Revision 1.50 2006/01/11 16:13:09 glen - add alternative comments moderation patch from http://drupal.org/node/43145 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/drupal.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
