SPECS (DEVEL): drupal.spec - add -cron patch
glen
glen at pld-linux.org
Mon Mar 12 10:37:18 CET 2007
Author: glen Date: Mon Mar 12 09:37:18 2007 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- add -cron patch
---- Files affected:
SPECS:
drupal.spec (1.42.2.11 -> 1.42.2.12)
---- Diffs:
================================================================
Index: SPECS/drupal.spec
diff -u SPECS/drupal.spec:1.42.2.11 SPECS/drupal.spec:1.42.2.12
--- SPECS/drupal.spec:1.42.2.11 Mon Feb 12 14:20:12 2007
+++ SPECS/drupal.spec Mon Mar 12 10:37:12 2007
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Platforma do zarzÄ
dzania treĹciÄ
o otwartych ĹşrĂłdĹach
Name: drupal
Version: 5.1
-Release: 0.1
+Release: 0.2
License: GPL
Group: Applications/WWW
Source0: http://ftp.osuosl.org/pub/drupal/files/projects/%{name}-%{version}.tar.gz
@@ -11,11 +11,12 @@
Source1: %{name}.conf
Source2: %{name}.cron
Source3: %{name}.PLD
-#Patch0: %{name}-replication.patch
+Patch0: %{name}-cron.patch
Patch1: %{name}-sitesdir.patch
Patch2: %{name}-topdir.patch
Patch3: %{name}-themedir2.patch
-#Patch4: %{name}-emptypass.patch
+#Patchx: %{name}-replication.patch
+#Patchx: %{name}-emptypass.patch
URL: http://drupal.org/
BuildRequires: rpmbuild(macros) >= 1.264
BuildRequires: sed >= 4.0
@@ -160,13 +161,13 @@
%prep
%setup -q %{?_rc:-n %{name}-%{version}-%{_rc}}
-#%patch0 -p1
+%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
-#%patch4 -p1
-find -name '*~' | xargs -r rm -v
+# cleanup backups after patching
+find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
cp -p %{SOURCE3} README.PLD
%install
@@ -332,6 +333,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.42.2.12 2007/03/12 09:37:12 glen
+- add -cron patch
+
Revision 1.42.2.11 2007/02/12 13:20:12 baggins
- converted to UTF-8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/drupal.spec?r1=1.42.2.11&r2=1.42.2.12&f=u
More information about the pld-cvs-commit
mailing list