automatic update by autodist [release 3.0.0-1mamba;Tue Apr 14 2015]

This commit is contained in:
Automatic Build System 2024-01-06 04:17:07 +01:00
parent 820e9b9a2f
commit 1f1c398442

View File

@ -1,5 +1,5 @@
Name: libfreeglut
Version: 2.8.1
Version: 3.0.0
Release: 1mamba
Summary: GLUT (and hence freeglut) allows the user to create and manage windows containing OpenGL contexts
Group: System/Libraries
@ -55,12 +55,12 @@ This package contains libraries and header files for developing applications tha
%setup -q -n freeglut-%{version}
%build
%configure
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%makeinstall -C build
%clean
[ "%{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/glut.h
%{_libdir}/libglut.a
%{_libdir}/libglut.la
#%{_libdir}/libglut.la
%{_libdir}/libglut.so
%doc ChangeLog NEWS README README.cygwin_mingw README.mac README.win32 TODO
%{_libdir}/pkgconfig/freeglut.pc
%doc ChangeLog README
%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
- automatic version update by autodist