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