]> git.pld-linux.org Git - packages/daVinci.git/blob - daVinci.spec
- added using CVS keywords in %changelog (for automating them).
[packages/daVinci.git] / daVinci.spec
1 Summary: daVinci is a universal, generic visualization system for automatic generation of high-quality drawings of directed graphs.
2 Name: daVinci
3 Version: 2.1
4 Release: 1
5
6
7 URL: http://www.tzi.de/~davinci/daVinci_get_daVinci.html
8 Copyright: daVinci is licensed free of charge for non-profit or internal use.
9 Group: X11/Applications/Graphics
10
11
12 Source0: daVinci_V2.1_Linux_RedHat5.tar.gz
13 Source1: daVinci.csh
14 Source2: daVinci.sh
15 Source3: daVinci.wmconfig
16 ExclusiveArch: i386
17 BuildRoot:      /tmp/%{name}-%{version}-root
18 Packager: Andrea Borgia <borgia@cs.unibo.it>
19
20
21 %description
22 daVinci is a universal, generic visualization system for automatic generation
23 of high-quality drawings of directed graphs. Graphs are frequently used in
24 computer applications as a general data structure to represent objects and
25 relationships between them. They are used to implement hierarchies,
26 dependency structures, networks, configurations, dataflows, and so on. In
27 despite of this manifold demand, techniques to visualize such graphs are not
28 common in today's computer applications. So frequently a user has to deal
29 with uncomfortable textual interfaces or poor ad-hoc drawings of graphs,
30 because high-quality graph layout is difficult to implement and reusable
31 tools for graph visualization are often hard to find. 
32
33
34 %prep
35 %setup -n daVinci_V2.1
36
37
38 %install
39 mkdir -p $RPM_BUILD_ROOT/usr/X11R6/bin
40 mkdir -p $RPM_BUILD_ROOT/usr/local/daVinci_V2.1
41 mkdir -p $RPM_BUILD_ROOT/etc/X11/wmconfig
42 mkdir -p $RPM_BUILD_ROOT/etc/profile.d
43 cp -r * $RPM_BUILD_ROOT/usr/local/daVinci_V2.1
44 cp $RPM_SOURCE_DIR/daVinci.sh $RPM_BUILD_ROOT/etc/profile.d/daVinci.sh
45 cp $RPM_SOURCE_DIR/daVinci.csh $RPM_BUILD_ROOT/etc/profile.d/daVinci.csh
46 cp $RPM_SOURCE_DIR/daVinci.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/daVinci
47 cd $RPM_BUILD_ROOT/usr/X11R6/bin
48 ln -s ../../local/daVinci_V2.1/daVinci
49
50
51 %clean
52 rm -rf * $RPM_BUILD_ROOT
53
54
55 %files
56 %attr(-,root,root) /usr/X11R6/bin/daVinci
57 %attr(-,root,root) /usr/local/daVinci_V2.1
58 %attr(-,root,root) /etc/X11/wmconfig/daVinci
59 %attr(-,root,root) /etc/profile.d/daVinci.sh
60 %attr(-,root,root) /etc/profile.d/daVinci.csh
This page took 0.056044 seconds and 4 git commands to generate.