From 67310c8ed36a8ce7d0e65222f2d7e1fbcf3c16f3 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Nov 19 2007 11:47:27 +0000 Subject: ruby-marc, rubygem-zoom passed review, updating alexandria dependency --- diff --git a/alexandria.spec b/alexandria.spec index 70f2417..00e03e5 100644 --- a/alexandria.spec +++ b/alexandria.spec @@ -5,7 +5,7 @@ %define majorver 0.6.2 %define minorver b2 -%define fedorarel 1 +%define fedorarel 2 %define rel %{?minorver:0.}%{fedorarel}%{?minorver:.%minorver} @@ -36,7 +36,14 @@ Requires: ruby(abi) = %{rubyabi} Requires: ruby(amazon) Requires: ruby(gettext-package) -Requires: ruby(zoom) +Requires: ruby(imagesize) +Requires: ruby(mechanize) + +# ruby(zoom) -> rubygem(zoom) switch +#Requires: ruby(zoom) +Requires: rubygem(zoom) >= 0.3.0 +Requires: ruby(marc) + Requires: ruby(gconf2) Requires: ruby(gdkpixbuf2) @@ -63,6 +70,7 @@ rake build %{__rm} -rf $RPM_BUILD_ROOT # disable scrollkeeper +%{__rm} -rf tmpbin %{__mkdir} tmpbin %{__ln_s} -f /bin/true tmpbin/scrollkeeper-update %{__ln_s} -f /bin/true tmpbin/gconftool-2 @@ -156,6 +164,9 @@ exit 0 %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Tue Nov 13 2007 Mamoru Tasaka - 0.6.2-0.2.b2 +- Add more requires of ruby modules to support more function + * Sun Nov 4 2007 Mamoru Tasaka - 0.6.2-0.1.b2 - And try 0.6.2 beta 2