diff --git a/libglew.spec b/libglew.spec index 88a357d..e0e1799 100644 --- a/libglew.spec +++ b/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 2.0.0-1mamba +- automatic version update by autodist + * Mon Jan 25 2016 Automatic Build System 1.13.0-1mamba - automatic update by autodist