]> git.pld-linux.org Git - packages/dhcping.git/commitdiff
- initial release - very nice diagnostic utility
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 31 Mar 2003 11:42:50 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcping.spec -> 1.1

dhcping.spec [new file with mode: 0644]

diff --git a/dhcping.spec b/dhcping.spec
new file mode 100644 (file)
index 0000000..6787a9b
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       DHCP daemon ping program
+Name:          dhcping
+Version:       1.2
+Release:       1
+License:       BSD-like (?)
+Group:         Networking/Utilities
+Source0:       http://www.mavetju.org/download/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
+URL:           http://www.mavetju.org/unix/general.php
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This small tool let you perform a dhcp-request to find out if a
+dhcp-server is still running.
+
+%description -l pl
+To ma³e narzêdzie wywo³uje dhcp-request, aby sprawdziæ czy server dhcp
+ci±gle dzia³a.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES CONTACT
+%attr(4754,root,adm) %{_bindir}/%{name}
+%{_mandir}/man8/dhcping.8*
This page took 0.062021 seconds and 4 git commands to generate.