]> git.pld-linux.org Git - packages/freeglut.git/commitdiff
- pass --disable-warnings to configure (kills -Werror) auto/aidath/freeglut-2_4_0-3 auto/th/freeglut-2_4_0-3 auto/ti/freeglut-2_4_0-3
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 8 Nov 2008 16:12:49 +0000 (16:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ghost soname symlink
- release 3

Changed files:
    freeglut.spec -> 1.9

freeglut.spec

index 7ff8db4568671b5da528699f5c057d6d799739eb..1e2b5f235b5106a44e5e528092c994563dcce0d2 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A freely licensed alternative to the GLUT library
 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
@@ -82,7 +82,8 @@ Statyczna biblioteka freeglut.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --disable-warnings
 %{__make}
 
 %install
@@ -102,6 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 %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)
This page took 0.07438 seconds and 4 git commands to generate.