]> git.pld-linux.org Git - packages/drraw.git/blob - drraw.spec
- cleanups, release 0.1
[packages/drraw.git] / drraw.spec
1 Summary:        Draw Round Robin Archives on the Web
2 Summary(pl):    Drraw - rysowanie wykresów RRD na WWW
3 Name:           drraw
4 Version:        2.1.1
5 Release:        0.1
6 License:        BSD
7 Group:          Applications/Databases
8 Source0:        http://web.taranis.org/drraw/dist/%{name}-%{version}.tgz
9 URL:            http://web.taranis.org/drraw/
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 drraw is a simple web based presentation front-end for RRDtool that
15 allows you to interactively build graphs of your own design. A graph
16 definition can be turned into a template which may be applied to many
17 Round Robin Database files. drraw specializes in providing an easy
18 mean of displaying data stored with RRDtool and does not care about
19 how the data is collected, making it a great complement to other
20 RRDtool front-ends.
21
22 %description -l pl
23 drraw jest prostym, opartym na WWW front-endem dla RRDtoola, który
24 pozwala w sposób interaktywny tworzyæ wykresy wed³ug w³asnego pomys³u.
25 Definicja wykresu mo¿e byæ zmieniona na szablon, a ten naniesiony 
26 na wiele plików RRD.
27
28 %prep
29 %setup -q
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT/home/services/html/cgi-bin/icons
34
35 install drraw.{cgi,conf} $RPM_BUILD_ROOT/home/services/html/cgi-bin
36 install icons/* $RPM_BUILD_ROOT/home/services/html/cgi-bin/icons
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc CHANGES INSTALL LICENSE README.EVENTS WISHLIST 
44 %attr(755,root,root) /home/services/html/cgi-bin/drraw.cgi
45 # XXX: missing dir
46 /home/services/html/cgi-bin/icons/*
47 %attr(640,root,http) %config(noreplace) %verify(not size mtime md5) /home/services/html/cgi-bin/drraw.conf
This page took 0.062769 seconds and 3 git commands to generate.