latest sources 1.0.2

This commit is contained in:
BJ Dierkes 2012-06-12 02:58:23 -05:00
commit 306297f522

View file

@ -2,24 +2,22 @@
Summary: Ruby Configuration File Parser
Name: rubygem-%{gem_name}
Version: 0.5.2
Release: 6%{?dist}
Version: 1.0.2
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://www.5dollarwhitebox.org
URL: http://github.com/derks/ruby-parseconfig
Source0: http://rubygems.org/downloads/%{gem_name}-%{version}.gem
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: ruby(rubygems), ruby(abi) >= 1.9.1
BuildRequires: rubygems-devel
BuildRequires: ruby-devel
Requires: ruby(rubygems), ruby(abi) >= 1.8.7
BuildRequires: rubygems-devel
BuildRequires: ruby-devel
BuildArch: noarch
Provides: rubygem(%{gem_name}) = %{version}
%description
ParseConfig is a Ruby class written to parse standard *nix style configuration
files in the format of 'param = value'. The key benefit is that your ruby
scripts can use the same configuration files of most unix/linux
applications.
ParseConfig provides simple parsing of standard configuration files in the
form of 'param = value'. It also supports nested [group] sections.
%prep
@ -44,11 +42,12 @@ rm -rf %{buildroot}
%doc %{gem_docdir}/
%doc %{gem_instdir}/Changelog
%doc %{gem_instdir}/LICENSE
%doc %{gem_instdir}/README
%doc %{gem_instdir}/demo.conf
%doc %{gem_instdir}/demo.rb
%doc %{gem_instdir}/README.md
%changelog
* Tue Jun 12 2012 BJ Dierkes <wdierkes@rackspace.com> - 1.0.2-1
- Latest sources from upstream.
* Fri Feb 03 2012 Vít Ondruch <vondruch@redhat.com> - 0.5.2-6
- Rebuilt for Ruby 1.9.3.