[kile/f15] Fix typo

Kevin Kofler kkofler at fedoraproject.org
Sun Apr 29 09:45:55 UTC 2012


commit b1a79da9f5c0436fd95b624c9302991a0ba91aa0
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sun Apr 29 11:45:27 2012 +0200

    Fix typo
    
    Actually fix the build for F15, need < 16, not < 15.

 kile.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kile.spec b/kile.spec
index 97d7656..88a45ba 100644
--- a/kile.spec
+++ b/kile.spec
@@ -53,7 +53,7 @@ Kile is a user friendly (La)TeX editor.  The main features are:
 
 %prep
 %setup -q -n %{name}-%{version}%{?pre}
-%if 0%{?fedora} < 15 && 0%{?rhel} < 7
+%if 0%{?fedora} < 16 && 0%{?rhel} < 7
 # remove "incomplete translation" notice, entity not available in old kdelibs
 sed -i -e 's/&ged\.vertaald\;//g' translations/nl/doc/index.docbook
 %endif


More information about the scm-commits mailing list