auto-import changelog data from graphviz-1.12-0.fdr.2.1.src.rpm

1.12-0.fdr.2
- BuildRequire m4 to work around https://bugzilla.redhat.com/108655 on FC1.
1.12-0.fdr.1
- Update to 1.12.
1.10-0.fdr.3
- Applied patch to fix build on FC1
This commit is contained in:
cvsextras 2004-11-08 04:31:13 +00:00
parent 48fc3548e9
commit 75d381b499
3 changed files with 20 additions and 18 deletions

View File

@ -1 +1 @@
graphviz-1.10.tar.gz graphviz-1.12.tar.gz

View File

@ -1,24 +1,24 @@
# Note: graphviz requires gd with gif support, hence use internal one for now.
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Name: graphviz Name: graphviz
Version: 1.10 Version: 1.12
Release: 0.fdr.2.rh90 Release: 0.fdr.2.1
Epoch: 0 Epoch: 0
Group: Applications/Multimedia Group: Applications/Multimedia
Copyright: AT&T open source (see COPYING) License: AT&T open source (see COPYING)
URL: http://www.graphviz.org/ URL: http://www.graphviz.org/
Source: graphviz-%{version}.tar.gz Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-1.12.tar.gz
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: zlib-devel libpng-devel libjpeg-devel XFree86-devel expat-devel BuildRequires: zlib-devel libpng-devel libjpeg-devel XFree86-devel expat-devel
BuildRequires: bison flex tk BuildRequires: bison m4 flex tk tcl >= 0:8.3
BuildRequires: tcl >= 0:8.3
BuildRequires: /usr/include/tcl.h /usr/include/tk.h BuildRequires: /usr/include/tcl.h /usr/include/tk.h
%package devel %package devel
Summary: Development package for %{name} Summary: Development package for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name} = %{epoch}:%{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
of graphs (as in nodes and edges, not as in barcharts). of graphs (as in nodes and edges, not as in barcharts).
@ -28,12 +28,10 @@ A collection of tools and tcl packages for the manipulation and layout
of graphs (as in nodes and edges, not as in barcharts). of graphs (as in nodes and edges, not as in barcharts).
This package contains development files for %{name} This package contains development files for %{name}
# -----------------------------------------------------------------------------
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
# -----------------------------------------------------------------------------
%build %build
# XXX ix86 only used to have -ffast-math, let's use everywhere # XXX ix86 only used to have -ffast-math, let's use everywhere
@ -41,7 +39,6 @@ This package contains development files for %{name}
%configure --with-x %configure --with-x
make docdir=%{_docdir}/%{name} %{?_smp_mflags} make docdir=%{_docdir}/%{name} %{?_smp_mflags}
# -----------------------------------------------------------------------------
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -51,12 +48,10 @@ make \
transform='s,x,x,' \ transform='s,x,x,' \
install install
# -----------------------------------------------------------------------------
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
# -----------------------------------------------------------------------------
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -73,14 +68,21 @@ rm -rf $RPM_BUILD_ROOT
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_includedir}/%{name} %{_includedir}/%{name}
# libltdl in use -> need *.la
%{_libdir}/%{name}/*.la %{_libdir}/%{name}/*.la
%{_libdir}/%{name}/*.so %{_libdir}/%{name}/*.so
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
# -----------------------------------------------------------------------------
%changelog %changelog
* Thu Jun 3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.2
- BuildRequire m4 to work around https://bugzilla.redhat.com/108655 on FC1.
* Tue May 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
- Update to 1.12.
* Tue Nov 11 2003 Dams <anvil[AT]livna.org> 0:1.10-0.fdr.3
- Applied patch to fix build on FC1
* Sat Aug 23 2003 Dams <anvil[AT]livna.org> 0:1.10-0.fdr.2 * Sat Aug 23 2003 Dams <anvil[AT]livna.org> 0:1.10-0.fdr.2
- Hopefully fixed BuildRequires - Hopefully fixed BuildRequires

View File

@ -1 +1 @@
e1402531abff68d146bf94e72b44dc2a graphviz-1.10.tar.gz 84910caae072c714d107ca9f3e54ace0 graphviz-1.12.tar.gz