]> git.pld-linux.org Git - packages/drraw.git/blame - drraw.spec
- up to b2
[packages/drraw.git] / drraw.spec
CommitLineData
680719fb
TP
1#
2# TODO: move do %{_datadir}/%{name} (use webapps)
3#
de425a15
4
5%define _beta b2
6
9cc29d93 7Summary: Draw Round Robin Archives on the Web
3c3fe5a8 8Summary(pl.UTF-8): Drraw - rysowanie wykresów RRD na WWW
9cc29d93 9Name: drraw
680719fb 10Version: 2.2
de425a15 11Release: 0.%{_beta}.1
9cc29d93 12License: BSD
13Group: Applications/Databases
de425a15
14Source0: http://web.taranis.org/drraw/dist/%{name}-%{version}%{_beta}.tar.gz
15# Source0-md5: 704ac58d2b8d0141e38897b1fe86d8a0
2516bd26 16Patch0: %{name}-conf.patch
9cc29d93 17URL: http://web.taranis.org/drraw/
fbb2f56f 18BuildRequires: sed >= 4.0
bd9b3b89 19BuildArch: noarch
9cc29d93 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
a40d6656 23drraw is a simple web based presentation front-end for RRDtool that
24allows you to interactively build graphs of your own design. A graph
25definition can be turned into a template which may be applied to many
26Round Robin Database files. drraw specializes in providing an easy
27mean of displaying data stored with RRDtool and does not care about
28how the data is collected, making it a great complement to other
29RRDtool front-ends.
30
085436e3
JR
31%description -l pl.UTF-8
32drraw jest prostym, opartym na WWW front-endem dla RRDtoola, który
33pozwala w sposób interaktywny tworzyć wykresy według własnego pomysłu.
680719fb 34Definicja wykresu może być zmieniona na szablon, a ten naniesiony
085436e3 35na wiele plików RRD.
a40d6656 36
01c889ed 37%prep
de425a15 38%setup -q -n %{name}-%{version}%{_beta}
9e36e3df 39%patch0 -p1
9cc29d93 40
41%install
42rm -rf $RPM_BUILD_ROOT
01c889ed 43install -d $RPM_BUILD_ROOT/home/services/html/cgi-bin/icons
2516bd26 44install -d $RPM_BUILD_ROOT/home/services/drraw
bd9b3b89
JB
45
46install drraw.{cgi,conf} $RPM_BUILD_ROOT/home/services/html/cgi-bin
47install icons/* $RPM_BUILD_ROOT/home/services/html/cgi-bin/icons
9cc29d93 48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
680719fb 54%doc CHANGES INSTALL LICENSE README.EVENTS
bd9b3b89 55%attr(755,root,root) /home/services/html/cgi-bin/drraw.cgi
2516bd26 56%attr(755,http,http) /home/services/drraw/
bd9b3b89 57/home/services/html/cgi-bin/icons/*
fbb2f56f 58%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) /home/services/html/cgi-bin/drraw.conf
This page took 0.057909 seconds and 4 git commands to generate.