[alexandria] Require rubygem(gstreamer) & remove no longer needed patch

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Jan 8 07:13:14 UTC 2012


commit 797e912bc77e774d89b2a345bc240da3f8fd0fac
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Jan 8 16:13:09 2012 +0900

    Require rubygem(gstreamer) & remove no longer needed patch

 alexandria.spec |   12 +++++++-----
 clog            |    5 +----
 2 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/alexandria.spec b/alexandria.spec
index b49100e..1dcd645 100644
--- a/alexandria.spec
+++ b/alexandria.spec
@@ -6,7 +6,7 @@
 %undefine		minorver	
 %undefine		ifpre	
 
-%define		fedorarel	1
+%define		fedorarel	2
 %define		rel		%{?ifpre:0.}%{fedorarel}%{?minorver:.%minorver}
 
 
@@ -36,7 +36,7 @@ Patch4:		alexandria-0.6.8-set_status_label.patch
 # Patches not submitted to the upstream
 # Support when rubygem(gst) (gstreamer) is not installed
 # Note that rubygem-gstreamer is not yet in Fedora
-Patch10:	alexandria-0.6.8-nogst-support.patch
+#Patch10:	alexandria-0.6.8-nogst-support.patch
 # Always require rubygems
 Patch11:	alexandria-0.6.8-always-require-rubygems.patch
 
@@ -81,8 +81,7 @@ Requires:	rubygem(glib2)
 #Requires:	ruby(libglade2)
 # Added from 0.6.8
 Requires:	rubygem(goocanvas)
-# Still not yet on Fedora
-# Requires:	rubygem(gst)
+Requires:	rubygem(gstreamer)
 
 Requires(pre):		GConf2
 Requires(post):		GConf2
@@ -97,7 +96,7 @@ Alexandria is a GNOME application to help you manage your book collection.
 #%%patch2 -p0 -b .up25348
 %patch3 -p1 -b .up28263.isdn
 %patch4 -p0 -b .up29479.search
-%patch10 -p1 -b .nogst
+#%%patch10 -p1 -b .nogst
 %patch11 -p1 -b .gem
 
 # Embed Fedora EVR
@@ -193,6 +192,9 @@ exit 0
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 
 %changelog
+* Sun Jan  8 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.6.8-2
+- Require rubygem(gstreamer) & remove no longer needed patch
+
 * Sun Dec 25 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.6.8-1
 - Update to 0.6.8
 - Dependency for old ruby-gnome2 stuff is removed
diff --git a/clog b/clog
index 91a7370..34a30c6 100644
--- a/clog
+++ b/clog
@@ -1,4 +1 @@
-Update to 0.6.8
-Dependency for old ruby-gnome2 stuff is removed
-Make always require rubygems
-Patch to support usage without rubygem(gst)
+Require rubygem(gstreamer) & remove no longer needed patch


More information about the scm-commits mailing list