[gutenprint/f14] Fixed use of find_lang macro (bug #716426).

Tim Waugh twaugh at fedoraproject.org
Tue Jun 28 16:38:23 UTC 2011


commit 0246f23c9f4b0eb8041a69e8901afcb5eb3238cd
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Jun 28 16:58:18 2011 +0100

    Fixed use of find_lang macro (bug #716426).

 gutenprint.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gutenprint.spec b/gutenprint.spec
index 2ebb2be..3a88d41 100644
--- a/gutenprint.spec
+++ b/gutenprint.spec
@@ -4,7 +4,7 @@
 Name:           gutenprint
 Summary:        Printer Drivers Package
 Version:        5.2.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Group:          System Environment/Base
 URL:            http://gimp-print.sourceforge.net/
 Source0:	http://dl.sf.net/gimp-print/gutenprint-5.2/%{version}/gutenprint-%{version}.tar.bz2
@@ -198,7 +198,7 @@ rm -f %{buildroot}%{_datadir}/foomatic/kitload.log
 rm -rf %{buildroot}%{_libdir}/gutenprint/5.2/modules/*.la
 rm -f %{buildroot}%{_sysconfdir}/cups/command.types
 
-%find_lang gutenprint
+%find_lang gutenprint --all-name
 
 %if %{build_with_ijs_support}
 %else
@@ -301,6 +301,9 @@ fi
 /bin/rm -f /var/cache/foomatic/*
 
 %changelog
+* Tue Jun 28 2011 Tim Waugh <twaugh at redhat.com> 5.2.7-3
+- Fixed use of find_lang macro (bug #716426).
+
 * Tue Jun  7 2011 Tim Waugh <twaugh at redhat.com> 5.2.7-2
 - Fix build against newer versions of gcc.
 - cups-genppdupdate: fixed multicat support (bug #711021).  It was


More information about the scm-commits mailing list