[spice-xpi/f15] Initial import (#703719)

Peter Hatina phatina at fedoraproject.org
Thu Jun 9 11:40:43 UTC 2011


commit f9a86e3605c6b13613f1ee459d6c1152f01aa001
Author: Peter Hatina <phatina at redhat.com>
Date:   Thu Jun 9 13:42:04 2011 +0200

    Initial import (#703719)

 .gitignore     |    1 +
 sources        |    1 +
 spice-xpi.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a562e45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/spice-xpi-2.5.tar.bz2
diff --git a/sources b/sources
index e69de29..76201ab 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+39b16babf4d1a12a345d92a8fcbf0998  spice-xpi-2.5.tar.bz2
diff --git a/spice-xpi.spec b/spice-xpi.spec
new file mode 100644
index 0000000..fe05640
--- /dev/null
+++ b/spice-xpi.spec
@@ -0,0 +1,52 @@
+Name:           spice-xpi
+Version:        2.5
+Release:        2%{?dist}
+Summary:        SPICE extension for Mozilla
+Group:          Applications/Internet
+License:        MPLv1.1 or GPLv2+ or LGPLv2+
+URL:            http://spice-space.org
+Source0:        http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+
+BuildRequires:  libX11-devel
+BuildRequires:  log4cpp-devel
+BuildRequires:  xulrunner-devel
+BuildRequires:  zip
+
+# Spice has number of portability issues, which prevent it
+# from working on any other platforms than x86.
+ExclusiveArch:  x86_64 %{ix86}
+
+Requires:       spice-client >= 0.4.2-18
+
+%description
+Spice extension for Mozilla allows the client to be used from a web browser.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%doc COPYING README
+%defattr(-, root, root, -)
+%{_libdir}/mozilla/*
+%{_datadir}/spice/
+%exclude %{_libdir}/mozilla/*.rdf
+%exclude %{_libdir}/mozilla/plugins/*.a
+%exclude %{_libdir}/mozilla/plugins/*.la
+
+%changelog
+* Tue Jun 07 2011 Peter Hatina <phatina at redhat.com> 2.5-2
+- Fixed logging
+- Fixed SpiceController::Connect
+- Fixed compiler warnings
+
+* Mon May 09 2011 Peter Hatina <phatina at redhat.com> 2.5-1
+- Initial package
+


More information about the scm-commits mailing list