[rubygem-compass-960-plugin] Initial package import.

Chris Lalancette clalance at fedoraproject.org
Fri Jul 1 18:11:58 UTC 2011


commit 45f0a3707f87d5ed8b0be59a8edf2870aa80f9e8
Author: Chris Lalancette <clalance at redhat.com>
Date:   Fri Jul 1 14:10:15 2011 -0400

    Initial package import.
    
    Signed-off-by: Chris Lalancette <clalance at redhat.com>

 .gitignore                      |    1 +
 rubygem-compass-960-plugin.spec |   69 +++++++++++++++++++++++++++++++++++++++
 sources                         |    1 +
 3 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..41d3ee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/compass-960-plugin-0.10.4.gem
diff --git a/rubygem-compass-960-plugin.spec b/rubygem-compass-960-plugin.spec
new file mode 100644
index 0000000..5245bb1
--- /dev/null
+++ b/rubygem-compass-960-plugin.spec
@@ -0,0 +1,69 @@
+# Generated from compass-960-plugin-0.10.4.gem by gem2rpm -*- rpm-spec -*-
+%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
+%define gemname compass-960-plugin
+%define geminstdir %{gemdir}/gems/%{gemname}-%{version}
+
+%global rubyabi 1.8
+
+Summary: Compass compatible Sass port of 960.gs
+Name: rubygem-%{gemname}
+Version: 0.10.4
+Release: 1%{?dist}
+Group: Development/Languages
+License: MIT
+URL: http://github.com/chriseppstein/compass-960-plugin
+Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
+Requires: ruby(abi) = %{rubyabi}
+Requires: ruby(rubygems)
+Requires: rubygem(compass) >= 0.10.0
+BuildRequires: ruby(abi) = %{rubyabi}
+BuildRequires: ruby(rubygems)
+BuildArch: noarch
+Provides: rubygem(%{gemname}) = %{version}
+
+%description
+The 960 Grid System is an effort to streamline web development workflow by
+providing commonly used dimensions, based on a width of 960 pixels.
+http://960.gs/
+
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description doc
+Documentation for %{name}
+
+
+%prep
+%setup -q -c -T
+mkdir -p .%{gemdir}
+gem install --local --install-dir .%{gemdir} \
+            --force --rdoc %{SOURCE0}
+
+
+%build
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{gemdir}
+cp -a .%{gemdir}/* %{buildroot}%{gemdir}/
+
+
+%files
+%exclude %{geminstdir}/%{gemname}.gemspec
+%{geminstdir}
+%{gemdir}/cache/%{gemname}-%{version}.gem
+%{gemdir}/specifications/%{gemname}-%{version}.gemspec
+
+
+%files doc
+%doc %{geminstdir}/README.mkdn
+%doc %{gemdir}/doc/%{gemname}-%{version}
+
+
+%changelog
+* Wed Jun 29 2011 Chris Lalancette <clalance at redhat.com> - 0.10.4-1
+- Initial package
diff --git a/sources b/sources
index e69de29..f93c496 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b18bb1928d20395bf8647e239f87c946  compass-960-plugin-0.10.4.gem


More information about the scm-commits mailing list