]> git.pld-linux.org Git - packages/DirectFB.git/blobdiff - DirectFB.spec
- release 13 (by relup.sh)
[packages/DirectFB.git] / DirectFB.spec
index 623b1db708d3c358334edd874f76a77486532ccb..9e5f91ef5e6803606f02193773bb1fbe89fa5163 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Conditional build:
 %bcond_with    multi           # build Multi-application core (requires working /dev/fusion*)
-%bcond_without one             # Linux One IPC library
+%bcond_with    one             # Linux One IPC library
 %bcond_without static_libs     # don't build static libraries
 %bcond_with    sh772x          # SH7722/SH7723 (SH-Mobile) graphics driver
 %bcond_with    avifile         # AviFile video provider [not updated for DirectFB 1.7.0]
@@ -25,7 +25,7 @@ Summary:      DirectFB - Hardware graphics acceleration
 Summary(pl.UTF-8):     DirectFB - Wspomaganie grafiki
 Name:          DirectFB
 Version:       1.7.6
-Release:       7
+Release:       13
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
@@ -1165,7 +1165,7 @@ rm -rf $RPM_BUILD_ROOT
 %{?with_one:%{_libdir}/libone.la}
 %{_libdir}/libuniquewm.la
 %{_libdir}/libvoodoo.la
-%{_includedir}/One
+%{?with_one:%{_includedir}/One}
 %{_includedir}/directfb
 %{_includedir}/directfb-internal
 %{_pkgconfigdir}/direct.pc
@@ -1413,8 +1413,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{dfbdir}/interfaces/IComaComponent/libicomacomponent_*.so
 %dir %{dfbdir}/interfaces/IFusionDale
 %attr(755,root,root) %{dfbdir}/interfaces/IFusionDale/libifusiondale_*.so
+%if %{with one}
 %dir %{dfbdir}/interfaces/IFusionDaleMessenger
 %attr(755,root,root) %{dfbdir}/interfaces/IFusionDaleMessenger/libifusiondalemessenger_one.so
+%endif
 
 %files -n FusionDale-devel
 %defattr(644,root,root,755)
This page took 0.069828 seconds and 4 git commands to generate.