]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- fixed last change
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Dec 2002 15:11:29 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext.spec -> 1.80

gettext.spec

index d7f50f1235cab0df2defe408f4802e609426fc35..891b4bb4b2c2dd90ed9e9e97ab5982841958f730 100644 (file)
@@ -4,7 +4,7 @@
 # _with_gcj            with Java support by gcj requires gcj 3.x, but not 3.0.4+ (broken for now))
 # _with_javac          with Java support by some javac
 #
-%define _with_java     %{?_with_gcj:1}%{!?_with_gcj:%{?_with_javac:1}%{!?_with_javac:0}}
+%define build_java     %{?_with_gcj:1}%{!?_with_gcj:%{?_with_javac:1}%{!?_with_javac:0}}
 Summary:       Utilties for program national language support
 Summary(de):   Utilities zum Programmieren von nationaler Sprachunterstützung
 Summary(es):   Utilitarios para el programa de soporte a lenguas locales
@@ -263,7 +263,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/xgettext.1*
 %{_mandir}/man3/*
 
-%if %{?_with_java:1}%{!?_with_java:0}
+%if %{build_java}
 %files java-devel
 %defattr(644,root,root,755)
 %doc intl-java/javadoc2
This page took 0.04225 seconds and 4 git commands to generate.