Author: qboosh Date: Mon Feb 21 12:20:07 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.2, added cairo,fixes patches - License is CPL 1.0 now - gcc34 patch probably needs update
---- Files affected: SPECS: graphviz.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/graphviz.spec diff -u SPECS/graphviz.spec:1.32 SPECS/graphviz.spec:1.33 --- SPECS/graphviz.spec:1.32 Sun Oct 31 12:16:23 2004 +++ SPECS/graphviz.spec Mon Feb 21 13:20:01 2005 @@ -8,24 +8,26 @@ Summary: Graph Visualization Tools Summary(pl): Narzędzie do wizualizacji w postaci grafów Name: graphviz -Version: 1.16 -Release: 2 -License: custom (AT&T) +Version: 2.2 +Release: 1 +License: CPL v1.0 Group: X11/Applications/Graphics Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz -# Source0-md5: a2a3bd1b9fe807c46e676fb9a3f0ba22 +# Source0-md5: 9275d30695a5c22f360acbef7b85acd3 Patch0: %{name}-fontpath.patch -Patch1: %{name}-gcc34.patch +Patch1: %{name}-cairo.patch +Patch2: %{name}-fixes.patch +Patch3: %{name}-gcc34.patch URL: http://www.graphviz.org/ BuildRequires: XFree86-devel -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: bison BuildRequires: flex BuildRequires: freetype-devel >= 2.0.0 BuildRequires: gawk %{?with_dynagraph:BuildRequires: gcc-c++ >= 5:3.1} -BuildRequires: gd-devel >= 2.0.29 +BuildRequires: gd-devel >= 2.0.33 BuildRequires: gettext-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel @@ -36,7 +38,7 @@ BuildRequires: tcl-devel >= 8.3.0 BuildRequires: tk-devel >= 8.3.0 BuildRequires: zlib-devel -Requires: gd >= 2.0.29 +Requires: gd >= 2.0.33 Requires: libsvg-cairo >= 0.1.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -90,11 +92,15 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 +# needs update +#%patch3 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure \ %{?with_dynagraph:--enable-dynagraph} \ @@ -123,7 +129,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS COPYING ChangeLog FAQ.txt NEWS doc/*.pdf +%doc AUTHORS COPYING ChangeLog NEWS doc/*.pdf %attr(755,root,root) %{_bindir}/* %exclude %{_bindir}/dotneato-config %dir %{_libdir}/graphviz @@ -167,6 +173,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2005/02/21 12:20:01 qboosh +- updated to 2.2, added cairo,fixes patches +- License is CPL 1.0 now +- gcc34 patch probably needs update + Revision 1.32 2004/10/31 11:16:23 qboosh - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/graphviz.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
