rpms/ruby-aws/F-8 ruby-aws.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Fri Apr 4 03:49:19 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/ruby-aws/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21606/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	ruby-aws.spec 
Log Message:
Initial commit


--- NEW FILE ruby-aws.spec ---
%{!?ruby_sitelib:	%define ruby_sitelib	%(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
%define		rubyabi		1.8

Name:		ruby-aws
Version:	0.0.2
Release:	1%{?dist}
Summary:	Ruby interface to Amazon Web Services
Group:		Development/Languages

License:	GPL+
URL:		http://www.caliban.org/ruby/ruby-aws/
Source0:	http://www.caliban.org/files/ruby/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:	noarch
BuildRequires:	ruby
BuildRequires:	ruby-devel
BuildRequires:	ruby(abi) = %{rubyabi}
Requires:	ruby(abi) = %{rubyabi}
Requires:	ruby
Provides:	ruby(aws) = %{version}-%{release}
# Obsoletes but not Provides, actually doesn't provide
Obsoletes:	ruby-amazon < 0.9.4

%description
Ruby/AWS is the follow-up to Ruby/Amazon. See the NOTES file for more
information.

Ruby/AWS is a Ruby language library that allows the programmer to retrieve
information from the popular Amazon Web site via Amazon Web Services. In
addition to the original amazon.com site, amazon.co.uk, amazon.de, amazon.fr,
amazon.ca and amazon.co.jp are also supported.

This library supports significant functionality in the AWS v4 API.

%package	doc
Summary:	Documentation for %{name}
Group:		Documentation

%description	doc
This package contains documentation for %{name}.


%prep
%setup -q

%build
ruby setup.rb config \
	--prefix=%{_prefix} \
	--site-ruby=%{ruby_sitelib}
ruby setup.rb setup

%install
%{__rm} -rf $RPM_BUILD_ROOT

ruby setup.rb install \
	--prefix=$RPM_BUILD_ROOT

%{__chmod} ugo-x example/*

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%doc NOTES
%doc README*

%{ruby_sitelib}/amazon.rb
%{ruby_sitelib}/amazon/

%files doc
%defattr(-,root,root,-)
%doc example/

%changelog
* Sat Mar 29 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.0.2-1
- Initial packaging, based on the spec file by developer

* Fri Mar 28 2008 Ian Macdonald <ian at caliban.org> 0.0.2-1
- 0.0.2
- Allow multiple response groups to be passed to ResponseGroup.new.
- Minor bug fixes.

* Mon Mar 24 2008 Ian Macdonald <ian at caliban.org> 0.0.1-2
- 0.0.1
- First public (alpha) release.

* Sun Mar 23 2008 Ian Macdonald <ian at caliban.org> 0.0.1-1
- Private test release only



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-aws/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Apr 2008 20:21:41 -0000	1.1
+++ .cvsignore	4 Apr 2008 03:48:42 -0000	1.2
@@ -0,0 +1 @@
+ruby-aws-0.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-aws/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Apr 2008 20:21:41 -0000	1.1
+++ sources	4 Apr 2008 03:48:42 -0000	1.2
@@ -0,0 +1 @@
+dfa123d2755171b823ec746b42ef62ac  ruby-aws-0.0.2.tar.gz




More information about the fedora-extras-commits mailing list