]> git.pld-linux.org Git - packages/3ddesktop.git/commitdiff
-updated to 0.2.5
authorluzik <luzik@pld-linux.org>
Thu, 10 Apr 2003 22:15:54 +0000 (22:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
-fixed includedir
-remove CPPFLAGS - not needed

Changed files:
    3ddesktop.spec -> 1.16

3ddesktop.spec

index 420ac4c95b1ae4e799a3c14fe4f332e1f0adcf86..a1402e5f88844ea8818626ae96bdfac153050a51 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       An OpenGL virtual desktop switching program
 Summary(pl):   Program prze³±czaj±cy wirtualne pulpity wykorzystuj±cy OpenGL
 Name:          3ddesktop
-Version:       0.2.4
+Version:       0.2.5
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
@@ -46,10 +46,9 @@ cp -f /usr/share/automake/missing .
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-CPPFLAGS="-I/usr/X11R6/include" ; export CPPFLAGS
 %configure \
-       --with-kde-includes="/usr/X11R6/include" \
-       --with-qt-includes="/usr/X11R6/include/qt"
+       --with-kde-includes="/usr/include" \
+       --with-qt-includes="/usr/include/qt"
 %{__make} OPT=""
 
 %install
This page took 0.132407 seconds and 4 git commands to generate.