automatic version update by autodist [release 2.3.3-1mamba;Fri Jan 03 2014]
This commit is contained in:
parent
1944cca77c
commit
d3ecbd807d
@ -1,2 +1,4 @@
|
||||
# virtualgl
|
||||
|
||||
VirtualGL redirects 3D commands from a Unix/Linux OpenGL application onto a server-side 3D graphics card and converts the rendered 3D images into a video stream with which remote clients can interact to view and control the 3D application in real time.
|
||||
|
||||
|
90
virtualgl.spec
Normal file
90
virtualgl.spec
Normal file
@ -0,0 +1,90 @@
|
||||
Name: virtualgl
|
||||
Version: 2.3.3
|
||||
Release: 1mamba
|
||||
Summary: Redirects 3D commands from a Unix/Linux OpenGL application onto a server-side 3D graphics card
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.virtualgl.org/
|
||||
Source: http://downloads.sourceforge.net/project/virtualgl/VirtualGL/%{version}/VirtualGL-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libGLU-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXv-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libjpeg-turbo-static
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
VirtualGL redirects 3D commands from a Unix/Linux OpenGL application onto a server-side 3D graphics card and converts the rendered 3D images into a video stream with which remote clients can interact to view and control the 3D application in real time.
|
||||
|
||||
%debug_package
|
||||
|
||||
%package demos
|
||||
Summary: Demos for %{name}
|
||||
Group: System/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description demos
|
||||
Demos for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n VirtualGL-%{version}
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DTJPEG_LIBRARY=%{_libdir}/libturbojpeg.a \
|
||||
-DVGL_DOCDIR=%{_docdir}/%{name}
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/vglclient
|
||||
%{_bindir}/vglconfig
|
||||
%{_bindir}/vglconnect
|
||||
%{_bindir}/vglgenkey
|
||||
%{_bindir}/vgllogin
|
||||
%{_bindir}/vglrun
|
||||
%{_bindir}/.vglrun.vars32
|
||||
%{_bindir}/vglserver_config
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/*
|
||||
%{_prefix}/fakelib/libGL.so
|
||||
%{_includedir}/rr.h
|
||||
%{_includedir}/rrtransport.h
|
||||
%{_libdir}/libdlfaker.so
|
||||
%{_libdir}/libgefaker.so
|
||||
%{_libdir}/librrfaker.so
|
||||
|
||||
%files demos
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cpustat
|
||||
%{_bindir}/glreadtest
|
||||
%{_bindir}/glxinfo
|
||||
%{_bindir}/glxspheres
|
||||
%{_bindir}/nettest
|
||||
%{_bindir}/tcbench
|
||||
|
||||
%changelog
|
||||
* Fri Jan 03 2014 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 2.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 27 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user