[drupal7-votingapi/f16] Update to 2.

Scott Dodson sdodson at fedoraproject.org
Fri Mar 2 21:00:54 UTC 2012


commit 7131547542460a046a253ffac7131b7d6683a5a9
Author: Scott Dodson <sdodson at redhat.com>
Date:   Fri Mar 2 15:59:25 2012 -0500

    Update to 2.

 .gitignore                                   |    1 +
 LICENSE.txt => drupal7-votingapi-LICENSE.txt |    0
 drupal7-votingapi.spec                       |    8 +++++---
 sources                                      |    2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53d9c5c..0613300 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /votingapi-7.x-2.4.tar.gz
+/votingapi-7.x-2.6.tar.gz
diff --git a/LICENSE.txt b/drupal7-votingapi-LICENSE.txt
similarity index 100%
rename from LICENSE.txt
rename to drupal7-votingapi-LICENSE.txt
diff --git a/drupal7-votingapi.spec b/drupal7-votingapi.spec
index 95ca875..674945c 100644
--- a/drupal7-votingapi.spec
+++ b/drupal7-votingapi.spec
@@ -10,7 +10,7 @@
 %global modname votingapi
 
 Name:    drupal%{drupalver}-%{modname}
-Version: 2.4
+Version: 2.6
 Release: 1%{?dist}
 Summary: Drupal Standardized API and schema for storing, retrieving, and tabulating votes
 Group:   Applications/Publishing
@@ -18,7 +18,7 @@ License: GPLv2+
 URL:     http://drupal.org/project/%{modname}
 Source0: http://ftp.drupal.org/files/projects/%{modname}-%{drupalver}.x-%{version}.tar.gz
 Source1: %{name}-fedora-README.txt
-Source2: LICENSE.txt
+Source2: %{name}-LICENSE.txt
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  %{drupal} >= 7.0
@@ -49,7 +49,7 @@ Fivestar, and Plus1.
 
 %build
 cp %{SOURCE1} .
-cp %{SOURCE2} .
+cp %{SOURCE2} ./LICENSE.txt
 
 %install
 rm -rf %{buildroot}
@@ -70,5 +70,7 @@ rm -rf %{buildroot}
 %{drupaldir}/modules/%{modname}
 
 %changelog
+* Fri Mar 2 2012 Scott Dodson <sdodson at redhat.com> - 2.6-1
+- Update to 2.6
 * Wed Sep 7 2011 Scott Dodson <sdodson at redhat.com> - 2.4-1
 - Initial Drupal 7 package
diff --git a/sources b/sources
index 4e50adb..d7f1e4e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7f7b774ef1f35cbd6a1c87fbec49288  votingapi-7.x-2.4.tar.gz
+2af6027dca1b9952a97c497b9e6cea19  votingapi-7.x-2.6.tar.gz


More information about the scm-commits mailing list