- don't expect that java-devel resolves as gcj
This commit is contained in:
parent
d683c5dcc8
commit
291bbd5bd8
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: %{setools_maj_ver}.%{setools_min_ver}
|
Version: %{setools_maj_ver}.%{setools_min_ver}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://oss.tresys.com/projects/setools
|
URL: http://oss.tresys.com/projects/setools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -187,7 +187,8 @@ This package includes the following graphical tools:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libdir=%{_libdir} --disable-bwidget-check --disable-selinux-check --enable-swig-python --enable-swig-java --enable-swig-tcl
|
%configure --libdir=%{_libdir} --disable-bwidget-check --disable-selinux-check \
|
||||||
|
--enable-swig-python --enable-swig-java --enable-swig-tcl --with-java-prefix=/usr/lib/jvm/java
|
||||||
# work around issue with gcc 4.3 + gnu99 + swig-generated code:
|
# work around issue with gcc 4.3 + gnu99 + swig-generated code:
|
||||||
sed -i -e 's:$(CC):gcc -std=gnu89:' libseaudit/swig/python/Makefile
|
sed -i -e 's:$(CC):gcc -std=gnu89:' libseaudit/swig/python/Makefile
|
||||||
%ifarch sparc sparcv9 sparc64 s390 s390x
|
%ifarch sparc sparcv9 sparc64 s390 s390x
|
||||||
@ -343,6 +344,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%postun libs-tcl -p /sbin/ldconfig
|
%postun libs-tcl -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 5 2009 Dan Horák <dan[at]danny.cz> - 3.3.5-8
|
||||||
|
- don't expect that java-devel resolves as gcj
|
||||||
|
|
||||||
* Sun Apr 5 2009 Dan Horák <dan[at]danny.cz> - 3.3.5-7
|
* Sun Apr 5 2009 Dan Horák <dan[at]danny.cz> - 3.3.5-7
|
||||||
- add support for s390x
|
- add support for s390x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user