SPECS (AC-branch): swfdec.spec - correct macro parsing

glen glen at pld-linux.org
Fri May 5 00:19:46 CEST 2006


Author: glen                         Date: Thu May  4 22:19:46 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- correct macro parsing

---- Files affected:
SPECS:
   swfdec.spec (1.37 -> 1.37.2.1) 

---- Diffs:

================================================================
Index: SPECS/swfdec.spec
diff -u SPECS/swfdec.spec:1.37 SPECS/swfdec.spec:1.37.2.1
--- SPECS/swfdec.spec:1.37	Mon Sep  5 17:31:40 2005
+++ SPECS/swfdec.spec	Fri May  5 00:19:40 2006
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 # Conditional build:
-%bcond_without	gstreamer	# build without gstreamer/mozilla plugin
-				# (for bootstrap)
+%bcond_without	gstreamer	# build without gstreamer/mozilla plugin (for bootstrap)
 %bcond_without	gimp		# don't build gimp plugin
 #
 Summary:	Flash animations redering library
@@ -36,8 +35,9 @@
 Obsoletes:	libswfdec0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
-%{?with_gimp:%define		gimpplugindir	%(gimptool --gimpplugindir)/plug-ins}
+%if %{with gimp}
+%define		gimpplugindir	%(gimptool --gimpplugindir)/plug-ins
+%endif
 
 %description
 Libswfdec is a library for rendering Flash animations. Currently it
@@ -172,6 +172,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37.2.1  2006/05/04 22:19:40  glen
+- correct macro parsing
+
 Revision 1.37  2005/09/05 15:31:40  freetz
 - gimp bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/swfdec.spec?r1=1.37&r2=1.37.2.1&f=u



More information about the pld-cvs-commit mailing list