rpms/rubygem-bunny/F-12 import.log, NONE, 1.1 rubygem-bunny.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthew Kent mkent at fedoraproject.org
Sat Mar 27 22:26:53 UTC 2010


Author: mkent

Update of /cvs/pkgs/rpms/rubygem-bunny/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6331/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rubygem-bunny.spec 
Log Message:
- Initial CVS import



--- NEW FILE import.log ---
rubygem-bunny-0_6_0-1_fc14:F-12:rubygem-bunny-0.6.0-1.fc14.src.rpm:1269726944


--- NEW FILE rubygem-bunny.spec ---
# Generated from bunny-0.6.0.gem by gem2rpm -*- rpm-spec -*-
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global gemname bunny
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}

%global rubyabi 1.8

Summary: Another synchronous Ruby AMQP client
Name: rubygem-%{gemname}
Version: 0.6.0
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://github.com/celldee/bunny
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
Requires: ruby(rubygems)
Requires: ruby(abi) = %{rubyabi}
BuildRequires: ruby(rubygems)
BuildRequires: ruby(abi) = %{rubyabi}
BuildArch: noarch
Provides: rubygem(%{gemname}) = %{version}

%description
A synchronous Ruby AMQP client that enables interaction with AMQP-compliant
brokers/servers.

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

Requires: %{name} = %{version}-%{release}

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

%prep
%setup -q -c -T

mkdir -p .%{gemdir}
gem install -V \
  --local \
  --install-dir $(pwd)/%{gemdir} \
  --force --rdoc \
  %{SOURCE0}

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir}
cp -a .%{gemdir}/* %{buildroot}%{gemdir}/

# Already have this in specifications/
rm %{buildroot}%{geminstdir}/%{gemname}.gemspec

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc %{geminstdir}/README.rdoc
%doc %{geminstdir}/LICENSE
%dir %{geminstdir}
%{geminstdir}/lib
%{gemdir}/cache/%{gemname}-%{version}.gem
%{gemdir}/specifications/%{gemname}-%{version}.gemspec

%files doc
%defattr(-,root,root,-)
%{geminstdir}/Rakefile
%{geminstdir}/examples
%{geminstdir}/spec
%{gemdir}/doc/%{gemname}-%{version}

%changelog
* Tue Mar 16 2010 Matthew Kent <mkent at magoazul.com> - 0.6.0-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-bunny/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Mar 2010 03:39:27 -0000	1.1
+++ .cvsignore	27 Mar 2010 22:26:52 -0000	1.2
@@ -0,0 +1 @@
+bunny-0.6.0.gem


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-bunny/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Mar 2010 03:39:27 -0000	1.1
+++ sources	27 Mar 2010 22:26:53 -0000	1.2
@@ -0,0 +1 @@
+1697fe4ec6f17826b823ae86adc92098  bunny-0.6.0.gem



More information about the scm-commits mailing list