[eruby] add some needed lines thanks Vit :-)

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Jun 19 14:07:02 UTC 2013


commit 833716f7b391f2de4a82b37668296ede4ebf01f6
Author: Luis <lbazan at fedoraproject.org>
Date:   Wed Jun 19 09:06:31 2013 -0500

    add some needed lines thanks Vit :-)

 eruby.spec |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/eruby.spec b/eruby.spec
index dd391c9..30b8938 100644
--- a/eruby.spec
+++ b/eruby.spec
@@ -4,7 +4,7 @@
 
 Name:		eruby
 Version:	1.0.5
-Release:	24%{?dist}
+Release:	25%{?dist}
 # eruby is GPLv2+
 # liberuby is LGPLv2+
 License:	GPLv2+ and LGPLv2+
@@ -26,9 +26,13 @@ enables you to embed a Ruby code to a HTML file.
 %package libs
 Summary:	Library for eRuby
 Group:		Development/Languages
-Requires:	ruby(release)
-Requires:       ruby(release) >= 1.9.1
-Requires:       ruby(abi)
+
+%if %{?fedora} >= 19
+Requires: ruby(release)
+%else
+Requires: ruby(abi) = 1.9.1
+%end
+
 Provides:	ruby(eruby) = %{version}
 
 %description libs
@@ -96,6 +100,9 @@ mv $RPM_BUILD_ROOT%{ruby_archdir}/eruby.so $RPM_BUILD_ROOT%{ruby_vendorarchdir}/
 %{_libdir}/liberuby.so
 
 %changelog
+* Wed Jun 19 2013 Luis Bazan <lbazan at fedoraproject.org> - 1.0.5-25
+- add some lines ruby abi and release thanks Vit Ondruch
+
 * Tue Jun 18 2013 Luis Bazan <lbazan at fedoraproject.org> - 1.0.5-24
 - fix BZ 966399 	
 


More information about the scm-commits mailing list