[drupal6-theme-ninesixty] Import initial package (#678692)

Paul W. Frields pfrields at fedoraproject.org
Mon Feb 21 22:17:27 UTC 2011


commit 1a80ed36c1f695596b0ad6751cc98ca2b9959aeb
Author: Paul W. Frields <stickster at gmail.com>
Date:   Mon Feb 21 17:17:28 2011 -0500

    Import initial package (#678692)

 .gitignore                   |    1 +
 drupal6-theme-ninesixty.spec |   58 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..15e2263 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ninesixty-6.x-1.0.tar.gz
diff --git a/drupal6-theme-ninesixty.spec b/drupal6-theme-ninesixty.spec
new file mode 100644
index 0000000..8796b8a
--- /dev/null
+++ b/drupal6-theme-ninesixty.spec
@@ -0,0 +1,58 @@
+%global drupal_release      6
+%global drupal_base         %{_datadir}/drupal%{drupal_release}
+%global drupal_themedir     %{drupal_base}/themes
+%global drupal_themename    ninesixty
+
+Name:           drupal6-theme-%{drupal_themename}
+Version:        1.0
+Release:        2%{?dist}
+Summary:        Ninesixty theme for Drupal %{drupal_release}
+
+Group:          Applications/Publishing
+License:        GPLv2+ and GPL+ or MIT
+URL:            http://drupal.org/project/ninesixty
+Source0:        http://ftp.drupal.org/files/projects/%{drupal_themename}-%{drupal_release}.x-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+Requires:       drupal >= %{drupal_release}
+
+%description
+This theme is based on the 960 Grid System by Nathan Smith.  NineSixty
+is a base theme with all the files provided by the 960 Grid System.
+From the sketch sheets to all the styles from the framework are
+included. There are a few modifications so it better fits into
+Drupal. All the details are inside the README.txt file.
+
+
+%prep
+%setup -qn %{drupal_themename}
+# Remove empty index.html and others
+find -size 0 | xargs rm -f
+
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__mkdir} -p $RPM_BUILD_ROOT/%{drupal_themedir}/%{drupal_themename} 
+cp -pr . $RPM_BUILD_ROOT/%{drupal_themedir}/%{drupal_themename}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt README.txt
+%{drupal_themedir}/%{drupal_themename}
+
+
+%changelog
+* Mon Feb 21 2011 Paul W. Frields <stickster at gmail.com> - 1.0-2
+- Fix license and URL tag
+
+* Fri Feb 18 2011 Paul W. Frields <stickster at gmail.com> - 1.0-1
+- Initial RPM package
+
diff --git a/sources b/sources
index e69de29..2405e01 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+064b869256c0fa8b1826830ed433d7d8  ninesixty-6.x-1.0.tar.gz


More information about the scm-commits mailing list