]> 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 308345dc5a0de257207818a80a7f1f77a330ed44..c66be5908758041d64a36ee4987f3dcfd94d3769 100644 (file)
@@ -1,6 +1,5 @@
-%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.1
 Release:       1
@@ -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.102354 seconds and 4 git commands to generate.