]> git.pld-linux.org Git - packages/analog.git/commitdiff
- spec adapterized (now is %%{debug} ready), analog-4_16-1
authorkloczek <kloczek@pld-linux.org>
Tue, 27 Feb 2001 01:45:37 +0000 (01:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- few cosmetics and cleanups.

Changed files:
    analog.spec -> 1.18

analog.spec

index 14bdd474f828bc87c341a0bc21ad62cf0adc0129..5e52ffa9ecfcd1acf81907bf1c1a87d6731c5796 100644 (file)
@@ -3,11 +3,12 @@ Summary(pl):  Analizator log
 Name:          analog
 Version:       4.16
 Release:       1
-Copyright:     distributable
-Group:         Utilities
-Group(pl):     Narzêdzia
+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:                analog-config.patch
+Patch0:                %{name}-config.patch
 Requires:      webserver
 URL:           http://www.statslab.cam.ac.uk/~sret1/analog/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -21,9 +22,10 @@ Analizator log
 %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}
-Group:         Utilities
-Group(pl):     Narzêdzia
 
 %description form
 Form interface to the analog httpd log analysis program. You should
@@ -34,14 +36,15 @@ 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:
+/etc/analog.cfg poprzez wykonanie polecenia: 'analog -form
++O/home/httpd/html/anlgform.html'
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -p1
 
 %build
-%{__make} CEXTRAFLAGS="$RPM_OPT_FLAGS" %{name}
+%{__make} CEXTRAFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g}" %{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -49,7 +52,7 @@ 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 -s analog $RPM_BUILD_ROOT%{_bindir}
+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}
This page took 0.086115 seconds and 4 git commands to generate.