[rubygem-simple-rss] Updating version.

Michael Stahnke stahnma at fedoraproject.org
Sun Sep 26 16:57:11 UTC 2010


commit 171b435e5ae97992c50b7844aa8c62ab12980148
Author: stahnma <stahnma at websages.com>
Date:   Sun Sep 26 12:57:10 2010 -0400

    Updating version.

 rubygem-simple-rss.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/rubygem-simple-rss.spec b/rubygem-simple-rss.spec
index 6629d16..f8b2874 100644
--- a/rubygem-simple-rss.spec
+++ b/rubygem-simple-rss.spec
@@ -1,20 +1,18 @@
-# Generated from simple-rss-1.1.gem by gem2rpm -*- rpm-spec -*-
-%global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
 %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global gemname simple-rss
 %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
 
 Summary: A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby
 Name: rubygem-%{gemname}
-Version: 1.2
-Release: 6%{?dist}
+Version: 1.2.3
+Release: 1%{?dist}
 Group: Development/Languages
 License: LGPLv2+
 URL: http://rubyforge.org/projects/simple-rss
 Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: rubygems, ruby(abi) = 1.8
-BuildRequires: rubygems, ruby
+BuildRequires: rubygems
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -38,6 +36,10 @@ gem install --local --install-dir %{buildroot}%{gemdir} \
 %clean
 rm -rf %{buildroot}
 
+%check
+cd %{buildroot}%{geminstdir}
+#rake test
+
 %files
 %defattr(-,root,root,-)
 %dir %{geminstdir}/
@@ -49,6 +51,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Sep 04 2010 Michael Stahnke <stahnma at fedoraproject.org> - 1.2.3
+- New version
+
 * Sat Apr 10 2010 Michael Stahnke <stahnma at fedoraproject.org> - 1.2-1
 - New version 
 


More information about the scm-commits mailing list