]> git.pld-linux.org Git - packages/graphviz.git/blob - graphviz.spec
27bc4211387761ec10fb82800681d97ee690eec0
[packages/graphviz.git] / graphviz.spec
1 Summary:        Graph Visualization Tools
2 Summary(pl):    Narzêdzie do wizualizacji w postaci grafów
3 Name:           graphviz
4 Version:        1.8.4
5 Release:        1
6 License:        custom (AT&T)
7 Group:          X11/Applications/Graphics
8 Source0:        http://www.graphviz.org/pub/graphviz/%{name}-%{version}.tar.gz
9 URL:            http://www.graphviz.org/
10 BuildRequires:  XFree86-devel
11 BuildRequires:  bison
12 BuildRequires:  flex
13 BuildRequires:  freetype-devel
14 BuildRequires:  gawk
15 BuildRequires:  libjpeg-devel
16 BuildRequires:  libpng-devel
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  tcl-devel >= 8.3.0
19 BuildRequires:  zlib-devel
20
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _mandir         %{_prefix}/man
25
26 %description
27 A collection of tools and tcl packages for the manipulation and layout
28 of graphs (as in nodes and edges, not as in barcharts).
29
30 %description -l pl
31 Kolekcja narzêdzi oraz pakietów tcl s³u¿±cych do manipulacji i
32 rozmieszczania grafów.
33
34 %prep
35 %setup -q
36
37 %build
38 libtoolize --copy --force
39 aclocal
40 autoconf
41 automake -a -c -f
42 %configure 
43 # \
44 #       --with-dynagraph
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 gzip -9 AUTHORS COPYING ChangeLog FAQ.txt NEWS
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %post   -p /sbin/ldconfig
59 %postun -p /sbin/ldconfig
60
61 %files
62 %defattr(644,root,root,755)
63 %attr(755,root,root) %{_bindir}/*
64 %dir %{_libdir}/%{name}
65 %{_libdir}/%{name}/*.tcl
66 %attr(755,root,root) %{_libdir}/%{name}/lib*.so.*.*
67 %{_libdir}/%{name}/graphs
68 %dir %{_libdir}/%{name}/lefty
69 %attr(755,root,root) %{_libdir}/%{name}/lefty/*
70
71 %{_mandir}/man1/*
72 %{_mandir}/mann/*
This page took 0.041782 seconds and 2 git commands to generate.