Rebuilt with -fno-strict-overflow to workaround the overflow problem
(upstream ticket: http://www.graphviz.org/mantisbt/view.php?id=2244) - The dot_builtins was removed rather then excluded to fix the dangling symlinks problem in debuginfo
This commit is contained in:
parent
a865fbb4fc
commit
519f1aa361
@ -48,7 +48,7 @@
|
|||||||
Name: graphviz
|
Name: graphviz
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Version: 2.28.0
|
Version: 2.28.0
|
||||||
Release: 24%{?dist}
|
Release: 25%{?dist}
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: EPL
|
License: EPL
|
||||||
URL: http://www.graphviz.org/
|
URL: http://www.graphviz.org/
|
||||||
@ -300,7 +300,8 @@ export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbCon
|
|||||||
--without-qt \
|
--without-qt \
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing %{?FFSTORE}" CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing %{?FFSTORE}"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}" \
|
||||||
|
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -334,6 +335,9 @@ mv %{buildroot}%{_datadir}/%{name}/demo %{buildroot}%{_docdir}/%{name}-%{version
|
|||||||
# Rename python demos to prevent byte compilation
|
# Rename python demos to prevent byte compilation
|
||||||
find %{buildroot}%{_docdir}/%{name}-%{version}/demo -type f -name "*.py" -exec mv {} {}.demo ';'
|
find %{buildroot}%{_docdir}/%{name}-%{version}/demo -type f -name "*.py" -exec mv {} {}.demo ';'
|
||||||
|
|
||||||
|
# Remove dot_builtins, on demand loading should be sufficient
|
||||||
|
rm -f %{buildroot}%{_bindir}/dot_builtins
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Minimal load test of php extension
|
# Minimal load test of php extension
|
||||||
LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
|
LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
|
||||||
@ -394,7 +398,6 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc %{_docdir}/%{name}-%{version}
|
%doc %{_docdir}/%{name}-%{version}
|
||||||
%exclude %{_bindir}/dot_builtins
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%dir %{_libdir}/graphviz
|
%dir %{_libdir}/graphviz
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
@ -531,6 +534,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 9 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-25
|
||||||
|
- Rebuilt with -fno-strict-overflow to workaround the overflow problem
|
||||||
|
(upstream ticket: http://www.graphviz.org/mantisbt/view.php?id=2244)
|
||||||
|
- The dot_builtins was removed rather then excluded to fix the dangling
|
||||||
|
symlinks problem in debuginfo
|
||||||
|
|
||||||
* Wed Oct 17 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-24
|
* Wed Oct 17 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28.0-24
|
||||||
- Rebuilt for new ocaml
|
- Rebuilt for new ocaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user