[drupal6-footnotes/el6/master: 1/5] initial import

Sven Lankes slankes at fedoraproject.org
Wed Jan 19 20:39:47 UTC 2011


commit 53d0ad026baf35b8c5b03ae656ad90f71b281655
Author: Sven Lankes <sven at lank.es>
Date:   Wed Jan 19 21:32:48 2011 +0100

    initial import

 .gitignore                          |    1 +
 drupal6-footnotes-fedora-README.txt |    6 ++++
 drupal6-footnotes.spec              |   53 +++++++++++++++++++++++++++++++++++
 sources                             |    1 +
 4 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a9faf64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/footnotes-6.x-2.4.tar.gz
diff --git a/drupal6-footnotes-fedora-README.txt b/drupal6-footnotes-fedora-README.txt
new file mode 100644
index 0000000..0e23730
--- /dev/null
+++ b/drupal6-footnotes-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-footnotes.spec b/drupal6-footnotes.spec
new file mode 100644
index 0000000..15ae39d
--- /dev/null
+++ b/drupal6-footnotes.spec
@@ -0,0 +1,53 @@
+%global drupaldir %{_datadir}/drupal6
+Name: drupal6-footnotes
+Version:  2.4
+Release:  2%{?dist}
+Summary:  Allows to easily create automatically numbered footnote references
+
+Group: Applications/Publishing
+License: GPLv2
+URL: http://drupal.org/project/footnotes
+Source0: http://ftp.drupal.org/files/projects/footnotes-6.x-2.4.tar.gz
+Source1: drupal6-footnotes-fedora-README.txt
+
+BuildArch: noarch
+Requires: drupal6 >= 6.0
+
+%description
+Footnotes module can be used to easily create automatically numbered
+footnote references into an article or post (such as a reference to a
+URL).
+
+%prep
+%setup -qn footnotes
+
+%build
+
+cp %{SOURCE1} .
+
+%install
+rm -rf %{buildroot}
+install -d %{buildroot}%{drupaldir}/modules/footnotes
+cp -pr * %{buildroot}%{drupaldir}/modules/footnotes
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt README.txt drupal6-footnotes-fedora-README.txt Changelog.txt 
+# Don't ship bundled wysiwyg editor as per the fedora guidelines of not shipping 
+# bundled libs
+%exclude %{drupaldir}/modules/footnotes/footnotes_wysiwyg
+%exclude %{drupaldir}/modules/footnotes/tinymce_footnotes
+%exclude %{drupaldir}/modules/footnotes/Changelog.txt
+%exclude %{drupaldir}/modules/footnotes/LICENSE.txt
+%exclude %{drupaldir}/modules/footnotes/README.txt
+%exclude %{drupaldir}/modules/footnotes/drupal6-footnotes-fedora-README.txt
+%{drupaldir}/modules/footnotes
+
+%Changelog
+* Mon Nov 22 2010 Sven Lankes <sven at lank.es> - 2.4-2
+- Remove buildroot and buildroot-cleans from spec
+- update drupaldir and Requires for upcoming drupal -> drupal6 rename
+- Remove tinymce / wysiwyg component
+
+* Wed Oct 13 2010 Sven Lankes <sven at lank.es> - 2.4-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..3be31fe 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+34e5e92907ed33669ff7c66c0fcda7fc  footnotes-6.x-2.4.tar.gz


More information about the scm-commits mailing list