automatic version update by autodist [release 1.0.0-1mamba;Sat Aug 17 2019]

This commit is contained in:
Automatic Build System 2024-01-05 23:34:32 +01:00
parent b8db25f77f
commit 09af450942

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: gtk-vnc
Version: 0.8.0
Version: 1.0.0
Release: 1mamba
Summary: A VNC viewer widget for GTK
Group: Development/Libraries
@ -86,23 +86,26 @@ This package contains a module allowing use of the GTK-VNC widget from python.
%setup -q
%build
tar xf %{S:0}
mv %{name}-%{version} gtk2-build
cd gtk2-build
%configure --with-python --with-gtk=2.0 --disable-static
cd ..
%meson
%configure \
--with-gtk=3.0 \
--with-python
%meson_build
#--enable-plugin=yes
%make
#tar xf %{S:0}
#mv %{name}-%{version} gtk2-build
#cd gtk2-build
#% configure --with-python --with-gtk=2.0 --disable-static
#cd ..
#
#% configure \
# --with-gtk=3.0 \
# --with-python
#
##--enable-plugin=yes
#% make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C gtk2-build
%makeinstall
%meson_install
%find_lang %{name}
@ -121,7 +124,7 @@ cd ..
%{_libdir}/girepository-1.0/GVnc-1.0.typelib
%{_libdir}/girepository-1.0/GVncPulse-1.0.typelib
%{_libdir}/girepository-1.0/GtkVnc-*.typelib
%{_mandir}/man1/gvnccapture.1.gz
%{_mandir}/man1/gvnccapture.1*
%doc AUTHORS COPYING.LIB
%files devel
@ -132,11 +135,8 @@ cd ..
%{_includedir}/gvnc-1.0/*.h
%dir %{_includedir}/gvncpulse-1.0
%{_includedir}/gvncpulse-1.0/*.h
%{_libdir}/libgtk-vnc*.la
%{_libdir}/libgtk-vnc*.so
%{_libdir}/libgvnc-1.0.la
%{_libdir}/libgvnc-1.0.so
%{_libdir}/libgvncpulse-1.0.la
%{_libdir}/libgvncpulse-1.0.so
%{_datadir}/gir-1.0/GVnc-1.0.gir
%{_datadir}/gir-1.0/GVncPulse-1.0.gir
@ -155,6 +155,12 @@ cd ..
##%doc examples/gvncviewer.py
%changelog
* Sat Aug 17 2019 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
- automatic version update by autodist
* Fri Aug 17 2018 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
- automatic version update by autodist
* Sat Aug 04 2018 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
- automatic version update by autodist