]> git.pld-linux.org Git - packages/drraw.git/commitdiff
- cleanups, release 0.1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Feb 2005 15:23:08 +0000 (15:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drraw.spec -> 1.4

drraw.spec

index 4ad6290f89265e337f1fcbe181cc28974b01e46d..eb3a7ad916a7ba01ad0dff1cf4ab5064cd5e334e 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Draw Round Robin Archives on the Web
-Summary(pl):   Drraw Rysowanie wykresów RRD na www
+Summary(pl):   Drraw - rysowanie wykresów RRD na WWW
 Name:          drraw
 Version:       2.1.1
-Release:       0
+Release:       0.1
 License:       BSD
 Group:         Applications/Databases
 Source0:       http://web.taranis.org/drraw/dist/%{name}-%{version}.tgz
 URL:           http://web.taranis.org/drraw/
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildArch:   noarch
 
 %description
 drraw is a simple web based presentation front-end for RRDtool that
@@ -28,19 +28,20 @@ na wiele plik
 %prep
 %setup -q
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/home/services/html/cgi-bin/icons
-install drraw.{cgi,conf} $RPM_BUILD_ROOT/home/services/html/cgi-bin/
-install icons/* $RPM_BUILD_ROOT/home/services/html/cgi-bin/icons/
+
+install drraw.{cgi,conf} $RPM_BUILD_ROOT/home/services/html/cgi-bin
+install icons/* $RPM_BUILD_ROOT/home/services/html/cgi-bin/icons
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES INSTALL  LICENSE  README.EVENTS  WISHLIST 
-%attr (755,root,root) /home/services/html/cgi-bin/drraw.cgi
-%attr (644,root,root) /home/services/html/cgi-bin/icons/*
+%doc CHANGES INSTALL LICENSE README.EVENTS WISHLIST 
+%attr(755,root,root) /home/services/html/cgi-bin/drraw.cgi
+# XXX: missing dir
+/home/services/html/cgi-bin/icons/*
 %attr(640,root,http) %config(noreplace) %verify(not size mtime md5) /home/services/html/cgi-bin/drraw.conf
This page took 0.068458 seconds and 4 git commands to generate.