Skip to content

Commit 67921e8

Browse files
author
Sergio Rubio
committed
Initial commit
0 parents  commit 67921e8

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

mixlib-authentication-1.1.4.gem

17.5 KB
Binary file not shown.

rubygem-mixlib-authentication.spec

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Generated from mixlib-authentication-1.1.4.gem by gem2rpm -*- rpm-spec -*-
2+
%define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
3+
%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
4+
%define gemname mixlib-authentication
5+
%define geminstdir %{gemdir}/gems/%{gemname}-%{version}
6+
7+
Summary: Mixes in simple per-request authentication
8+
Name: rubygem-%{gemname}
9+
Version: 1.1.4
10+
Release: 1%{?dist}
11+
Group: Development/Languages
12+
License: GPLv2+ or Ruby
13+
URL: http://www.opscode.com
14+
Source0: http://gemcutter.orggems/%{gemname}-%{version}.gem
15+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16+
Requires: rubygems
17+
Requires: rubygem(mixlib-log) >= 0
18+
BuildRequires: rubygems
19+
BuildArch: noarch
20+
Provides: rubygem(%{gemname}) = %{version}
21+
22+
%description
23+
Mixes in simple per-request authentication
24+
25+
26+
%prep
27+
28+
%build
29+
30+
%install
31+
rm -rf %{buildroot}
32+
mkdir -p %{buildroot}%{gemdir}
33+
gem install --local --install-dir %{buildroot}%{gemdir} \
34+
--force --rdoc %{SOURCE0}
35+
36+
%clean
37+
rm -rf %{buildroot}
38+
39+
%files
40+
%defattr(-, root, root, -)
41+
%{gemdir}/gems/%{gemname}-%{version}/
42+
%doc %{gemdir}/doc/%{gemname}-%{version}
43+
%doc %{geminstdir}/README.rdoc
44+
%doc %{geminstdir}/LICENSE
45+
%doc %{geminstdir}/NOTICE
46+
%{gemdir}/cache/%{gemname}-%{version}.gem
47+
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
48+
49+
50+
%changelog
51+
* Sun Dec 19 2010 Sergio Rubio <rubiojr@frameos.org> - 1.1.4-1
52+
- Initial package

0 commit comments

Comments
 (0)