]> git.pld-linux.org Git - packages/avifile.git/commitdiff
don't require arts-devel on alpha
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 2 Apr 2001 15:07:51 +0000 (15:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile.spec -> 1.37

avifile.spec

index 5986232c07b6c13b358adf9cde05ea1f7f19d510..93b6b5120dd915643f003463a87f8b307e245a02 100644 (file)
@@ -1,3 +1,12 @@
+#
+# Conditional build:
+# bcond_off_arts - without arts support
+#
+
+%ifarch        alpha
+%define bcond_off_arts 1
+%endif
+
 %define                snap    20010402
 Summary:       Library and sample program for playing AVI files
 Summary(pl):   Biblioteka i przyk³adowy program do odtwarzania plików AVI
@@ -21,7 +30,7 @@ BuildRequires:        qt-devel
 BuildRequires: SDL-devel >= 1.1.3
 BuildRequires: XFree86-devel
 BuildRequires: libjpeg-devel
-BuildRequires: arts-devel
+%{!?bcond_off_arts:BuildRequires:      arts-devel}
 BuildRequires: ac3dec-devel >= 0.6.1
 BuildConflicts:        wine-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.03348 seconds and 4 git commands to generate.