]> git.pld-linux.org Git - packages/analog.git/commitdiff
- updated to 4.02
authorlukasz <lukasz@pld-linux.org>
Thu, 3 Feb 2000 23:39:41 +0000 (23:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build new patch

Changed files:
    analog.spec -> 1.6

analog.spec

index c0f5b57c494d7fa271b16e91cf1cfefaa5f59b55..be9aa25386f4bdbf2f37b39568f5023ae74bf082 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       WWW server logfile analysis program
 Summary(pl):   Analizator logów serwera www
 Name:          analog
-Version:       3.32
+Version:       4.02
 Release:       1
 Copyright:     distributable
 Group:         Utilities
 Group(pl):     Narzêdzia
 Source:                ftp://ftp.nhl.nl/pub/unix/analog/%{name}%{version}.tar.gz
-Patch:         analog-config.patch
+Patch0:                analog-config.patch
 Requires:      webserver
 URL:           http://www.statslab.cam.ac.uk/~sret1/analog/
 BuildRoot:     /tmp/%{name}-%{version}-buildroot
@@ -38,11 +38,12 @@ opcji w /etc/analog.cfg poprzez wykonanie komendy:
 `analog -form +O/home/httpd/html/usage/anlgform.html`.
 
 %prep
-%setup -q -n %{name}%{version}
-%patch -p1
+#%setup -q -n %{name}%{version}
+%setup -n %{name}%{version}
+%patch0 -p1
 
 %build
-make CEXTRAFLAGS="$RPM_OPT_FLAGS" %{name} form
+make CEXTRAFLAGS="$RPM_OPT_FLAGS" %{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -59,7 +60,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.cgi    $RPM_BUILD_ROOT/home/httpd/cgi-bin
 touch                          $RPM_BUILD_ROOT/home/httpd/html/usage/analog.html
 
 gzip -9nf docs/* lang/*.html
@@ -79,7 +80,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.cgi
This page took 0.094508 seconds and 4 git commands to generate.