]> git.pld-linux.org Git - packages/arts.git/commitdiff
- fixed nas bcond
authortrojan <trojan@pld-linux.org>
Thu, 15 May 2003 20:51:04 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleanups

Changed files:
    arts.spec -> 1.34

arts.spec

index e6570e302a5d9d83b08b2562c4f59480ed547229..b5bfad16dadb1ed8cd20fe1c5fdd5eb7df0bdfea 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -3,7 +3,7 @@
 # _without_alsa                - disable ALSA support
 #
 %ifarch sparc sparcv9 sparc64
-%define                _without_alsa   yes
+%define                _without_alsa   1
 %endif
 Summary:       aRts sound server
 Summary(pl):   Serwer d¼wiêku
@@ -117,7 +117,7 @@ kde_icondir="%{_pixmapsdir}"; export kde_icondir
        --with-xinerama \
        --with%{?_without_alsa:out}-alsa
 
-%if %{?_with_nas:0}1
+%if %{!?_with_nas:1}0
 # Cannot patch configure.in because it does not rebuild correctly on ac25
 sed -e 's@#define HAVE_LIBAUDIONAS 1@/* #undef HAVE_LIBAUDIONAS */@' \
        < config.h \
@@ -131,17 +131,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
-%post   X11 -p /sbin/ldconfig
-%postun X11 -p /sbin/ldconfig
+%post  X11 -p /sbin/ldconfig
+%postun        X11 -p /sbin/ldconfig
 
-%post   qt -p /sbin/ldconfig
-%postun qt -p /sbin/ldconfig
+%post  qt -p /sbin/ldconfig
+%postun        qt -p /sbin/ldconfig
 
-%post   glib -p /sbin/ldconfig
-%postun glib -p /sbin/ldconfig
+%post  glib -p /sbin/ldconfig
+%postun        glib -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.07345 seconds and 4 git commands to generate.