[cups-filters/f20] Added checking phase (make check)

Jaromir Koncicky jkoncick at fedoraproject.org
Tue Aug 27 08:50:42 UTC 2013


commit 36a0f6c66dc7d8b3458a653319f29ceabe1d436c
Author: Jaromír Končický <jkoncick at redhat.com>
Date:   Tue Aug 27 10:48:06 2013 +0200

    Added checking phase (make check)

 cups-filters.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/cups-filters.spec b/cups-filters.spec
index 934e8f5..4aeda85 100644
--- a/cups-filters.spec
+++ b/cups-filters.spec
@@ -4,7 +4,7 @@
 Summary: OpenPrinting CUPS filters and backends
 Name:    cups-filters
 Version: 1.0.36
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 # For a breakdown of the licensing, see COPYING file
 # GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
@@ -136,6 +136,9 @@ rm -f %{buildroot}%{_bindir}/ttfread
 mkdir -p %{buildroot}%{_unitdir}
 install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
 
+%check
+make check
+
 %post
 %systemd_post cups-browsed.service
 
@@ -213,6 +216,9 @@ fi
 %{_libdir}/libfontembed.so
 
 %changelog
+* Tue Aug 27 2013 Jaromír Končický <jkoncick at redhat.com> - 1.0.36-4
+- Added checking phase (make check)
+
 * Wed Aug 21 2013 Tim Waugh <twaugh at redhat.com> - 1.0.36-3
 - Upstream patch to re-work filter costs (bug #998977). No longer need
   text filter costs patch as paps gets used by default now if


More information about the scm-commits mailing list