[gegl] replace tabs with spaces for consistency

Nils Philippsen nphilipp at fedoraproject.org
Tue Feb 22 16:42:36 UTC 2011


commit e7f1673619a6423a10cedf17e06a09c511eca256
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Feb 22 17:29:57 2011 +0100

    replace tabs with spaces for consistency

 gegl.spec |  112 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 57 insertions(+), 55 deletions(-)
---
diff --git a/gegl.spec b/gegl.spec
index 56c0ffd..de42896 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -1,44 +1,44 @@
 %global gegl_lib_version 0.1
 
 Summary:    A graph based image processing framework
-Name:        gegl
+Name:       gegl
 Version:    0.1.6
 Release:    1%{?dist}
 # The binary is under the GPL, while the libs are under LGPL
-License:	LGPLv3+ and GPLv3+
-Group:		System Environment/Libraries
-URL:		http://www.gegl.org/
+License:    LGPLv3+ and GPLv3+
+Group:      System Environment/Libraries
+URL:        http://www.gegl.org/
 Source0:    ftp://ftp.gimp.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
 # backported, stripped down git commit 36f1e514acd32152dfee7c09d0e5a4e022a5a543
 # "Fix erroneous use of $(DESTDIR)."
 Patch0:     gegl-0.1.6-destdir.patch
 # rebuilt autofoo files due to the above
 Patch100:   gegl-0.1.6-autoreconf.patch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	asciidoc
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  asciidoc
 BuildRequires:  babl-devel >= 0.1.4
-BuildRequires:	cairo-devel
-BuildRequires:	enscript
+BuildRequires:  cairo-devel
+BuildRequires:  enscript
 BuildRequires:  exiv2-devel
 BuildRequires:  glib2-devel >= 2.22.0
-BuildRequires:	graphviz
+BuildRequires:  graphviz
 BuildRequires:  gtk2-devel >= 2.18.0
 BuildRequires:  jasper-devel >= 1.900.1
-BuildRequires:	libjpeg-devel
-BuildRequires:	libopenraw-devel >= 0.0.5
-BuildRequires:	libpng-devel
-BuildRequires:	librsvg2-devel >= 2.14.0
-BuildRequires:	libspiro-devel
-BuildRequires:	libv4l-devel
-BuildRequires:	lua-devel >= 5.1.0
-BuildRequires:	OpenEXR-devel
-BuildRequires:	pango-devel
-BuildRequires:	perl-devel
-BuildRequires:	pkgconfig
-BuildRequires:	ruby
-BuildRequires:	SDL-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libopenraw-devel >= 0.0.5
+BuildRequires:  libpng-devel
+BuildRequires:  librsvg2-devel >= 2.14.0
+BuildRequires:  libspiro-devel
+BuildRequires:  libv4l-devel
+BuildRequires:  lua-devel >= 5.1.0
+BuildRequires:  OpenEXR-devel
+BuildRequires:  pango-devel
+BuildRequires:  perl-devel
+BuildRequires:  pkgconfig
+BuildRequires:  ruby
+BuildRequires:  SDL-devel
 BuildRequires:  suitesparse-devel
-BuildRequires:	w3m
+BuildRequires:  w3m
 
 %description
 GEGL (Generic Graphics Library) is a graph based image processing framework. 
@@ -47,13 +47,13 @@ compositing and processing core. This core is being designed to have
 minimal dependencies. and a simple well defined API.
 
 %package devel
-Summary:	Headers for developing programs that will use %{name}
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
-Requires:	gtk-doc
-Requires:	pkgconfig
-Requires:	babl-devel
-Requires:	glib2-devel
+Summary:    Headers for developing programs that will use %{name}
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   gtk-doc
+Requires:   pkgconfig
+Requires:   babl-devel
+Requires:   glib2-devel
 
 %description devel
 This package contains the libraries and header files needed for
@@ -107,32 +107,33 @@ rm -f %{buildroot}%{_libdir}/gegl-%{gegl_lib_version}/*.la
 
 %check
 if make check; then
-	:
+    :
 else
-	# skip this for now
-	if false; then
-		errorcode=$?
-		# only dump results if run in mock/koji
-		group="$(id -g -n)"
-		if [ "$group" != "${group/mock/}" ]; then
-			pushd tests/compositions
-			echo tests-report
-			echo "---- 8< ----"
-			cat tests-report
-			echo "---- >8 ----"
-			echo
-			echo "wrong output images:"
-			grep " differ$" tests-report | while read reference and output rest; do
-				echo "$output"
-				echo "---- 8< ----"
-				base64 "$output"
-				echo "---- >8 ----"
-				echo
-			done
-			popd
-		fi
-		exit $errorcode
-	fi # end skip
+    # skip this for now
+    if false; then
+        errorcode=$?
+        # only dump results if run in mock/koji
+        group="$(id -g -n)"
+        if [ "$group" != "${group/mock/}" ]; then
+            pushd tests/compositions
+            echo tests-report
+            echo "---- 8< ----"
+            cat tests-report
+            echo "---- >8 ----"
+            echo
+            echo "wrong output images:"
+            grep " differ$" tests-report | \
+                while read reference and output rest; do
+                echo "$output"
+                echo "---- 8< ----"
+                base64 "$output"
+                echo "---- >8 ----"
+                echo
+            done
+            popd
+        fi
+        exit $errorcode
+    fi # end skip
 fi
 
 %clean
@@ -165,6 +166,7 @@ rm -rf %{buildroot}
 - add BR: exiv2-devel, jasper-devel, suitesparse-devel
 - update BR versions
 - update --with-*/--without-* configure flags
+- replace tabs with spaces for consistency
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list