[drupal6-advanced-help] initial import

Sven Lankes slankes at fedoraproject.org
Wed Jan 19 19:49:23 UTC 2011


commit 155219dcee6bb6909e5d2a0cf2fa1d7ebf5018c7
Author: Sven Lankes <sven at lank.es>
Date:   Wed Jan 19 20:49:10 2011 +0100

    initial import

 .gitignore                              |    1 +
 drupal6-advanced-help-fedora-README.txt |    6 ++++
 drupal6-advanced-help.spec              |   48 +++++++++++++++++++++++++++++++
 sources                                 |    1 +
 4 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..22c1655 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/advanced_help-6.x-1.2.tar.gz
diff --git a/drupal6-advanced-help-fedora-README.txt b/drupal6-advanced-help-fedora-README.txt
new file mode 100644
index 0000000..0e23730
--- /dev/null
+++ b/drupal6-advanced-help-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/drupal/upgrade.php script after this
+rpm is upgraded.
diff --git a/drupal6-advanced-help.spec b/drupal6-advanced-help.spec
new file mode 100644
index 0000000..2a39ae7
--- /dev/null
+++ b/drupal6-advanced-help.spec
@@ -0,0 +1,48 @@
+%define drupaldir %{_datadir}/drupal
+Name: drupal6-advanced-help
+Version:  1.2
+Release:  1%{?dist}
+Summary:  Allows module developers to store their help outside the module system in html
+
+Group: Applications/Publishing
+License: GPLv2
+URL: http://drupal.org/project/advanced_help
+Source0: http://ftp.drupal.org/files/projects/advanced_help-6.x-1.2.tar.gz
+Source1: drupal6-advanced-help-fedora-README.txt
+
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires: drupal >= 6.0
+
+%description
+The advanced help module allows module developers to store their help
+outside the module system, in pure .html files. The files can be easily
+translated simply by copying them into the right translations directory.
+The entire system can appear in a pop-up or not as the module prefers.
+
+%prep
+
+%setup -qn advanced_help
+
+%build
+
+cp %{SOURCE1} .
+
+%install
+rm -rf %{buildroot}
+install -d %{buildroot}%{drupaldir}/modules/advanced-help
+cp -pr * %{buildroot}%{drupaldir}/modules/advanced-help
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt drupal6-advanced-help-fedora-README.txt
+%exclude %{drupaldir}/modules/advanced-help/LICENSE.txt
+%exclude %{drupaldir}/modules/advanced-help/drupal6-advanced-help-fedora-README.txt
+%{drupaldir}/modules/advanced-help
+
+%Changelog
+* Wed Oct 13 2010 Sven Lankes <sven at lank.es> - 1.2-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..1cdcf62 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a41a31032c907409ab5c330260c66fe8  advanced_help-6.x-1.2.tar.gz


More information about the scm-commits mailing list