2011-01-09 20:59:47 +00:00
|
|
|
# we don't want to provide private python extension libs
|
|
|
|
%{?filter_setup:
|
|
|
|
%filter_provides_in %{python_sitearch}/.*\.so$
|
|
|
|
%filter_setup
|
|
|
|
}
|
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
%define with_gtk3 0
|
|
|
|
%if 0%{fedora} >= 15
|
|
|
|
%define with_gtk3 1
|
|
|
|
%endif
|
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
Name: spice-gtk
|
2011-01-27 21:18:26 +00:00
|
|
|
Version: 0.5
|
2011-03-01 13:05:19 +00:00
|
|
|
Release: 6%{?dist}
|
2011-01-27 21:18:26 +00:00
|
|
|
Summary: A GTK2 widget for SPICE clients
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://spice-space.org/page/Spice-Gtk
|
|
|
|
Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: gtk2-devel >= 2.14
|
|
|
|
BuildRequires: spice-protocol >= 0.6.3
|
|
|
|
BuildRequires: perl-Text-CSV
|
|
|
|
BuildRequires: pixman-devel openssl-devel libjpeg-turbo-devel
|
|
|
|
BuildRequires: celt051-devel pulseaudio-libs-devel
|
|
|
|
BuildRequires: pygtk2-devel python-devel zlib-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gtk-doc
|
2011-01-27 21:18:26 +00:00
|
|
|
%if %{with_gtk3}
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
%endif
|
|
|
|
# Hack because of bz #613466
|
|
|
|
BuildRequires: libtool
|
2011-01-09 20:59:47 +00:00
|
|
|
|
2011-01-10 09:08:44 +00:00
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
|
|
|
2011-05-19 15:18:29 +00:00
|
|
|
Patch0: spice-gtk-controller-includes.patch
|
2011-02-11 16:58:25 +00:00
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
%description
|
|
|
|
Client libraries for SPICE desktop servers.
|
|
|
|
|
|
|
|
%package devel
|
2011-01-27 21:18:26 +00:00
|
|
|
Summary: Development files to build GTK2 applications with spice-gtk-2.0
|
2011-01-09 20:59:47 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2011-01-27 21:18:26 +00:00
|
|
|
Requires: spice-glib-devel = %{version}-%{release}
|
2011-01-09 20:59:47 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: gtk2-devel
|
|
|
|
|
|
|
|
%description devel
|
2011-01-27 21:18:26 +00:00
|
|
|
spice-client-gtk-2.0 provides a SPICE viewer widget for GTK2.
|
|
|
|
|
|
|
|
Libraries, includes, etc. to compile with the spice-gtk2 libraries
|
|
|
|
|
|
|
|
%package -n spice-glib
|
|
|
|
Summary: A GObject for communicating with Spice servers
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description -n spice-glib
|
|
|
|
spice-client-glib-2.0 is a SPICE client library for GLib2.
|
|
|
|
|
|
|
|
%package -n spice-glib-devel
|
|
|
|
Summary: Development files to build Glib2 applications with spice-glib-2.0
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: spice-glib = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: glib2-devel
|
|
|
|
|
|
|
|
%description -n spice-glib-devel
|
|
|
|
spice-client-glib-2.0 is a SPICE client library for GLib2.
|
|
|
|
|
|
|
|
Libraries, includes, etc. to compile with the spice-glib-2.0 libraries
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with_gtk3}
|
|
|
|
%package -n spice-gtk3
|
|
|
|
Summary: A GTK2 widget for SPICE clients
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description -n spice-gtk3
|
|
|
|
spice-client-glib-3.0 is a SPICE client library for Gtk3.
|
|
|
|
|
|
|
|
%package -n spice-gtk3-devel
|
|
|
|
Summary: Development files to build GTK2 applications with spice-gtk-3.0
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: spice-gtk3 = %{version}-%{release}
|
|
|
|
Requires: spice-glib-devel = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: gtk3-devel
|
|
|
|
|
|
|
|
%description -n spice-gtk3-devel
|
|
|
|
spice-client-gtk-3.0 provides a SPICE viewer widget for GTK3.
|
2011-01-09 20:59:47 +00:00
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
Libraries, includes, etc. to compile with the spice-gtk3 libraries
|
|
|
|
%endif
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%package python
|
2011-01-27 21:18:26 +00:00
|
|
|
Summary: Python bindings for the spice-gtk-2.0 library
|
2011-01-09 20:59:47 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description python
|
2011-01-27 21:18:26 +00:00
|
|
|
SpiceClientGtk module provides a SPICE viewer widget for GTK2.
|
2011-01-09 20:59:47 +00:00
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
A module allowing use of the spice-gtk-2.0 widget from python
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%package tools
|
|
|
|
Summary: Spice-gtk tools
|
|
|
|
Group: Applications/Internet
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
Simple clients for interacting with SPICE servers.
|
|
|
|
spicy is a client to a SPICE desktop server.
|
|
|
|
snappy is a tool to capture screen-shots of a SPICE desktop.
|
|
|
|
|
|
|
|
%prep
|
2011-01-27 21:18:26 +00:00
|
|
|
%setup -q -n spice-gtk-%{version} -c
|
2011-05-19 15:18:29 +00:00
|
|
|
pushd spice-gtk-%{version}
|
|
|
|
%patch0 -p1 -b .controller-includes
|
|
|
|
popd
|
2011-02-11 16:58:25 +00:00
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
%if %{with_gtk3}
|
|
|
|
cp -a spice-gtk-%{version} spice-gtk3-%{version}
|
|
|
|
%endif
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2011-01-27 21:18:26 +00:00
|
|
|
|
|
|
|
cd spice-gtk-%{version}
|
|
|
|
%configure --enable-gtk-doc --with-gtk=2.0
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
%if %{with_gtk3}
|
|
|
|
cd spice-gtk3-%{version}
|
|
|
|
%configure --with-gtk=3.0
|
2011-01-09 20:59:47 +00:00
|
|
|
make %{?_smp_mflags}
|
2011-01-27 21:18:26 +00:00
|
|
|
cd ..
|
|
|
|
%endif
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
2011-01-27 21:18:26 +00:00
|
|
|
|
|
|
|
%if %{with_gtk3}
|
|
|
|
cd spice-gtk3-%{version}
|
2011-01-09 20:59:47 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2011-01-27 21:18:26 +00:00
|
|
|
cd ..
|
|
|
|
%endif
|
|
|
|
|
|
|
|
cd spice-gtk-%{version}
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
cd ..
|
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/*.a
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.a
|
|
|
|
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2011-01-27 21:18:26 +00:00
|
|
|
%doc spice-gtk-%{version}/AUTHORS
|
|
|
|
%doc spice-gtk-%{version}/COPYING
|
|
|
|
%doc spice-gtk-%{version}/README
|
|
|
|
%doc spice-gtk-%{version}/NEWS
|
|
|
|
%{_libdir}/libspice-client-gtk-2.0.so.*
|
|
|
|
%{_libdir}/girepository-1.0/SpiceClientGtk-2.0.typelib
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_libdir}/libspice-client-gtk-2.0.so
|
|
|
|
%{_includedir}/spice-client-gtk-2.0
|
|
|
|
%{_libdir}/pkgconfig/spice-client-gtk-2.0.pc
|
|
|
|
%{_datadir}/gir-1.0/SpiceClientGtk-2.0.gir
|
|
|
|
|
|
|
|
%files -n spice-glib -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libspice-client-glib-2.0.so.*
|
2011-05-19 15:19:29 +00:00
|
|
|
%{_libdir}/libspice-controller.so.*
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib
|
|
|
|
|
|
|
|
%files -n spice-glib-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libspice-client-glib-2.0.so
|
2011-05-19 15:19:29 +00:00
|
|
|
%{_libdir}/libspice-controller.so
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_includedir}/spice-client-glib-2.0
|
2011-05-19 15:19:29 +00:00
|
|
|
%{_includedir}/spice-controller/*
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_libdir}/pkgconfig/spice-client-glib-2.0.pc
|
2011-05-19 15:19:29 +00:00
|
|
|
%{_libdir}/pkgconfig/spice-controller.pc
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_datadir}/gir-1.0/SpiceClientGLib-2.0.gir
|
2011-05-19 15:19:29 +00:00
|
|
|
%{_datadir}/vala/vapi/spice-protocol.vapi
|
2011-01-09 20:59:47 +00:00
|
|
|
%doc %{_datadir}/gtk-doc/html/*
|
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
%if %{with_gtk3}
|
|
|
|
%files -n spice-gtk3
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libspice-client-gtk-3.0.so.*
|
|
|
|
%{_libdir}/girepository-1.0/SpiceClientGtk-3.0.typelib
|
|
|
|
|
|
|
|
%files -n spice-gtk3-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libspice-client-gtk-3.0.so
|
|
|
|
%{_includedir}/spice-client-gtk-3.0
|
|
|
|
%{_libdir}/pkgconfig/spice-client-gtk-3.0.pc
|
|
|
|
%{_datadir}/gir-1.0/SpiceClientGtk-3.0.gir
|
|
|
|
%endif
|
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
%files python
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/python*/site-packages/SpiceClientGtk.so
|
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
%files tools
|
2011-01-09 20:59:47 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/snappy
|
|
|
|
%{_bindir}/spicy
|
|
|
|
|
|
|
|
%changelog
|
2011-03-01 13:05:19 +00:00
|
|
|
* Tue Mar 1 2011 Hans de Goede <hdegoede@redhat.com> - 0.5-6
|
|
|
|
- Fix spice-glib requires in .pc file (#680314)
|
|
|
|
|
2011-02-11 16:58:25 +00:00
|
|
|
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 0.5-5
|
|
|
|
- Fix build against glib 2.28
|
|
|
|
|
2011-02-11 03:57:26 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.5-4
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-09 15:35:24 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 19:38:21 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.5-2
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
* Thu Jan 27 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.5-1
|
|
|
|
- Upstream release 0.5
|
|
|
|
|
|
|
|
* Fri Jan 14 2011 Daniel P. Berrange <berrange@redhat.com> - 0.4-2
|
|
|
|
- Add support for parallel GTK3 build
|
|
|
|
|
2011-01-10 09:08:44 +00:00
|
|
|
* Mon Jan 10 2011 Dan Horák <dan[at]danny.cz> - 0.4-2
|
|
|
|
- add ExclusiveArch as only x86 is supported
|
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
* Sun Jan 09 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.4-1
|
|
|
|
- Upstream release 0.4
|
|
|
|
- Initial release (#657403)
|
|
|
|
|
|
|
|
* Thu Nov 25 2010 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.1.0-1
|
|
|
|
- Initial packaging
|