disable deprecated celt051 [release 0.38-2mamba;Tue Oct 13 2020]
This commit is contained in:
parent
3d8a1be24a
commit
781597db81
@ -1,65 +1,43 @@
|
|||||||
Name: spice-gtk
|
Name: spice-gtk
|
||||||
Version: 0.37
|
Version: 0.38
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A Gtk client and libraries for SPICE remote desktop servers
|
Summary: A Gtk client and libraries for SPICE remote desktop servers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.spice-space.org/
|
URL: http://www.spice-space.org/
|
||||||
Source: http://www.spice-space.org/download/gtk/spice-gtk-%{version}.tar.bz2
|
Source: http://www.spice-space.org/download/gtk/spice-gtk-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libXrandr-devel
|
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libcacard-devel
|
||||||
BuildRequires: libbsd-devel
|
|
||||||
BuildRequires: libbzip2-devel
|
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libepoxy-devel
|
||||||
BuildRequires: libcelt051-devel
|
|
||||||
BuildRequires: libdw-devel
|
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgcrypt-devel
|
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgpg-error-devel
|
|
||||||
BuildRequires: libgraphite2-devel
|
|
||||||
BuildRequires: libgst-plugins-base-devel
|
BuildRequires: libgst-plugins-base-devel
|
||||||
BuildRequires: libgstreamer-devel
|
BuildRequires: libgstreamer-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: libjson-glib-devel
|
||||||
BuildRequires: libnspr-devel
|
BuildRequires: liblz4-devel
|
||||||
BuildRequires: libnss-devel
|
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libopus-devel
|
BuildRequires: libopus-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libphodav-devel
|
||||||
BuildRequires: libpcre-devel
|
|
||||||
BuildRequires: libpixman-devel
|
BuildRequires: libpixman-devel
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libpolkit-devel
|
BuildRequires: libpolkit-devel
|
||||||
BuildRequires: libpulseaudio-devel
|
BuildRequires: libpulseaudio-devel
|
||||||
BuildRequires: libpulseaudio-glib-devel
|
BuildRequires: libpulseaudio-glib-devel
|
||||||
BuildRequires: libsasl2-devel
|
BuildRequires: libsasl2-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libsepol-devel
|
|
||||||
BuildRequires: libsystemd-devel
|
|
||||||
BuildRequires: libthai-devel
|
|
||||||
BuildRequires: libudev-devel
|
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
BuildRequires: libusbredir-devel
|
BuildRequires: libusbredir-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libva-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: spice-protocol-devel
|
BuildRequires: spice-protocol-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -111,17 +89,15 @@ This package contains the Python bindings.
|
|||||||
#-D -T
|
#-D -T
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
%meson \
|
||||||
%configure \
|
-Dgtk=enabled \
|
||||||
--enable-gtk-doc \
|
-Dcelt051=disabled
|
||||||
--with-gtk=3.0 \
|
|
||||||
--enable-celt051
|
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -146,7 +122,6 @@ _EOF
|
|||||||
%{_bindir}/spicy-stats
|
%{_bindir}/spicy-stats
|
||||||
%{_datadir}/polkit-1/actions/org.spice-space.lowlevelusbaccess.policy
|
%{_datadir}/polkit-1/actions/org.spice-space.lowlevelusbaccess.policy
|
||||||
%{_mandir}/man1/spice-client.1*
|
%{_mandir}/man1/spice-client.1*
|
||||||
%doc AUTHORS COPYING
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -155,6 +130,7 @@ _EOF
|
|||||||
#%{_libdir}/libspice-controller.so.*
|
#%{_libdir}/libspice-controller.so.*
|
||||||
%{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib
|
%{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib
|
||||||
%{_libdir}/girepository-1.0/SpiceClientGtk-*.typelib
|
%{_libdir}/girepository-1.0/SpiceClientGtk-*.typelib
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -164,9 +140,7 @@ _EOF
|
|||||||
%{_includedir}/spice-client-gtk-*/*.h
|
%{_includedir}/spice-client-gtk-*/*.h
|
||||||
#%dir %{_includedir}/spice-controller
|
#%dir %{_includedir}/spice-controller
|
||||||
#%{_includedir}/spice-controller/spice-controller.h
|
#%{_includedir}/spice-controller/spice-controller.h
|
||||||
%{_libdir}/libspice-client-glib-2.0.la
|
|
||||||
%{_libdir}/libspice-client-glib-2.0.so
|
%{_libdir}/libspice-client-glib-2.0.so
|
||||||
%{_libdir}/libspice-client-gtk-*.la
|
|
||||||
%{_libdir}/libspice-client-gtk-*.so
|
%{_libdir}/libspice-client-gtk-*.so
|
||||||
#%{_libdir}/libspice-controller.la
|
#%{_libdir}/libspice-controller.la
|
||||||
#%{_libdir}/libspice-controller.so
|
#%{_libdir}/libspice-controller.so
|
||||||
@ -175,6 +149,10 @@ _EOF
|
|||||||
#%{_libdir}/pkgconfig/spice-controller.pc
|
#%{_libdir}/pkgconfig/spice-controller.pc
|
||||||
%{_datadir}/gir-1.0/SpiceClientGLib-2.0.gir
|
%{_datadir}/gir-1.0/SpiceClientGLib-2.0.gir
|
||||||
%{_datadir}/gir-1.0/SpiceClientGtk-*.gir
|
%{_datadir}/gir-1.0/SpiceClientGtk-*.gir
|
||||||
|
%{_datadir}/vala/vapi/spice-client-glib-2.0.deps
|
||||||
|
%{_datadir}/vala/vapi/spice-client-glib-2.0.vapi
|
||||||
|
%{_datadir}/vala/vapi/spice-client-gtk-3.0.deps
|
||||||
|
%{_datadir}/vala/vapi/spice-client-gtk-3.0.vapi
|
||||||
#%{_datadir}/vala/vapi/spice-protocol.vapi
|
#%{_datadir}/vala/vapi/spice-protocol.vapi
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
@ -183,6 +161,12 @@ _EOF
|
|||||||
%{_datadir}/gtk-doc/html/spice-gtk/*
|
%{_datadir}/gtk-doc/html/spice-gtk/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.38-2mamba
|
||||||
|
- disable deprecated celt051
|
||||||
|
|
||||||
|
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.38-1mamba
|
||||||
|
- update to 0.38
|
||||||
|
|
||||||
* Sat Aug 17 2019 Automatic Build System <autodist@mambasoft.it> 0.37-1mamba
|
* Sat Aug 17 2019 Automatic Build System <autodist@mambasoft.it> 0.37-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user