[drupal6-feeds/f14/master] - Corrected alignment. - Chmod and cp lines are copied under prep section.

Peter Borsa asrob at fedoraproject.org
Wed Jan 26 18:32:49 UTC 2011


commit c40a1ced5712c2214d97501059683d10b7cdb4e4
Author: Peter Borsa <peter.borsa at gmail.com>
Date:   Wed Jan 26 18:26:37 2011 +0100

    - Corrected alignment.
    - Chmod and cp lines are copied under prep section.

 clog               |    2 ++
 drupal6-feeds.spec |   30 ++++++++++++++++--------------
 2 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/clog b/clog
new file mode 100644
index 0000000..9f19eea
--- /dev/null
+++ b/clog
@@ -0,0 +1,2 @@
+- Corrected alignment.
+- Chmod and cp lines are copied under prep section.
diff --git a/drupal6-feeds.spec b/drupal6-feeds.spec
index a45626d..78c4d38 100644
--- a/drupal6-feeds.spec
+++ b/drupal6-feeds.spec
@@ -1,34 +1,32 @@
 %global prerelease 10
 %global beta beta
 %global drupaldir %{_datadir}/drupal
-Name: drupal6-feeds
-Version:  1.0
-Release:  0.3.%{beta}%{prerelease}%{?dist}
-Summary:  An import and aggregation framework for Drupal
+Name:      drupal6-feeds
+Version:   1.0
+Release:   0.4.%{beta}%{prerelease}%{?dist}
+Summary:   An import and aggregation framework for Drupal
 
-Group: Applications/Publishing
-License: GPLv2+
-URL: http://drupal.org/project/feeds
-Source0: http://ftp.drupal.org/files/projects/feeds-6.x-1.0-beta10.tar.gz
-Source1: %{name}-fedora-README.txt
+Group:     Applications/Publishing
+License:   GPLv2+
+URL:       http://drupal.org/project/feeds
+Source0:   http://ftp.drupal.org/files/projects/feeds-6.x-1.0-beta10.tar.gz
+Source1:   %{name}-fedora-README.txt
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: drupal6, drupal6-ctools, drupal6-job_scheduler, php >= 5.2
+Requires:  drupal6, drupal6-ctools, drupal6-job_scheduler, php >= 5.2
 
 %description
 Import or aggregate data as nodes, users,
 taxonomy terms or simple database records.
 
 %prep
-
 %setup -qn feeds
+chmod -x feeds.module
+cp -p %{SOURCE1} .
 
 %build
 
-chmod -x feeds.module
-cp %{SOURCE1} .
-
 %install
 rm -rf %{buildroot}
 install -d %{buildroot}%{drupaldir}/modules/feeds
@@ -44,6 +42,10 @@ rm -rf %{buildroot}
 %{drupaldir}/modules/feeds
 
 %changelog
+* Wed Jan 26 2011 Peter Borsa <peter.borsa at gmail.com> - 1.0-0.4.beta10
+- Corrected alignment.
+- Chmod and cp lines are copied under prep section.
+
 * Fri Jan 14 2011 Peter Borsa <peter.borsa at gmail.com> - 1.0-0.3.beta10
 - The License field is changed.
 


More information about the scm-commits mailing list