]> git.pld-linux.org Git - packages/reportdhcp.git/blobdiff - reportdhcp.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/reportdhcp.git] / reportdhcp.spec
index 9a3b2a97676444253ce5928b25e87e625e338d87..c66be5908758041d64a36ee4987f3dcfd94d3769 100644 (file)
@@ -1,13 +1,12 @@
-%include       /usr/lib/rpm/macros.perl
 Summary:       A Web-based monitor for ISC DHCP lease statistics
-Summary(pl):   Statystyki dla ISC DHCP na stronie WWW
+Summary(pl.UTF-8):     Statystyki dla ISC DHCP na stronie WWW
 Name:          reportdhcp
-Version:       2.0b
+Version:       2.1
 Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://www.omar.org/opensource/reportdhcp/%{name}.pl-%{version}.tar.gz
-# Source0-md5: 313f8757f1d7a60215c8baa8e338a70c
+# Source0-md5: 72c3ad073c846981701b4db787112a95
 Patch0:                %{name}-config.patch
 URL:           http://www.omar.org/opensource/reportdhcp/
 BuildRequires: rpm-perlprov
@@ -18,20 +17,20 @@ Reportdhcp.pl is a CGI script written in perl. It displays statistics
 and lease entries for ISC DHCPD by parsing the dhcpd.conf and
 dhcpd.leases files.
 
-%description -l pl
-Reportdhcp.pl jest skryptem CGI napisanym w perlu. Wywietla
-statystyki oraz wpisy dzier¿aw dla ISC DHCPD poprzez pasowanie pliku
+%description -l pl.UTF-8
+Reportdhcp.pl jest skryptem CGI napisanym w perlu. Wyświetla
+statystyki oraz wpisy dzierżaw dla ISC DHCPD poprzez analizę pliku
 dhcpd.conf oraz dhcpd.leases.
 
 %prep
-%setup -q -c -n %{name}-%{version}
+%setup -q -c
 %patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/home/services/httpd/cgi-bin/reportdhcp/
+install -d $RPM_BUILD_ROOT/home/services/httpd/cgi-bin/reportdhcp
 
-install reportdhcp.pl $RPM_BUILD_ROOT/home/services/httpd/cgi-bin/reportdhcp/
+install reportdhcp.pl $RPM_BUILD_ROOT/home/services/httpd/cgi-bin/reportdhcp
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.074448 seconds and 4 git commands to generate.