[drupal7-addressfield] Initial import (#1099267)

Parag Nemade pnemade at fedoraproject.org
Mon Oct 13 09:32:53 UTC 2014


commit a284b145e7eb68ee596058756981559b50900281
Author: Parag Nemade <pnemade at redhat.com>
Date:   Mon Oct 13 15:02:40 2014 +0530

    Initial import (#1099267)

 .gitignore                          |    1 +
 drupal7-addressfield-RPM-README.txt |    5 +++
 drupal7-addressfield.spec           |   51 +++++++++++++++++++++++++++++++++++
 sources                             |    1 +
 4 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..947aa43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/addressfield-7.x-1.0-beta5.tar.gz
diff --git a/drupal7-addressfield-RPM-README.txt b/drupal7-addressfield-RPM-README.txt
new file mode 100644
index 0000000..1f273f1
--- /dev/null
+++ b/drupal7-addressfield-RPM-README.txt
@@ -0,0 +1,5 @@
+After installation, you must enable this module in the Modules section
+of the Drupal administration tools.
+
+If upgrading this module seperately from the core drupal package, be
+sure to run the upgrade.php script after this rpm is upgraded.
diff --git a/drupal7-addressfield.spec b/drupal7-addressfield.spec
new file mode 100644
index 0000000..df5de05
--- /dev/null
+++ b/drupal7-addressfield.spec
@@ -0,0 +1,51 @@
+%{?drupal7_find_provides_and_requires}
+
+%global module addressfield
+%global prerelease beta5
+
+Name:    drupal7-%{module}
+Version: 1.0
+Release: 0.2.%{prerelease}%{?dist}
+Summary: Address Field defines a new field type to store international postal addresses
+
+Group:   Applications/Publishing
+License: GPLv2+
+URL:     http://drupal.org/project/%{module}
+Source0: http://ftp.drupal.org/files/projects/%{module}-7.x-%{version}-%{prerelease}.tar.gz
+Source1: %{name}-RPM-README.txt
+
+BuildArch: noarch
+BuildRequires: drupal7-rpmbuild >= 7.23-3
+
+%description
+Address Field defines a new field type to store international postal addresses,
+implementing a subset of the top-level address elements defined in the xNAL
+standard
+
+This package provides the following Drupal module(s):
+* %{module}
+
+%prep
+%setup -qn %{module}
+cp -p %{SOURCE1} .
+
+# Remove executable bit
+chmod a-x LICENSE.txt
+
+%build
+# Emtpy build section, nothing to build
+
+%install
+mkdir -pm 0755 %{buildroot}%{drupal7_modules}/%{module}
+cp -pr * %{buildroot}%{drupal7_modules}/%{module}/
+
+%files
+%doc *.txt
+%{drupal7_modules}/%{module}
+%exclude %{drupal7_modules}/%{module}/*.txt
+
+%changelog
+* Fri Jun 27 2014 Sam Wilson <sam.wilson at nextdc.com> - 1.0-0.2.beta5
+- Updated to incorporate packaging guidance
+* Tue May 20 2014 Sam Wilson <sam.wilson at nextdc.com> - 1.0-0.1.beta5
+- Initial Package (release notes https://drupal.org/node/2151159)
diff --git a/sources b/sources
index e69de29..dd35c5d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+63d28860718d212d0b68d7c1a199590e  addressfield-7.x-1.0-beta5.tar.gz


More information about the scm-commits mailing list