From 306297f52230ca2416bfb5ce699d47c3c24626e3 Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Tue, 12 Jun 2012 02:58:23 -0500 Subject: [PATCH] latest sources 1.0.2 --- rubygem-parseconfig.spec | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/rubygem-parseconfig.spec b/rubygem-parseconfig.spec index 37d3d29..8c3ed34 100644 --- a/rubygem-parseconfig.spec +++ b/rubygem-parseconfig.spec @@ -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 - 1.0.2-1 +- Latest sources from upstream. + * Fri Feb 03 2012 Vít Ondruch - 0.5.2-6 - Rebuilt for Ruby 1.9.3.