merge with master
[platform/upstream/cups-filters.git] / packaging / cups-filters.spec
index f649dd1..4dd3574 100644 (file)
@@ -3,12 +3,13 @@
 Summary: cups-filters
 Name: cups-filters
 Version: 1.0.25
-Release: 2
+Release: 3
 License: GPL
 Group: System Environment/Daemons
 Source0: %{name}-%{version}.tar.gz
 Url: http://www.cups.org
 Patch1: tizen-pdftoraster-oom-fix.patch
+Patch2: tizen_fix_ignore_sigpipe.patch
 
 Requires(post): eglibc
 Requires: libcupsfilters1
@@ -74,6 +75,9 @@ This package provides the CUPS headers and development environment.
 # OOM can be happened in using pdftoraster, becuase 600dpi use huge memory(about 1.6G)
 # This patch fixes pdftoraster to use about 400M in 600dpi printing.
 %patch1 -p1
+# CUPS daemon is launced and exited frequently
+# Fixed that pdftoraster ignore SIGPIPE
+%patch2 -p1
 
 %build
 ./autogen.sh