-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspice-xpi.spec
91 lines (69 loc) · 2.09 KB
/
spice-xpi.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
%define tarname spice-xpi
%define tarversion 2.4
Name: spice-xpi
Version: 2.4
Release: 1%{?dist}
Summary: SPICE extension for Mozilla
Group: Applications/Internet
License: GPLv2+
URL: http://www.redhat.com/
Source0: %{tarname}-%{tarversion}.tar.bz2
BuildRoot: %{_tmppath}/%{tarname}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-c++
BuildRequires: zip
BuildRequires: log4cpp-devel
BuildRequires: libX11-devel
BuildRequires: xulrunner-devel
BuildRequires: automake
BuildRequires: libtool
BuildRequires: autoconf
ExclusiveArch: x86_64 %{ix86}
Requires: firefox
Requires: spice-client >= 0.4.2-18
Requires: log4cpp
%description
SPICE extension for mozilla allows the client to be used from a web browser.
%prep
%setup -q -n %{tarname}-%{tarversion}
%build
aclocal
libtoolize --automake
autoheader
automake --add-missing
autoconf
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{_libdir}/mozilla/*
%{_datadir}/spice/
%exclude %{_libdir}/mozilla/*.rdf
%exclude %{_libdir}/mozilla/plugins/*.a
%exclude %{_libdir}/mozilla/plugins/*.la
%doc COPYING README
%changelog
* Wed Aug 4 2010 Martin Stransky <[email protected] > 2.4-1
- fixed rhbz#620445, rhbz#620447, rhbz#620448
* Tue Jul 27 2010 Martin Stransky <[email protected] > 2.3-0.5
- rhbz#618292 - NPRuntime support
* Wed Jul 14 2010 Uri Lublin <[email protected]> 2.3-0.4
- ~nsPluginInstance: check mScriptablePeer before accessing it
Resolves: #604678
* Thu Jun 24 2010 Uri Lublin <[email protected]> 2.3-0.3
- Build packages for i686 too.
Resolves: #604661
* Tue Jun 15 2010 Ray Strode <[email protected]> 2.3-0.2
- Change dep to spice-client from qspice-client
Resolves: #604202
* Thu Jun 10 2010 Dennis Gregorovic <[email protected]> - 2.3-0.1
- Rebuilt for RHEL 6
- Related: rhbz#552646
* Mon Feb 01 2010 Yuval Kashtan <[email protected]> - 2.3-0.el6
- RHEL-6.0 with new controller
* Wed Jan 20 2010 Yuval Kashtan <[email protected]> - 2.2-0.el5
- Initial package