rpms/gegl/devel gegl.spec,1.28,1.29

Nils Philippsen nphilipp at fedoraproject.org
Fri Feb 26 14:56:27 UTC 2010


Author: nphilipp

Update of /cvs/pkgs/rpms/gegl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14184

Modified Files:
	gegl.spec 
Log Message:
use tabs consistently
let devel depend on gegl



Index: gegl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/devel/gegl.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- gegl.spec	19 Feb 2010 16:52:51 -0000	1.28
+++ gegl.spec	26 Feb 2010 14:56:27 -0000	1.29
@@ -11,9 +11,9 @@ URL:		http://www.gegl.org/
 Source0:	ftp://ftp.gtk.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
 # backported git commit fc207f85521c3939600bd3e5a337c6ed2dfaa950
 # "process: don't leak each node set on a GeglProcessor"
-Patch0:     gegl-0.1.2-processor-leak.patch
+Patch0:		gegl-0.1.2-processor-leak.patch
 # avoid buffer overflow in gegl_buffer_header_init()
-Patch1:     gegl-0.1.2-buffer-save-overflow.patch
+Patch1:		gegl-0.1.2-buffer-save-overflow.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	asciidoc
 BuildRequires:	babl-devel >= 0.1.0
@@ -47,7 +47,10 @@ minimal dependencies. and a simple well 
 Summary:	Headers for developing programs that will use %{name}
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	pkgconfig babl-devel glib2-devel
+Requires:	gtk-doc
+Requires:	pkgconfig
+Requires:	babl-devel
+Requires:	glib2-devel
 
 %description devel
 This package contains the libraries and header files needed for
@@ -89,32 +92,32 @@ rm -f %{buildroot}%{_libdir}/gegl-%{gegl
 
 %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
@@ -139,6 +142,10 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Feb 26 2010 Nils Philippsen <nils at redhat.com>
+- use tabs consistently
+- let devel depend on gegl
+
 * Fri Feb 19 2010 Nils Philippsen <nils at redhat.com> - 0.1.2-2
 - ignore make check failures for now
 



More information about the scm-commits mailing list