automatic version update by autodist [release 0.9.12-1mamba;Sun May 26 2019]

This commit is contained in:
Automatic Build System 2024-01-06 06:04:42 +01:00
parent 1b5ab5a250
commit e1f4fb7445

View File

@ -1,5 +1,5 @@
Name: libvncserver
Version: 0.9.11
Version: 0.9.12
Release: 1mamba
Summary: LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server
Group: System/Libraries
@ -58,15 +58,19 @@ This package contains static libraries and header files need for development.
%setup -q
#%patch1 -p1
#%patch2 -p1
%ifarch x86_64
sed -i "s|/lib |/%{_lib} |" CMakeLists.txt
sed -i "s|/lib/|/%{_lib}/|" CMakeLists.txt
%endif
%build
./autogen.sh
%configure
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -83,21 +87,19 @@ This package contains static libraries and header files need for development.
%files devel
%defattr(-,root,root)
%{_bindir}/libvncserver-config
%dir %{_includedir}/rfb
%{_includedir}/rfb/*.h
%{_libdir}/libvncclient.a
%{_libdir}/libvncclient.la
%{_libdir}/libvncclient.so
%{_libdir}/libvncserver.a
%{_libdir}/libvncserver.la
%{_libdir}/libvncserver.so
%{_libdir}/pkgconfig/libvncclient.pc
%{_libdir}/pkgconfig/libvncserver.pc
#%doc examples/*.c
%doc ChangeLog NEWS README TODO
%doc ChangeLog NEWS TODO
%changelog
* Sun May 26 2019 Automatic Build System <autodist@mambasoft.it> 0.9.12-1mamba
- automatic version update by autodist
* Tue Mar 14 2017 Automatic Build System <autodist@mambasoft.it> 0.9.11-1mamba
- automatic version update by autodist