]> git.pld-linux.org Git - packages/analog.git/commitdiff
update/new specs
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 2 Aug 1999 10:11:30 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    analog.spec -> 1.1

analog.spec [new file with mode: 0644]

diff --git a/analog.spec b/analog.spec
new file mode 100644 (file)
index 0000000..6ab899e
--- /dev/null
@@ -0,0 +1,85 @@
+Summary:       WWW server logfile analysis program
+Summary(pl):   Analizator logów serwera www
+Name:          analog
+Version:       3.31
+Release:       1
+Source:                ftp://ftp.statslab.cam.ac.uk/pub/users/sret1/%{name}/%{name}%{version}.tar.gz
+Patch:         analog-config.patch
+Requires:      webserver
+Copyright:     distributable
+Group:         Utilities
+Group(pl):     Narzêdzia
+URL:           http://www.statslab.cam.ac.uk/~sret1/analog/
+BuildRoot:     /tmp/%{name}-%{version}-buildroot
+
+%description
+WWW server logfile analysis program with lots of features.
+
+%description -l pl
+Analizator logów serwera www z wieloma opcjami.
+
+%package form
+Summary:       Form interface to analog
+Summary(pl):   Interfejs w postaci formularza do analoga
+Requires:      %{name} = %{version}
+Group:         Utilities
+Group(pl):     Narzêdzia
+
+%description form
+Form interface to the analog httpd log analysis program.  You should
+regenerate the form file to customize it for your server by running
+'analog -form +O/home/httpd/html/anlgform.html' after you have
+modified /etc/analog.cfg.
+
+%description -l pl form
+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}
+%patch -p1
+
+%build
+make CEXTRAFLAGS="$RPM_OPT_FLAGS" %{name} form
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d     $RPM_BUILD_ROOT/home/httpd/{icons,cgi-bin,html/usage}
+install -d     $RPM_BUILD_ROOT%{_var}/state/%{name}
+install -d     $RPM_BUILD_ROOT%{_datadir}/%{name}/lang
+install -d     $RPM_BUILD_ROOT%{_bindir}
+install -d      $RPM_BUILD_ROOT/etc
+
+install -s     analog          $RPM_BUILD_ROOT%{_bindir}
+install                analog.cfg      $RPM_BUILD_ROOT/etc/%{name}.cfg
+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
+touch                          $RPM_BUILD_ROOT/home/httpd/html/usage/analog.html
+
+gzip -9nf docs/* lang/*.html
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/* lang/*.gz
+%attr(755,root,root) %dir %{_datadir}/analog/lang
+%attr(755,root,root) %dir %{_datadir}/analog
+%attr(775,root,http) %dir /var/state/analog
+%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/analog.cfg
+%attr(775,root,root) %{_bindir}/analog
+%attr(644,root,root) %{_datadir}/analog/lang/*.*
+%attr(644,root,root) /home/httpd/icons/*.gif
+%attr(755,root,root) %dir /home/httpd/html/usage
+%attr(644,root,root) %verify(not size mtime md5) /home/httpd/html/usage/analog.html
+
+%files form
+%defattr(644,root,root,755)
+%attr(644,root,root) %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.074183 seconds and 4 git commands to generate.