Change-Id: Ibec5d52d92b8eccbb16d1265cd797f3de340d8b9
Reviewed-on: http://photon-jenkins.eng.vmware.com/124
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Sharath George
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,32 @@ |
| 0 |
+# Generated from backports-2.5.1.gem by gem2rpm -*- rpm-spec -*- |
|
| 1 |
+%global debug_package %{nil}
|
|
| 2 |
+%global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]})
|
|
| 3 |
+%global gem_name backports |
|
| 4 |
+ |
|
| 5 |
+Name: rubygem-backports |
|
| 6 |
+Version: 3.6.4 |
|
| 7 |
+Release: 1%{?dist}
|
|
| 8 |
+Summary: Backports of Ruby features for older Ruby |
|
| 9 |
+Group: Development/Languages |
|
| 10 |
+License: MIT |
|
| 11 |
+URL: http://github.com/marcandre/backports |
|
| 12 |
+Source0: https://rubygems.org/gems/backports-%{version}.gem
|
|
| 13 |
+%define sha1 backports=06d3db9ac6e61b53d59dc197d5db3d7f8a4c312d |
|
| 14 |
+BuildRequires: ruby |
|
| 15 |
+ |
|
| 16 |
+%description |
|
| 17 |
+Essential backports that enable many of the nice features of Ruby 1.8.7 up to |
|
| 18 |
+2.1.0 for earlier versions. |
|
| 19 |
+ |
|
| 20 |
+%prep |
|
| 21 |
+%setup -q -c -T |
|
| 22 |
+%build |
|
| 23 |
+%install |
|
| 24 |
+gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
|
|
| 25 |
+%files |
|
| 26 |
+%defattr(-,root,root,-) |
|
| 27 |
+%{gemdir}
|
|
| 28 |
+ |
|
| 29 |
+%changelog |
|
| 30 |
+* Wed Nov 11 2015 Xiaolin Li <amakhalov@vmware.com> 3.6.4-1 |
|
| 31 |
+- Initial build |
|
| 0 | 32 |
\ No newline at end of file |
| 1 | 33 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,32 @@ |
| 0 |
+%global debug_package %{nil}
|
|
| 1 |
+%global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]})
|
|
| 2 |
+%define gem_name builder |
|
| 3 |
+ |
|
| 4 |
+Summary: Builders for MarkUp |
|
| 5 |
+Name: rubygem-builder |
|
| 6 |
+Version: 3.2.2 |
|
| 7 |
+Release: 1%{?dist}
|
|
| 8 |
+Group: Development/Languages |
|
| 9 |
+License: MIT |
|
| 10 |
+URL: http://onestepback.org |
|
| 11 |
+Source0: http://rubygems.org/gems/builder-%{version}.gem
|
|
| 12 |
+%define sha1 builder=0ee99b207f9994864c2a21ce24be26eddafee7f1 |
|
| 13 |
+BuildRequires: ruby |
|
| 14 |
+Requires: ruby |
|
| 15 |
+ |
|
| 16 |
+%description |
|
| 17 |
+Builder provides a number of builder objects that make creating structured |
|
| 18 |
+data simple to do. Currently the following builder objects are supported: |
|
| 19 |
+ |
|
| 20 |
+%prep |
|
| 21 |
+%setup -q -c -T |
|
| 22 |
+%build |
|
| 23 |
+%install |
|
| 24 |
+gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0}
|
|
| 25 |
+%files |
|
| 26 |
+%defattr(-,root,root,-) |
|
| 27 |
+%{gemdir}
|
|
| 28 |
+ |
|
| 29 |
+%changelog |
|
| 30 |
+* Wed Nov 11 2015 Xiaolin Li <amakhalov@vmware.com> 3.2.2-1 |
|
| 31 |
+- Initial build |