rpms/rubygem-mixlib-config/F-11 import.log, NONE, 1.1 rubygem-mixlib-config.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthew Kent mkent at fedoraproject.org
Thu Oct 15 06:02:40 UTC 2009


Author: mkent

Update of /cvs/pkgs/rpms/rubygem-mixlib-config/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2128/F-11

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



--- NEW FILE import.log ---
rubygem-mixlib-config-1_0_12-2_magoazul:F-11:rubygem-mixlib-config-1.0.12-2.magoazul.src.rpm:1255586529


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

%global rubyabi 1.8

Summary: Simple ruby config mixin
Name: rubygem-%{gemname}
Version: 1.0.12
Release: 2%{?dist}
Group: Development/Languages
License: ASL 2.0
URL: http://github.com/opscode/mixlib-config
Source0: http://gems.opscode.com/gems/%{gemname}-%{version}.gem
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: ruby(rubygems)
Requires: ruby(abi) = %{rubyabi}
BuildRequires: ruby(rubygems)
BuildRequires: ruby(abi) = %{rubyabi}
BuildRequires(check): rubygem(rake), rubygem(rspec)
BuildArch: noarch
Provides: rubygem(%{gemname}) = %{version}

%description
A class based config mixin, similar to the one found in Chef.

%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

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

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

%clean
rm -rf %{buildroot}

%check
pushd .%{geminstdir}
rake spec

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

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

%changelog
* Mon Oct 5 2009 Matthew Kent <mkent at magoazul.com> - 1.0.12-2
- Missing complete source url (#526180).
- Remove unused ruby_sitelib macro (#526180).
- Remove redundant doc Requires on rubygems (#526180).

* Sun Oct 4 2009 Matthew Kent <mkent at magoazul.com> - 1.0.12-1
- Remove redundant path in doc package (#526180).
- Use global over define (#526180).
- New upstream version (#526180).

* Mon Sep 28 2009 Matthew Kent <mkent at magoazul.com> - 1.0.9-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-mixlib-config/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Oct 2009 22:18:12 -0000	1.1
+++ .cvsignore	15 Oct 2009 06:02:40 -0000	1.2
@@ -0,0 +1 @@
+mixlib-config-1.0.12.gem


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-mixlib-config/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Oct 2009 22:18:12 -0000	1.1
+++ sources	15 Oct 2009 06:02:40 -0000	1.2
@@ -0,0 +1 @@
+c8c5e1f3bfcfa91c0da3fa54af3b1abf  mixlib-config-1.0.12.gem




More information about the fedora-extras-commits mailing list