Bug #163840
This commit is contained in:
parent
cf619ee421
commit
acb1d51d6e
@ -1,41 +1,43 @@
|
|||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Name: graphviz
|
Name: graphviz
|
||||||
|
|
||||||
Version: 2.4
|
Version: 2.4
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: CPL
|
License: CPL
|
||||||
|
|
||||||
URL: http://www.graphviz.org/
|
URL: http://www.graphviz.org/
|
||||||
Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
|
Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: zlib-devel libpng-devel libjpeg-devel expat-devel freetype-devel >= 2
|
BuildRequires: zlib-devel libpng-devel libjpeg-devel expat-devel freetype-devel >= 2
|
||||||
BuildRequires: /bin/ksh bison m4 flex
|
BuildRequires: /bin/ksh bison m4 flex
|
||||||
BuildRequires: tcl-devel >= 8.3
|
BuildRequires: tcl-devel >= 8.3
|
||||||
BuildRequires: tk-devel
|
BuildRequires: tk-devel
|
||||||
BuildRequires: fontconfig-devel xorg-x11-devel
|
BuildRequires: fontconfig-devel xorg-x11-devel
|
||||||
BuildRequires: php-devel guile-devel
|
BuildRequires: php-devel guile-devel
|
||||||
|
Requires(post): %{_bindir}/dot
|
||||||
|
Requires(postun): %{_bindir}/d
|
||||||
|
|
||||||
%package tcl
|
%package tcl
|
||||||
Summary: Tcl extension tools for %{name}
|
Summary: Tcl extension tools for %{name}
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Requires: %{name} = %{version}-%{release} tcl >= 8.3 tk
|
Requires: %{name} = %{version}-%{release} tcl >= 8.3 tk
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for %{name}
|
Summary: Development package for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release} pkgconfig
|
Requires: %{name} = %{version}-%{release} pkgconfig
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: PDF and HTML documents for %{name}
|
Summary: PDF and HTML documents for %{name}
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
|
|
||||||
%package graphs
|
%package graphs
|
||||||
Summary: Demo graphs for %{name}
|
Summary: Demo graphs for %{name}
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
|
|
||||||
%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
|
||||||
@ -64,7 +66,8 @@ Some demo graphs for %{name}.
|
|||||||
|
|
||||||
%configure --with-x \
|
%configure --with-x \
|
||||||
--with-mylibgd \
|
--with-mylibgd \
|
||||||
--disable-dependency-tracking
|
--disable-dependency-tracking \
|
||||||
|
--disable-static
|
||||||
|
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
@ -137,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/dot -V 2>/dev/null
|
%{_bindir}/dot -V 2>/dev/null
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 22 2005 Oliver Falk <oliver@linux-kernel.at> - 2.4-2
|
||||||
|
- Bug #163840
|
||||||
|
|
||||||
* Thu Aug 11 2005 Oliver Falk <oliver@linux-kernel.at> - 2.4-1
|
* Thu Aug 11 2005 Oliver Falk <oliver@linux-kernel.at> - 2.4-1
|
||||||
- Update
|
- Update
|
||||||
- Took over maintainership
|
- Took over maintainership
|
||||||
|
Loading…
Reference in New Issue
Block a user