Author: megabajt Date: Sat Nov 8 16:12:55 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pass --disable-warnings to configure (kills -Werror) - ghost soname symlink - release 3
---- Files affected: SPECS: freeglut.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/freeglut.spec diff -u SPECS/freeglut.spec:1.8 SPECS/freeglut.spec:1.9 --- SPECS/freeglut.spec:1.8 Fri Sep 21 22:32:55 2007 +++ SPECS/freeglut.spec Sat Nov 8 17:12:49 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Zamiennik biblioteki GLUT na wolnej licencji Name: freeglut Version: 2.4.0 -Release: 2 +Release: 3 License: MIT Group: Libraries Source0: http://dl.sourceforge.net/freeglut/%{name}-%{version}.tar.gz @@ -83,7 +83,8 @@ %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --disable-warnings %{__make} %install @@ -103,6 +104,7 @@ %doc AUTHORS COPYING ChangeLog NEWS README TODO doc/{freeglut.html,index.html,progress.html,*.png} %lang(fr) %doc LISEZ_MOI %attr(755,root,root) %{_libdir}/libglut.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libglut.so.3 %files devel %defattr(644,root,root,755) @@ -122,6 +124,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2008/11/08 16:12:49 megabajt +- pass --disable-warnings to configure (kills -Werror) +- ghost soname symlink +- release 3 + Revision 1.8 2007/09/21 20:32:55 arvenil - release 2 (needs rebuild with new file) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freeglut.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
