OBS User unknown 2008-10-24 14:59:41 +00:00 committed by Git OBS Bridge
parent da2160d21f
commit 20294a3570
4 changed files with 52 additions and 16 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 24 16:05:18 CEST 2008 - mrueckert@suse.de
- fix build with newer libtool
- fix debug package requires
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 13 15:04:23 CEST 2008 - pth@suse.de Mon Oct 13 15:04:23 CEST 2008 - pth@suse.de

View File

@ -30,7 +30,7 @@ BuildRequires: graphviz gtkglext-devel libglade2-devel libgnomeui-devel
BuildRequires: fdupes BuildRequires: fdupes
%endif %endif
Version: 2.20.2 Version: 2.20.2
Release: 5 Release: 6
AutoReqProv: on AutoReqProv: on
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
@ -51,12 +51,12 @@ Url: http://www.graphviz.org/
License: IBM Public License License: IBM Public License
Prefix: /usr Prefix: /usr
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: /bin/cat PreReq: coreutils
%define rb_libdir %{_libdir}/ruby %define rb_libdir %{_libdir}/ruby
%define rb_sitedir %{rb_libdir}/site_ruby/%{rb_ver} %define rb_sitedir %{rb_libdir}/site_ruby/%{rb_ver}
%define rb_vendordir %{rb_libdir}/vendor_ruby/%{rb_ver} %define rb_vendordir %{rb_libdir}/vendor_ruby/%{rb_ver}
%define lua_libdir %{_libdir}/lua/%(pkg-config --variable=V lua) %define lua_libdir %{_libdir}/lua/%(pkg-config --variable=V lua)
%define debug_package_requires graphviz = %{version} %define debug_package_requires graphviz_plugin = %{version}-%{release}
%description %description
A collection of tools and tcl packages for the manipulation and layout A collection of tools and tcl packages for the manipulation and layout
@ -78,8 +78,9 @@ Authors:
License: IBM Public License License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: Graphviz plugins that use gtk/GNOME Summary: Graphviz plugins that use gtk/GNOME
Requires: graphviz = %{version} PreReq: graphviz = %{version}
PreReq: /bin/rm PreReq: coreutils
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-gnome %description -n graphviz-gnome
Graphviz plugins that use gtk/GNOME. Graphviz plugins that use gtk/GNOME.
@ -100,8 +101,9 @@ Authors:
License: IBM Public License License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: Graphviz plugin for renderers based on gd Summary: Graphviz plugin for renderers based on gd
Requires: graphviz = %{version} gd PreReq: graphviz = %{version} gd
PreReq: /bin/rm PreReq: coreutils
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-gd %description -n graphviz-gd
The graphviz-gd package contains the gd extensions for the graphviz The graphviz-gd package contains the gd extensions for the graphviz
@ -124,6 +126,7 @@ License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Requires: graphviz = %{version} guile Requires: graphviz = %{version} guile
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-guile %description -n graphviz-guile
A collection of tools and tcl packages for the manipulation and layout A collection of tools and tcl packages for the manipulation and layout
@ -146,6 +149,7 @@ License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Requires: graphviz = %{version} java Requires: graphviz = %{version} java
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-java %description -n graphviz-java
A collection of tools and tcl packages for the manipulation and layout A collection of tools and tcl packages for the manipulation and layout
@ -168,6 +172,7 @@ License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: Lua extension for graphviz Summary: Lua extension for graphviz
Requires: graphviz = %{version} lua Requires: graphviz = %{version} lua
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-lua %description -n graphviz-lua
The graphviz-lua package contains the lua extension for the graphviz The graphviz-lua package contains the lua extension for the graphviz
@ -190,6 +195,7 @@ License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: OCAML extension for graphviz Summary: OCAML extension for graphviz
Requires: graphviz = %{version} ocaml Requires: graphviz = %{version} ocaml
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-ocaml %description -n graphviz-ocaml
The graphviz-ocaml package contains the Objective Caml extension for The graphviz-ocaml package contains the Objective Caml extension for
@ -212,6 +218,7 @@ License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: Perl extension for Graphviz Summary: Perl extension for Graphviz
Requires: graphviz = %{version} perl Requires: graphviz = %{version} perl
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-perl %description -n graphviz-perl
The graphviz-perl package contains the Perl extension for the graphviz The graphviz-perl package contains the Perl extension for the graphviz
@ -234,6 +241,7 @@ License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: PHP Extension for Graphviz Summary: PHP Extension for Graphviz
Requires: graphviz = %{version} php5 Requires: graphviz = %{version} php5
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-php %description -n graphviz-php
The graphviz-php package contains the PHP extension for the graphviz The graphviz-php package contains the PHP extension for the graphviz
@ -256,6 +264,7 @@ License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: Python Extension for Graphviz Summary: Python Extension for Graphviz
Requires: graphviz = %{version} python Requires: graphviz = %{version} python
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-python %description -n graphviz-python
The graphviz-python package contains the Python extension for the The graphviz-python package contains the Python extension for the
@ -278,6 +287,7 @@ License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: Ruby Extension for Graphviz Summary: Ruby Extension for Graphviz
Requires: graphviz = %{version} ruby Requires: graphviz = %{version} ruby
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-ruby %description -n graphviz-ruby
The graphviz-ruby package contains the ruby extension for the graphviz The graphviz-ruby package contains the ruby extension for the graphviz
@ -300,6 +310,7 @@ License: IBM Public License
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Summary: C# Extension for Graphviz Summary: C# Extension for Graphviz
Requires: graphviz = %{version} mono-core Requires: graphviz = %{version} mono-core
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-sharp %description -n graphviz-sharp
The graphviz-sharp package contains the C# extension for the graphviz The graphviz-sharp package contains the C# extension for the graphviz
@ -322,6 +333,7 @@ License: IBM Public License
Group: Development/Libraries/Tcl Group: Development/Libraries/Tcl
Summary: Tcl extension tools for graphviz Summary: Tcl extension tools for graphviz
Requires: graphviz = %{version} tcl >= 8.3 tk Requires: graphviz = %{version} tcl >= 8.3 tk
Provides: graphviz_plugin = %{version}-%{release}
%description -n graphviz-tcl %description -n graphviz-tcl
The graphviz-tcl package contains the various tcl packages (extensions) The graphviz-tcl package contains the various tcl packages (extensions)
@ -395,6 +407,7 @@ export CPPFLAGS="%optflags"
--disable-dependency-tracking \ --disable-dependency-tracking \
--with-ipsepcola \ --with-ipsepcola \
--without-ming \ --without-ming \
--enable-ltdl-install=no \
--disable-io --disable-io
%{__make} DESTDIR=%buildroot %{?jobs:-j%jobs} %{__make} DESTDIR=%buildroot %{?jobs:-j%jobs}
@ -444,13 +457,17 @@ done
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/graphviz/libgvplugin_gd.so* %{_libdir}/graphviz/libgvplugin_gd.so*
%post -n graphviz-gd -p "%{_bindir}/dot -c" %post -n graphviz-gd
%{_bindir}/dot -c
%postun -n graphviz-gd -p "%{_bindir}/dot -c" %postun -n graphviz-gd
%{_bindir}/dot -c
%post -n graphviz-gnome -p "%{_bindir}/dot -c" %post -n graphviz-gnome
%{_bindir}/dot -c
%postun -n graphviz-gnome -p "%{_bindir}/dot -c" %postun -n graphviz-gnome
%{_bindir}/dot -c
%files -n graphviz-gnome %files -n graphviz-gnome
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -556,6 +573,9 @@ done
%doc __doc/* %doc __doc/*
%changelog %changelog
* Fri Oct 24 2008 mrueckert@suse.de
- fix build with newer libtool
- fix debug package requires
* Mon Oct 13 2008 pth@suse.de * Mon Oct 13 2008 pth@suse.de
- Fix vulnerability that allowed overflowing gstack (bnc#433747) - Fix vulnerability that allowed overflowing gstack (bnc#433747)
* Wed Sep 17 2008 dmueller@suse.de * Wed Sep 17 2008 dmueller@suse.de

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 24 16:04:56 CEST 2008 - mrueckert@suse.de
- fix build with newer libtool
- fix requires of debug package
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 13 15:03:50 CEST 2008 - pth@suse.de Mon Oct 13 15:03:50 CEST 2008 - pth@suse.de

View File

@ -25,7 +25,7 @@ BuildRequires: xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libXpm-devel
BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-devel xorg-x11-libXt-devel BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-devel xorg-x11-libXt-devel
PreReq: /bin/rm PreReq: /bin/rm
Version: 2.20.2 Version: 2.20.2
Release: 42 Release: 43
AutoReqProv: on AutoReqProv: on
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
@ -123,6 +123,7 @@ export CPPFLAGS="%optflags"
--with-mylibgd \ --with-mylibgd \
--disable-static \ --disable-static \
--disable-dependency-tracking \ --disable-dependency-tracking \
--enable-ltdl-install=no \
--with-ipsepcola \ --with-ipsepcola \
--without-ming \ --without-ming \
--disable-io --disable-io
@ -188,10 +189,10 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
%doc %{_mandir}/man7/*.7* %doc %{_mandir}/man7/*.7*
%dir %{_libdir}/%{name} %dir %{_libdir}/%{name}
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_libdir}/graphviz/*.so.* %{_libdir}/graphviz/*.so*
%{_libdir}/graphviz/libgvplugin_core* #%{_libdir}/graphviz/libgvplugin_core*
%{_libdir}/graphviz/libgvplugin_dot_layout* #%{_libdir}/graphviz/libgvplugin_dot_layout*
%{_libdir}/graphviz/libgvplugin_neato_layout* #%{_libdir}/graphviz/libgvplugin_neato_layout*
#%{_libdir}/graphviz/libgvplugin_xlib* #%{_libdir}/graphviz/libgvplugin_xlib*
/etc/ld.so.conf.d/graphviz.conf /etc/ld.so.conf.d/graphviz.conf
%ghost %{_libdir}/graphviz/config %ghost %{_libdir}/graphviz/config
@ -207,6 +208,9 @@ if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_li
%{_mandir}/man3/*.3.gz %{_mandir}/man3/*.3.gz
%changelog %changelog
* Fri Oct 24 2008 mrueckert@suse.de
- fix build with newer libtool
- fix requires of debug package
* Mon Oct 13 2008 pth@suse.de * Mon Oct 13 2008 pth@suse.de
- Fix vulnerability that allowed overflowing gstack (bnc#433747) - Fix vulnerability that allowed overflowing gstack (bnc#433747)
* Thu Jul 10 2008 pth@suse.de * Thu Jul 10 2008 pth@suse.de