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