diff --git a/libvte.spec b/libvte.spec index acc702f..b4bb5cb 100644 --- a/libvte.spec +++ b/libvte.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f 1-2) Name: libvte -Version: 0.62.3 +Version: 0.64.0 Release: 1mamba Summary: An experimental terminal emulator Group: System/Libraries @@ -8,7 +8,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -97,13 +98,15 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte %defattr(-,root,root) %{_sysconfdir}/profile.d/vte.csh %{_sysconfdir}/profile.d/vte.sh -%{_bindir}/vte-2.91 -%{_libdir}/libvte-2.91.so.* -%{_libdir}/girepository-1.0/Vte-2.91.typelib +%{_bindir}/vte-* +%{_libdir}/libvte-*.so.* +%{_libdir}/girepository-1.0/Vte-*.typelib %{_libexecdir}/vte-urlencode-cwd %{_userunitdir}/vte-spawn-.scope.d/defaults.conf %{_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 #%defattr(-,root,root) @@ -113,11 +116,11 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte %files devel %defattr(-,root,root) %{_includedir}/vte-*/ -%{_libdir}/libvte-2.91.so +%{_libdir}/libvte-*.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 +%{_datadir}/vala/vapi/vte-*.vapi +%{_datadir}/vala/vapi/vte-*.deps +%{_datadir}/gir-1.0/Vte-*.gir #%doc ChangeLog HACKING NEWS README #%files apidocs @@ -126,6 +129,9 @@ ln -s %{_datadir}/vte/termcap-2.90/xterm %{buildroot}%{_datadir}/vte/termcap/xte #%doc doc/{*.txt,openi18n/*.txt} %changelog +* Sat Mar 27 2021 Silvan Calarco 0.64.0-1mamba +- update to 0.64.0 + * Wed Feb 24 2021 Automatic Build System 0.62.3-1mamba - automatic version update by autodist