]> git.pld-linux.org Git - packages/drupal.git/blobdiff - drupal.spec
- Up to 6.20, NT
[packages/drupal.git] / drupal.spec
index ed3ed43b343bde8b2c61df145ef5f2fd76cdee74..b46f3bd2581cd32b6d698066539b7279568be388 100644 (file)
@@ -1,25 +1,21 @@
-# TODO
-# - why not drupal 6.0?
 Summary:       Open source content management platform
 Summary(pl.UTF-8):     Platforma do zarządzania treścią o otwartych źródłach
 Name:          drupal
-Version:       5.7
-Release:       0.4
+Version:       6.20
+Release:       0.1
 License:       GPL
 Group:         Applications/WWW
-Source0:       http://ftp.osuosl.org/pub/drupal/files/projects/%{name}-%{version}.tar.gz
-# Source0-md5: c7d9911ad1001c790bbdfe6fd4cdfc89
+Source0:       http://ftp.drupal.org/files/projects/%{name}-%{version}.tar.gz
+# Source0-md5: a4f59401fbb3e20e3a03ac5fc11bd27c
 Source1:       %{name}.conf
 Source2:       %{name}.cron
 Source3:       %{name}.PLD
-Source4:       %{name}-apache1.conf
 Patch0:                %{name}-cron.patch
 Patch1:                %{name}-sitesdir.patch
 Patch2:                %{name}-topdir.patch
-Patch3:                %{name}-themedir2.patch
 #Patchx:       %{name}-replication.patch
 #Patchx:       %{name}-emptypass.patch
-URL:           http://drupal.org/
+URL:           http://www.drupal.org/
 BuildRequires: rpmbuild(macros) >= 1.264
 BuildRequires: sed >= 4.0
 Requires:      %{name}(DB_Driver) = %{version}-%{release}
@@ -165,7 +161,6 @@ nazywane rozproszonym uwierzytelnianiem.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -202,7 +197,7 @@ chmod -x $RPM_BUILD_ROOT%{_appdir}/scripts/*
 
 ln -s /var/lib/%{name} $RPM_BUILD_ROOT%{_appdir}/files
 
-install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/%{name}
 
This page took 0.064621 seconds and 4 git commands to generate.