- flex-static has been renamed to flex-devel with Fedora-18 and RHEL-7
This commit is contained in:
parent
09e58d624d
commit
432025e059
10
motif.spec
10
motif.spec
@ -12,7 +12,14 @@ Provides: openmotif = %{version}-%{release}
|
|||||||
Requires: xorg-x11-xbitmaps
|
Requires: xorg-x11-xbitmaps
|
||||||
Requires: xorg-x11-xinit
|
Requires: xorg-x11-xinit
|
||||||
|
|
||||||
BuildRequires: automake, libtool, autoconf, flex, flex-static%{?_isa}
|
BuildRequires: automake, libtool, autoconf, flex
|
||||||
|
# flex static libs have been part of flex for RHEL <= 6 and Fedora <= 12
|
||||||
|
%if 0%{?fedora} > 17 && 0%{?rhel} > 6
|
||||||
|
BuildRequires: flex-devel%{?_isa}
|
||||||
|
%endif
|
||||||
|
%if 0%{?fedora} > 12 && 0%{?fedora} <= 17
|
||||||
|
BuildRequires: flex-static%{?_isa}
|
||||||
|
%endif
|
||||||
BuildRequires: byacc, pkgconfig
|
BuildRequires: byacc, pkgconfig
|
||||||
BuildRequires: libjpeg-devel%{?_isa} libpng-devel%{?_isa}
|
BuildRequires: libjpeg-devel%{?_isa} libpng-devel%{?_isa}
|
||||||
BuildRequires: libXft-devel%{?_isa} libXmu-devel%{?_isa} libXp-devel%{?_isa}
|
BuildRequires: libXft-devel%{?_isa} libXmu-devel%{?_isa} libXp-devel%{?_isa}
|
||||||
@ -122,6 +129,7 @@ rm -rf %{buildroot}
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 26 2012 Thomas Woerner <twoerner@redhat.com> 2.3.4-2
|
* Fri Oct 26 2012 Thomas Woerner <twoerner@redhat.com> 2.3.4-2
|
||||||
- fixed requirements according to review (RHBZ#870049)
|
- fixed requirements according to review (RHBZ#870049)
|
||||||
|
- flex-static has been renamed to flex-devel with Fedora-18 and RHEL-7
|
||||||
|
|
||||||
* Thu Oct 25 2012 Thomas Woerner <twoerner@redhat.com> 2.3.4-1
|
* Thu Oct 25 2012 Thomas Woerner <twoerner@redhat.com> 2.3.4-1
|
||||||
- new version 2.3.4 with LGPL license
|
- new version 2.3.4 with LGPL license
|
||||||
|
Loading…
Reference in New Issue
Block a user