rpms/xine-plugin/F-7 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xine-plugin.spec, 1.1, 1.2

Martin Sourada (mso) fedora-extras-commits at redhat.com
Tue Apr 22 21:36:17 UTC 2008


Author: mso

Update of /cvs/extras/rpms/xine-plugin/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18178/F-7

Modified Files:
	.cvsignore sources xine-plugin.spec 
Log Message:


Update to new version.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xine-plugin/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Mar 2007 16:33:25 -0000	1.2
+++ .cvsignore	22 Apr 2008 21:35:10 -0000	1.3
@@ -1 +1 @@
-xine-plugin-1.0.tar.bz2
+xine-plugin-1.0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xine-plugin/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Mar 2007 16:33:25 -0000	1.2
+++ sources	22 Apr 2008 21:35:10 -0000	1.3
@@ -1 +1 @@
-05498789ac11990d5ddd05269671ad0d  xine-plugin-1.0.tar.bz2
+56f826f5ca85543df114d25591147970  xine-plugin-1.0.1.tar.bz2


Index: xine-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xine-plugin/F-7/xine-plugin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xine-plugin.spec	15 Mar 2007 16:33:25 -0000	1.1
+++ xine-plugin.spec	22 Apr 2008 21:35:10 -0000	1.2
@@ -1,19 +1,32 @@
+%if 0%{?fedora} > 8
+  %define use_xulrunner 1
+%else
+  %define use_xulrunner 0
+%endif
+
 Name:           xine-plugin
-Version:        1.0
-Release:        3%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Media plugin for mozilla compatible browsers using libxine backend
 
 Group:          Applications/Multimedia
-License:        GPL
+License:        GPLv2+
 URL:            http://xinehq.de/
-Source0:        http://prdownloads.sourceforge.net/xine/xine-plugin-1.0.tar.bz2
+Source0:        http://prdownloads.sourceforge.net/xine/xine-plugin-%{version}.tar.bz2
+Patch0:         xine-plugin-1.0-xine-version-check.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  xine-lib-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  libX11-devel
-Requires:       %{_libdir}/mozilla/plugins
+
+%if 0%{?use_xulrunner}
+Requires: xulrunner
+%else
+Requires: %{_libdir}/mozilla/plugins
+%endif
+
 
 %description
 This is a very simple netscape/mozilla browser plugin using the xine
@@ -34,6 +47,7 @@
 
 %prep
 %setup -q
+#%patch0 -p1 -b .xine-version-check
 
 
 %build
@@ -58,6 +72,20 @@
 
 
 %changelog
+* Tue Apr 22 2008 Martin Sourada <martin.sourada at gmail.com> - 1.0.1-1
+- new upstream release
+- drop the xine-lib version patch - fixed in upstream
+
+* Sat Feb 09 2008 Martin Sourada <martin.sourada at gmail.com> - 1.0-6
+- rebuild for gcc 4.3
+- add patch for x.y.z.w format xine-lib version string
+
+* Tue Aug 21 2007 Martin Sourada <martin.sourada at seznam.cz> - 1.0-5
+- rebuild 
+
+* Thu Aug 09 2007 Martin Sourada <martin.sourada at seznam.cz> - 1.0-4
+- update License: field to GPLv2+
+
 * Wed Mar 14 2007 Martin Sourada <martin.sourada at seznam.cz> - 1.0-3
 - fix rpmlint warning
 




More information about the fedora-extras-commits mailing list