]> git.pld-linux.org Git - packages/analog.git/commitdiff
- fixed forms (anlgform.pl, anlgform.html not yet)
authorlukasz <lukasz@pld-linux.org>
Sat, 5 Feb 2000 01:31:44 +0000 (01:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    analog.spec -> 1.9

analog.spec

index e823bf4f159eda64dd97cf0f2ae54e66b0a0031f..7c7c49ea540eb61caa5bbdd0c6fe84148095629d 100644 (file)
@@ -35,7 +35,6 @@ modified /etc/analog.cfg.
 Interfejs w postaci formularza do programu analog. Powiniene¶
 wygenerowaæ nowy plik formularza po ustawieniu odpowiednich
 opcji w /etc/analog.cfg poprzez wykonanie komendy:
-`analog -form +O/home/httpd/html/usage/anlgform.html`.
 
 %prep
 %setup -q -n %{name}%{version}
@@ -59,7 +58,7 @@ install               lang/*          $RPM_BUILD_ROOT%{_datadir}/%{name}/lang
 install                analog.cfg      $RPM_BUILD_ROOT/etc
 install                images/*        $RPM_BUILD_ROOT/home/httpd/icons
 install                anlgform.html   $RPM_BUILD_ROOT/home/httpd/html/usage
-#install               anlgform.cgi    $RPM_BUILD_ROOT/home/httpd/cgi-bin
+install                anlgform.pl     $RPM_BUILD_ROOT/home/httpd/cgi-bin
 touch                          $RPM_BUILD_ROOT/home/httpd/html/usage/analog.html
 
 gzip -9nf docs/* lang/*.html
@@ -79,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %dir /home/httpd/html/usage
 %verify(not size mtime md5) /home/httpd/html/usage/analog.html
 
-#%files form
-#%defattr(644,root,root,755)
-#%config(noreplace) %verify(not size mtime md5) /home/httpd/html/usage/anlgform.html
-#%attr(755,root,root) /home/httpd/cgi-bin/anlgform.cgi
+%files form
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not size mtime md5) /home/httpd/html/usage/anlgform.html
+%attr(755,root,root) /home/httpd/cgi-bin/anlgform.pl
This page took 0.039193 seconds and 4 git commands to generate.