rpms/gxine/devel gxine.spec,1.26,1.27

Martin Sourada (mso) fedora-extras-commits at redhat.com
Sat Jul 19 14:41:02 UTC 2008


Author: mso

Update of /cvs/extras/rpms/gxine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32401

Modified Files:
	gxine.spec 
Log Message:


Rebuild for new xulrunner.




Index: gxine.spec
===================================================================
RCS file: /cvs/extras/rpms/gxine/devel/gxine.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- gxine.spec	15 Jun 2008 15:56:32 -0000	1.26
+++ gxine.spec	19 Jul 2008 14:40:10 -0000	1.27
@@ -1,23 +1,6 @@
-%if 0%{?fedora} > 8
-  %define use_xulrunner_js 1
-  %define gecko_dev_ver 1.9
-  %define gecko_libs_ver %{gecko_dev_ver}
-%else
-  %define use_xulrunner_js 0
-  %if 0%{?rhel} == 5
-    %define use_firefox_js 1
-    %define gecko_dev_ver 1.8.0.12
-    %define gecko_libs_ver %{gecko_dev_ver}
-  %else
-    %define use_firefox_js 0
-  %endif
-%endif
-
-
-
 Name:           gxine
 Version:        0.5.903
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK frontend for the xine multimedia library
 
 Group:          Applications/Multimedia
@@ -31,11 +14,7 @@
 #Patch2:         gxine-0.5.11-xine-version-check.patch
 Patch3:         gxine-0.5.902-non-separate-toolbar.patch
 
-%if 0%{?use_xulrunner_js}%{?use_firefox_js}
-BuildRequires:  gecko-devel = %{gecko_dev_ver}
-%else
-BuildRequires:  js-devel
-%endif
+BuildRequires:  gecko-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  gtk2-devel
@@ -46,19 +25,13 @@
 # for hal support
 BuildRequires:  hal-devel
 # for LIRC support (not available only for fedora)
-%if 0%{?fedora}
 BuildRequires:  lirc-devel
-%endif
 # for XTest support
 BuildRequires:  libXtst-devel
 # for mozplugin
 BuildRequires:  libXaw-devel
 BuildRequires:  nspr-devel
 
-%if 0%{?use_xulrunner_js}%{?use_firefox_js}
-Requires:       gecko-libs = %{gecko_libs_ver}
-%endif
-
 %description
 gxine is a fully-featured free audio/video player for unix-like systems which
 uses libxine for audio/video decoding and playback. For more informations on
@@ -69,15 +42,7 @@
 Summary:  Mozilla plugin for gxine
 Group:    Applications/Internet
 Requires: %{name} = %{version}-%{release}
-%if 0%{?use_xulrunner_js}
-Requires: xulrunner
-%else
-%if 0%{?use_firefox_js}
-Requires: firefox
-%else
-Requires: %{_libdir}/mozilla/plugins
-%endif
-%endif
+Requires: mozilla-filesystem
 
 %description mozplugin
 This plugin allows gxine to be embedded in a web browser.
@@ -159,6 +124,11 @@
 %{_libdir}/mozilla/plugins/gxineplugin.so
 
 %changelog
+* Sat Jul 19 2008 Martin Sourada <martin.sourada at gmail.com> - 0.5.903-2
+- rebuild for new xulrunner
+- drop dist checks to keep the spec cleaner
+- drop versioned dependency on gecko-libs
+
 * Sun Jun 15 2008 Martin Sourada <martin.sourada at gmail.com> - 0.5.903-1
 - new upstream version
 




More information about the fedora-extras-commits mailing list