[bluedevil] fail the build if translations go AWOL

Kevin Kofler kkofler at fedoraproject.org
Tue Oct 15 14:21:28 UTC 2013


commit cfd0488fd3979030628a44fcd4f541c09d4c933d
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Tue Oct 15 16:21:20 2013 +0200

    fail the build if translations go AWOL

 bluedevil.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bluedevil.spec b/bluedevil.spec
index 90d9687..67946ab 100644
--- a/bluedevil.spec
+++ b/bluedevil.spec
@@ -67,7 +67,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 %install
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
-%find_lang %{name} --with-kde || touch %{name}.lang
+%find_lang %{name} --with-kde
 
 %check
 # FIXME: .desktop files need some mime/Categories love to validate properly -- Rex


More information about the scm-commits mailing list