]> git.pld-linux.org Git - packages/graphviz.git/blob - graphviz.spec
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
[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 >= 2.0.0
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24
25 %description
26 A collection of tools and tcl packages for the manipulation and layout
27 of graphs (as in nodes and edges, not as in barcharts).
28
29 %description -l pl
30 Kolekcja narzêdzi oraz pakietów tcl s³u¿±cych do manipulacji i
31 rozmieszczania grafów.
32
33 %prep
34 %setup -q
35
36 %build
37 rm -f missing
38 %{__libtoolize}
39 aclocal
40 %{__autoconf}
41 %{__automake}
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.073848 seconds and 3 git commands to generate.