update to 0.58.2 [release 0.58.2-1mamba;Thu Oct 31 2019]
This commit is contained in:
parent
8ec61a0fa5
commit
2d789769f5
56
libvte.spec
56
libvte.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
Name: libvte
|
||||
Version: 0.44.2
|
||||
Version: 0.58.2
|
||||
Release: 1mamba
|
||||
Summary: An experimental terminal emulator
|
||||
Group: System/Libraries
|
||||
@ -12,31 +12,17 @@ Source: http://ftp.gnome.org/pub/GNOME/sources/vte/%{majver}/vte-%{versio
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libfribidi-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpixman-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libpcre2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pygtk-devel
|
||||
BuildRequires: udev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl
|
||||
@ -81,21 +67,16 @@ Requires: gtk-doc
|
||||
%setup -q -n vte-%{version}
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-python \
|
||||
--enable-gtk-doc \
|
||||
--with-default-emulation=xterm \
|
||||
--with-gtk=3.0 \
|
||||
--enable-introspection \
|
||||
PYTHON=%{__python}
|
||||
%meson
|
||||
|
||||
%make #pyexecdir=%{_libdir}/site-python
|
||||
# -Ddocs=true
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall #pyexecdir=%{_libdir}/site-python
|
||||
%meson_install
|
||||
|
||||
install -d -m 0755 %{buildroot}%{_datadir}/vte/termcap
|
||||
ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xterm
|
||||
|
||||
@ -115,7 +96,7 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte
|
||||
%{_libdir}/libvte-2.91.so.*
|
||||
%{_libdir}/girepository-1.0/Vte-2.91.typelib
|
||||
%{_datadir}/vte/termcap/xterm
|
||||
%doc AUTHORS COPYING
|
||||
%doc AUTHORS COPYING.LGPL2 COPYING.LGPL3
|
||||
|
||||
#%files -n python-vte
|
||||
#%defattr(-,root,root)
|
||||
@ -125,19 +106,22 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/vte-*/
|
||||
%{_libdir}/libvte-2.91.la
|
||||
%{_libdir}/libvte-2.91.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/vala/vapi/vte-2.91.vapi
|
||||
%{_datadir}/vala/vapi/vte-2.91.deps
|
||||
%{_datadir}/gir-1.0/Vte-2.91.gir
|
||||
%doc ChangeLog HACKING NEWS README
|
||||
#%doc ChangeLog HACKING NEWS README
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/vte-*/
|
||||
%doc doc/{*.txt,openi18n/*.txt}
|
||||
#%files apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%{_datadir}/gtk-doc/html/vte-*/
|
||||
#%doc doc/{*.txt,openi18n/*.txt}
|
||||
|
||||
%changelog
|
||||
* Thu Oct 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.58.2-1mamba
|
||||
- update to 0.58.2
|
||||
|
||||
* Sat Jun 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.44.2-1mamba
|
||||
- update to 0.44.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user