automatic update by autodist [release 3.0.0-1mamba;Tue Apr 14 2015]
This commit is contained in:
parent
820e9b9a2f
commit
1f1c398442
@ -1,5 +1,5 @@
|
|||||||
Name: libfreeglut
|
Name: libfreeglut
|
||||||
Version: 2.8.1
|
Version: 3.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts
|
Summary: GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -55,12 +55,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q -n freeglut-%{version}
|
%setup -q -n freeglut-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%cmake -d build
|
||||||
%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}"
|
||||||
@ -78,11 +78,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/GL/freeglut*.h
|
%{_includedir}/GL/freeglut*.h
|
||||||
%{_includedir}/GL/glut.h
|
%{_includedir}/GL/glut.h
|
||||||
%{_libdir}/libglut.a
|
%{_libdir}/libglut.a
|
||||||
%{_libdir}/libglut.la
|
#%{_libdir}/libglut.la
|
||||||
%{_libdir}/libglut.so
|
%{_libdir}/libglut.so
|
||||||
%doc ChangeLog NEWS README README.cygwin_mingw README.mac README.win32 TODO
|
%{_libdir}/pkgconfig/freeglut.pc
|
||||||
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 14 2015 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Tue Apr 09 2013 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
|
* Tue Apr 09 2013 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user