update to 0.64.0 [release 0.64.0-1mamba;Sat Mar 27 2021]
This commit is contained in:
parent
383677e624
commit
b25295a70e
26
libvte.spec
26
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.62.3
|
Version: 0.64.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An experimental terminal emulator
|
Summary: An experimental terminal emulator
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/vte/%{majver}/vte-%{version}.tar.xz
|
Source: https://gitlab.gnome.org/GNOME/vte.git/%{version}/vte-%{version}.tar.bz2
|
||||||
|
#Source: http://ftp.gnome.org/pub/GNOME/sources/vte/%{majver}/vte-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -97,13 +98,15 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/profile.d/vte.csh
|
%{_sysconfdir}/profile.d/vte.csh
|
||||||
%{_sysconfdir}/profile.d/vte.sh
|
%{_sysconfdir}/profile.d/vte.sh
|
||||||
%{_bindir}/vte-2.91
|
%{_bindir}/vte-*
|
||||||
%{_libdir}/libvte-2.91.so.*
|
%{_libdir}/libvte-*.so.*
|
||||||
%{_libdir}/girepository-1.0/Vte-2.91.typelib
|
%{_libdir}/girepository-1.0/Vte-*.typelib
|
||||||
%{_libexecdir}/vte-urlencode-cwd
|
%{_libexecdir}/vte-urlencode-cwd
|
||||||
%{_userunitdir}/vte-spawn-.scope.d/defaults.conf
|
%{_userunitdir}/vte-spawn-.scope.d/defaults.conf
|
||||||
%{_datadir}/vte/termcap/xterm
|
%{_datadir}/vte/termcap/xterm
|
||||||
%doc AUTHORS COPYING.LGPL2 COPYING.LGPL3
|
%{_datadir}/glade/catalogs/vte-*.xml
|
||||||
|
%{_datadir}/glade/pixmaps/hicolor/*/actions/widget-vte-terminal.png
|
||||||
|
%doc AUTHORS COPYING.LGPL3
|
||||||
|
|
||||||
#%files -n python-vte
|
#%files -n python-vte
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
@ -113,11 +116,11 @@ 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.so
|
%{_libdir}/libvte-*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/vala/vapi/vte-2.91.vapi
|
%{_datadir}/vala/vapi/vte-*.vapi
|
||||||
%{_datadir}/vala/vapi/vte-2.91.deps
|
%{_datadir}/vala/vapi/vte-*.deps
|
||||||
%{_datadir}/gir-1.0/Vte-2.91.gir
|
%{_datadir}/gir-1.0/Vte-*.gir
|
||||||
#%doc ChangeLog HACKING NEWS README
|
#%doc ChangeLog HACKING NEWS README
|
||||||
|
|
||||||
#%files apidocs
|
#%files apidocs
|
||||||
@ -126,6 +129,9 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte
|
|||||||
#%doc doc/{*.txt,openi18n/*.txt}
|
#%doc doc/{*.txt,openi18n/*.txt}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.64.0-1mamba
|
||||||
|
- update to 0.64.0
|
||||||
|
|
||||||
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.62.3-1mamba
|
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.62.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user