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