]> git.pld-linux.org Git - packages/daVinci.git/blob - daVinci.spec
%description -l pl
[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 %description -l pl
34 daVinci jest uniwersalnym, ogólnym systemem wizualizacji s³u¿±cym do 
35 automatycznego tworzenia wysokiej jako¶ci rysunków grafów skierowanych.
36 W aplikacjach komputerowych czêsto u¿ywa siê grafów jako ogólnej struktury 
37 danych, reprezentuj±cej obiekty oraz zwi±zki miêdzy nimi. Uzywa siê ich
38 do implementacji hierarchii, struktur zalezno¶ci, sieci, konfiguracji,
39 przep³ywu danych itd. Mimo wielorakiego zapotzrebowania, w dzisiejszych
40 aplikacjach wci±¿ brakuje technik s³u¿±cych wizualizacji takich grafów. 
41 Czêsto wiêc u¿ytkownik musi pos³ugiwaæ siê niewygodnymi interfejsami 
42 tekstowymi lub prowizorycznymi rysunkami grafów, poniewa¿ trudno
43 zaimplemetowaæ wysokiej jako¶ci uk³ad grafów i trudno znale¼æ narzêdzia 
44 do wizualizacji grafów nadaj±cych siê do wielokrotnego wykorzystania.
45
46 %prep
47 %setup -n daVinci_V2.1
48
49
50 %install
51 mkdir -p $RPM_BUILD_ROOT/usr/X11R6/bin
52 mkdir -p $RPM_BUILD_ROOT/usr/local/daVinci_V2.1
53 mkdir -p $RPM_BUILD_ROOT/etc/X11/wmconfig
54 mkdir -p $RPM_BUILD_ROOT/etc/profile.d
55 cp -r * $RPM_BUILD_ROOT/usr/local/daVinci_V2.1
56 cp $RPM_SOURCE_DIR/daVinci.sh $RPM_BUILD_ROOT/etc/profile.d/daVinci.sh
57 cp $RPM_SOURCE_DIR/daVinci.csh $RPM_BUILD_ROOT/etc/profile.d/daVinci.csh
58 cp $RPM_SOURCE_DIR/daVinci.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/daVinci
59 cd $RPM_BUILD_ROOT/usr/X11R6/bin
60 ln -s ../../local/daVinci_V2.1/daVinci
61
62
63 %clean
64 rm -rf * $RPM_BUILD_ROOT
65
66
67 %files
68 %attr(-,root,root) /usr/X11R6/bin/daVinci
69 %attr(-,root,root) /usr/local/daVinci_V2.1
70 %attr(-,root,root) /etc/X11/wmconfig/daVinci
71 %attr(-,root,root) /etc/profile.d/daVinci.sh
72 %attr(-,root,root) /etc/profile.d/daVinci.csh
This page took 0.12332 seconds and 4 git commands to generate.