]> git.pld-linux.org Git - packages/analog.git/commitdiff
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'. PLD_1_0_freez
authorcvs2git <feedback@pld-linux.org>
Sun, 13 May 2001 23:20:30 +0000 (23:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2001-05-13 23:20:30 UTC lukasz <lukasz@pld-linux.org> '- updated to 5.0'
Delete:
    analog.spec

analog.spec [deleted file]

diff --git a/analog.spec b/analog.spec
deleted file mode 100644 (file)
index 6dcc43f..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-Summary:       WWW server logfile analysis program
-Summary(pl):   Analizator logów serwera www
-Name:          analog
-Version:       5.0
-Release:       1
-License:       Distributable
-Group:         Networking/Utilities
-Group(de):     Netzwerkwesen/Werkzeuge
-Group(pl):     Sieciowe/Narzêdzia
-Source0:       ftp://ftp.nhl.nl/pub/unix/analog/%{name}-%{version}.tar.gz
-Patch0:                %{name}-config.patch
-Requires:      webserver
-URL:           http://www.statslab.cam.ac.uk/~sret1/analog/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%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
-Group:         Networking/Utilities
-Group(de):     Netzwerkwesen/Werkzeuge
-Group(pl):     Sieciowe/Narzêdzia
-Requires:      %{name} = %{version}
-
-%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 polecenia: 'analog -form
-+O/home/httpd/html/anlgform.html'
-
-%prep
-%setup -q
-%patch0 -p1
-
-%build
-%{__make} CEXTRAFLAGS="%{rpmcflags}" %{name}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/home/httpd/{icons,cgi-bin,html/usage} \
-       $RPM_BUILD_ROOT{%{_var}/lib/%{name},%{_datadir}/%{name}/lang} \
-       $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
-
-install analog $RPM_BUILD_ROOT%{_bindir}
-install analog.cfg $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.cfg
-install lang/* $RPM_BUILD_ROOT%{_datadir}/%{name}/lang
-install analog.cfg $RPM_BUILD_ROOT%{_sysconfdir}
-install images/* $RPM_BUILD_ROOT/home/httpd/icons
-install anlgform.html $RPM_BUILD_ROOT/home/httpd/html/usage
-install anlgform.pl $RPM_BUILD_ROOT/home/httpd/cgi-bin
-
-touch $RPM_BUILD_ROOT/home/httpd/html/usage/analog.html
-
-gzip -9nf docs/*.txt 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/lib/analog
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/analog.cfg
-%attr(755,root,root) %{_bindir}/analog
-%{_datadir}/analog/lang/*.*
-/home/httpd/icons/*.gif
-%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.pl
This page took 0.152123 seconds and 4 git commands to generate.