]> git.pld-linux.org Git - packages/drraw.git/commitdiff
-no arch
authorhunter <hunter@pld-linux.org>
Sat, 12 Feb 2005 13:20:26 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
-stbr svp

Changed files:
    drraw.spec -> 1.3

drraw.spec

index c73c0ac46b528692394f2d142c077dec65aa9299..4ad6290f89265e337f1fcbe181cc28974b01e46d 100644 (file)
@@ -8,6 +8,7 @@ Group:          Applications/Databases
 Source0:       http://web.taranis.org/drraw/dist/%{name}-%{version}.tgz
 URL:           http://web.taranis.org/drraw/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildArch:   noarch
 
 %description
 drraw is a simple web based presentation front-end for RRDtool that
@@ -24,15 +25,22 @@ pozwala w spos
 Definicja wykresu mo¿e byæ zmieniona na szablon, a ten naniesiony 
 na wiele plików RRD.
 
+%prep
 %setup -q
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+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/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES CONTRIBUTORS README TODO doc/*.html
+%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/*
+%attr(640,root,http) %config(noreplace) %verify(not size mtime md5) /home/services/html/cgi-bin/drraw.conf
This page took 0.18798 seconds and 4 git commands to generate.