Accepting request 110906 from isv:B1-Systems:OpenStack:tools:chef
package for gem "mustache" OBS-URL: https://build.opensuse.org/request/show/110906 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-mustache?expand=0&rev=1
This commit is contained in:
commit
65222d3670
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
3
mustache-0.99.4.gem
Normal file
3
mustache-0.99.4.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7e8bda00c054c026d0bcea10dfa587907bf96c19c9a66317bc21fe391b36985
|
||||
size 39936
|
4
rubygem-mustache.changes
Normal file
4
rubygem-mustache.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 24 16:40:07 CET 2012 - berendt@b1-systems.de
|
||||
|
||||
- initial version created with gem2rpm
|
67
rubygem-mustache.spec
Normal file
67
rubygem-mustache.spec
Normal file
@ -0,0 +1,67 @@
|
||||
#
|
||||
# spec file for package rubygem-mustache (Version 0.99.4)
|
||||
#
|
||||
# Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
Name: rubygem-mustache
|
||||
Version: 0.99.4
|
||||
Release: 0
|
||||
%define mod_name mustache
|
||||
#
|
||||
Group: Development/Languages/Ruby
|
||||
License: GPLv2+ or Ruby
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: rubygems_with_buildroot_patch
|
||||
Requires: rubygems >= 1.8.15
|
||||
#
|
||||
Url: http://github.com/defunkt/mustache
|
||||
Source: %{mod_name}-%{version}.gem
|
||||
#
|
||||
Summary: Mustache is a framework-agnostic way to render logic-free views
|
||||
%description
|
||||
Inspired by ctemplate, Mustache is a framework-agnostic way to render
|
||||
logic-free views.
|
||||
As ctemplates says, "It emphasizes separating logic from presentation:
|
||||
it is impossible to embed application logic in this template
|
||||
language.
|
||||
Think of Mustache as a replacement for your views. Instead of views
|
||||
consisting of ERB or HAML with random helpers and arbitrary logic,
|
||||
your views are broken into two parts: a Ruby class and an HTML
|
||||
template.
|
||||
|
||||
|
||||
%prep
|
||||
%build
|
||||
%install
|
||||
%gem_install %{S:0}
|
||||
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_bindir}/mustache
|
||||
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
|
||||
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
|
||||
|
||||
%changelog
|
Loading…
x
Reference in New Issue
Block a user