This commit is contained in:
parent
596c0fe124
commit
08b8297e84
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 29 21:11:37 CEST 2007 - aj@suse.de
|
||||||
|
|
||||||
|
- Add bison to BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 11 11:30:14 CEST 2006 - pth@suse.de
|
Fri Aug 11 11:30:14 CEST 2006 - pth@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package graphviz (Version 2.6)
|
# spec file for package graphviz (Version 2.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,9 +11,9 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: graphviz
|
Name: graphviz
|
||||||
BuildRequires: expat freetype2-devel gcc-c++ libjpeg-devel libpng-devel libstdc++-devel pkgconfig swig tk-devel xorg-x11-devel
|
BuildRequires: bison expat freetype2-devel gcc-c++ libjpeg-devel libpng-devel libstdc++-devel pkgconfig swig tk-devel xorg-x11-devel
|
||||||
Version: 2.6
|
Version: 2.6
|
||||||
Release: 22
|
Release: 61
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
@ -193,7 +193,9 @@ touch $RPM_BUILD_ROOT/usr/lib/graphviz/config
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog -n graphviz
|
%changelog
|
||||||
|
* Thu Mar 29 2007 - aj@suse.de
|
||||||
|
- Add bison to BuildRequires.
|
||||||
* Fri Aug 11 2006 - pth@suse.de
|
* Fri Aug 11 2006 - pth@suse.de
|
||||||
- Adapt to new X11 paths.
|
- Adapt to new X11 paths.
|
||||||
* Mon Apr 03 2006 - pnemec@suse.cz
|
* Mon Apr 03 2006 - pnemec@suse.cz
|
||||||
@ -227,13 +229,13 @@ touch $RPM_BUILD_ROOT/usr/lib/graphviz/config
|
|||||||
* Sat Mar 27 2004 - sndirsch@suse.de
|
* Sat Mar 27 2004 - sndirsch@suse.de
|
||||||
- update to graphviz-1.12
|
- update to graphviz-1.12
|
||||||
* general
|
* general
|
||||||
- rename bcc -> bcomps to avoid name conflict with
|
- rename bcc -> bcomps to avoid name conflict with
|
||||||
"Bruce's C Compiler" on Redhat distributions.
|
"Bruce's C Compiler" on Redhat distributions.
|
||||||
- all build without X11 (fix problem in lefty tree)
|
- all build without X11 (fix problem in lefty tree)
|
||||||
- remove from distribution:
|
- remove from distribution:
|
||||||
dag, fdp, geo, grid, incr, shape, tcldgr, tcldgl
|
dag, fdp, geo, grid, incr, shape, tcldgr, tcldgl
|
||||||
* dotneato
|
* dotneato
|
||||||
- fix "brown-bag" problem resulting in PNG and JPEG errors on
|
- fix "brown-bag" problem resulting in PNG and JPEG errors on
|
||||||
RH8 and RH9.
|
RH8 and RH9.
|
||||||
- removed hunks for dag, fdp, grid, tcldgl from codecleanup patch;
|
- removed hunks for dag, fdp, grid, tcldgl from codecleanup patch;
|
||||||
directories were dropped upstream (see 1.12 changelog above)
|
directories were dropped upstream (see 1.12 changelog above)
|
||||||
|
Loading…
Reference in New Issue
Block a user