[drupal6-og] initial push

Anderson de Farias Silva afsilva at fedoraproject.org
Thu Apr 12 13:00:38 UTC 2012


commit f5918858aba5104708c2492a98b9b4dc940ab99f
Author: Anderson Silva <ansilva at redhat.com>
Date:   Thu Apr 12 08:57:34 2012 -0400

    initial push

 .gitignore                   |    1 +
 drupal6-og-fedora-README.txt |    6 ++++
 drupal6-og.spec              |   63 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 4 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..59599f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/og-6.x-2.2.tar.gz
diff --git a/drupal6-og-fedora-README.txt b/drupal6-og-fedora-README.txt
new file mode 100644
index 0000000..651c936
--- /dev/null
+++ b/drupal6-og-fedora-README.txt
@@ -0,0 +1,6 @@
+After installation, you must enable this module from the drupal
+administration.
+
+If upgrading this module seperately from the core drupal package, 
+be sure to run the http://hostname/drupal6/upgrade.php script after this
+rpm is upgraded.
diff --git a/drupal6-og.spec b/drupal6-og.spec
new file mode 100644
index 0000000..3f54d09
--- /dev/null
+++ b/drupal6-og.spec
@@ -0,0 +1,63 @@
+%global drupalver 6
+%{?rhel: %{expand: %%global drupal drupal%%{drupalver}}}
+%if 0%{?fedora} >= 15
+%global drupal drupal%{drupalver}
+%endif
+%{!?drupal: %{expand: %%global drupal drupal}}
+# e.g. "/usr/share/drupal6"
+%global drupalbase           %{_datadir}/%{drupal}
+%global drupal_sites_all    %{drupalbase}/sites/all        
+%global drupal_modules      %{drupal_sites_all}/modules
+# Use upstream name as expressed in URL and tarball
+%global modname             og
+
+Name:    drupal%{drupalver}-%{modname}
+Version: 2.2
+Release: 4%{?dist}
+Summary: Organic Group Module for Drupal6 
+Group:   Applications/Publishing
+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
+
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:  drupal6
+
+%description
+Enable users to create and manage their own 'groups'.
+
+%prep
+%setup -qn %{modname}
+
+%build
+cp %{SOURCE1} .
+
+
+%install
+rm -rf %{buildroot}
+install -d %{buildroot}%{drupal_modules}/%{modname}
+find . -type f -exec install -m 0644 -D '{}' %{buildroot}%{drupal_modules}/%{modname}/'{}' \;
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc  %{name}-fedora-README.txt
+%exclude %{drupal_modules}/%{modname}/%{name}-fedora-README.txt
+%{drupal_modules}/%{modname}
+
+%changelog
+* Wed Apr 11 2012 Anderson Silva <ansilva at redhat.com> - 2.2-4
+- Fix changelog
+
+* Tue Mar 27 2012 Anderson Silva <ansilva at redhat.com> - 2.2-3
+- Update description 
+
+* Fri Mar 9 2012 Anderson Silva <ansilva at redhat.com> - 2.2-2
+- Update spec to comply with Fedora Packaging
+
+* Mon Mar 5 2012 Anderson Silva <ansilva at redhat.com> - 2.2-1
+- Initial rpm package
diff --git a/sources b/sources
index e69de29..98d526c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+88dea3c213260af1807acb39cf3cc6f9  og-6.x-2.2.tar.gz


More information about the scm-commits mailing list