Switched to libgs-devel
Resolves: rhbz#1534666 Made the build verbose (without silent rules)
This commit is contained in:
parent
18547b2cb5
commit
f54de177a4
@ -49,7 +49,7 @@
|
|||||||
Name: graphviz
|
Name: graphviz
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Version: 2.40.1
|
Version: 2.40.1
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: EPL
|
License: EPL
|
||||||
URL: http://www.graphviz.org/
|
URL: http://www.graphviz.org/
|
||||||
@ -281,7 +281,7 @@ sed -i 's|sitearchdir|vendorarchdir|' config/config_ruby.rb
|
|||||||
export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbConfig::CONFIG['sitearch'])" || echo /dev/null`
|
export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbConfig::CONFIG['sitearch'])" || echo /dev/null`
|
||||||
%configure --with-x --disable-static --disable-dependency-tracking \
|
%configure --with-x --disable-static --disable-dependency-tracking \
|
||||||
--without-mylibgd --with-ipsepcola --with-pangocairo \
|
--without-mylibgd --with-ipsepcola --with-pangocairo \
|
||||||
--with-gdk-pixbuf --with-visio \
|
--with-gdk-pixbuf --with-visio --disable-silent-rules \
|
||||||
%if ! %{LASI}
|
%if ! %{LASI}
|
||||||
--without-lasi \
|
--without-lasi \
|
||||||
%endif
|
%endif
|
||||||
@ -559,6 +559,11 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*.3tcl*
|
%{_mandir}/man3/*.3tcl*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 15 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 2.40.1-16
|
||||||
|
- Switched to libgs-devel
|
||||||
|
Resolves: rhbz#1534666
|
||||||
|
- Made the build verbose (without silent rules)
|
||||||
|
|
||||||
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.40.1-15
|
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.40.1-15
|
||||||
- F-28: rebuild for ruby25
|
- F-28: rebuild for ruby25
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user