]> git.pld-linux.org Git - packages/daVinci.git/commitdiff
- raw version from RH contrib.
authorkloczek <kloczek@pld-linux.org>
Tue, 13 Apr 1999 20:54:54 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    daVinci.spec -> 1.1

daVinci.spec [new file with mode: 0644]

diff --git a/daVinci.spec b/daVinci.spec
new file mode 100644 (file)
index 0000000..53ca845
--- /dev/null
@@ -0,0 +1,67 @@
+Summary: daVinci is a universal, generic visualization system for automatic generation of high-quality drawings of directed graphs.
+Name: daVinci
+Version: 2.1
+Release: 1
+
+
+URL: http://www.tzi.de/~davinci/daVinci_get_daVinci.html
+Copyright: daVinci is licensed free of charge for non-profit or internal use.
+Group: X11/Applications/Graphics
+
+
+Source0: daVinci_V2.1_Linux_RedHat5.tar.gz
+Source1: daVinci.csh
+Source2: daVinci.sh
+Source3: daVinci.wmconfig
+ExclusiveArch: i386
+BuildRoot: /tmp/daVinci-buildroot
+Packager: Andrea Borgia <borgia@cs.unibo.it>
+
+
+%description
+daVinci is a universal, generic visualization system for automatic generation
+of high-quality drawings of directed graphs. Graphs are frequently used in
+computer applications as a general data structure to represent objects and
+relationships between them. They are used to implement hierarchies,
+dependency structures, networks, configurations, dataflows, and so on. In
+despite of this manifold demand, techniques to visualize such graphs are not
+common in today's computer applications. So frequently a user has to deal
+with uncomfortable textual interfaces or poor ad-hoc drawings of graphs,
+because high-quality graph layout is difficult to implement and reusable
+tools for graph visualization are often hard to find. 
+
+
+%prep
+%setup -n daVinci_V2.1
+
+
+%install
+mkdir -p $RPM_BUILD_ROOT/usr/X11R6/bin
+mkdir -p $RPM_BUILD_ROOT/usr/local/daVinci_V2.1
+mkdir -p $RPM_BUILD_ROOT/etc/X11/wmconfig
+mkdir -p $RPM_BUILD_ROOT/etc/profile.d
+cp -r * $RPM_BUILD_ROOT/usr/local/daVinci_V2.1
+cp $RPM_SOURCE_DIR/daVinci.sh $RPM_BUILD_ROOT/etc/profile.d/daVinci.sh
+cp $RPM_SOURCE_DIR/daVinci.csh $RPM_BUILD_ROOT/etc/profile.d/daVinci.csh
+cp $RPM_SOURCE_DIR/daVinci.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/daVinci
+cd $RPM_BUILD_ROOT/usr/X11R6/bin
+ln -s ../../local/daVinci_V2.1/daVinci
+
+
+%clean
+rm -rf * $RPM_BUILD_ROOT
+
+
+%files
+%attr(-, root, root) /usr/X11R6/bin/daVinci
+%attr(-, root, root) /usr/local/daVinci_V2.1
+%attr(-, root, root) /etc/X11/wmconfig/daVinci
+%attr(-, root, root) /etc/profile.d/daVinci.sh
+%attr(-, root, root) /etc/profile.d/daVinci.csh
+
+
+%changelog
+* Sat Jul 18 1998 Andrea Borgia <borgia@cs.unibo.it>
+- first rpm build
+- made buildroot capable
+- added profile.d scripts
This page took 0.07012 seconds and 4 git commands to generate.