automatic version update by autodist [release 2.0.0-1mamba;Mon Aug 08 2016]
This commit is contained in:
parent
d335a86f30
commit
a668b64357
10
libglew.spec
10
libglew.spec
@ -1,5 +1,5 @@
|
||||
Name: libglew
|
||||
Version: 1.13.0
|
||||
Version: 2.0.0
|
||||
Release: 1mamba
|
||||
Summary: The OpenGL Extension Wrangler Library
|
||||
Group: System/Libraries
|
||||
@ -50,7 +50,8 @@ sed -i -e 's/\r//g' config/config.guess
|
||||
|
||||
install -d -m0755 %{buildroot}%{_libdir}/pkgconfig/
|
||||
%makeinstall \
|
||||
bindir=%{_bindir} libdir=%{_libdir} includedir=%{_includedir}
|
||||
PKGDIR=%{_libdir}/pkgconfig \
|
||||
BINDIR=%{_bindir} LIBDIR=%{_libdir} INCDIR=%{_includedir}/GL
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -69,9 +70,12 @@ install -d -m0755 %{buildroot}%{_libdir}/pkgconfig/
|
||||
%{_libdir}/libGLEW.a
|
||||
%{_libdir}/libGLEW.so
|
||||
%{_libdir}/pkgconfig/glew.pc
|
||||
%doc README.txt
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Mon Aug 08 2016 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 25 2016 Automatic Build System <autodist@mambasoft.it> 1.13.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user