Fix conditional macro to evaluate properly when fedora is not defined

This commit is contained in:
Stanislav Ochotnicky 2013-03-20 11:34:09 +01:00
parent baea553650
commit 60456923a2

View File

@ -1,6 +1,6 @@
Name: javapackages-tools
Version: 0.13.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Macros and scripts for Java packaging support
License: BSD
@ -86,7 +86,7 @@ ln -sf %{_datadir}/xmvn/configuration-19.xml $RPM_BUILD_ROOT%{_datadir}/xmvn/con
# On Fedora 18 we don't want to install mvn-local and mvn-rpmbuild
# scripts as they are already provided by maven package.
%if 0%{fedora} == 18
%if 0%{?fedora} == 18
rm -f $RPM_BUILD_ROOT%{_bindir}/mvn-{local,rpmbuild}
%endif
@ -112,6 +112,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/mvn-{local,rpmbuild}
%changelog
* Wed Mar 20 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.13.6-2
- Fix conditional macro to evaluate properly when fedora is not defined
* Mon Mar 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.13.6-1
- Update to upstream version 0.13.6