]> git.pld-linux.org Git - packages/httping.git/commitdiff
- added
authornail2k <nail2k@pld-linux.org>
Sun, 23 Jan 2005 23:26:17 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    httping.spec -> 1.1

httping.spec [new file with mode: 0644]

diff --git a/httping.spec b/httping.spec
new file mode 100644 (file)
index 0000000..e8a6a60
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Ping-like tool for HTTP requests
+Summary(pl):   Narzêdzie do "pingowania" poprzez protokó³ HTTP
+Name:          httping
+Version:       0.0.96
+Release:       1
+License:       GPL
+Group:         Networking/Utilities
+Source0:       http://www.vanheusden.com/httping/%{name}-%{version}.tgz
+# Source0-md5: 04ce13275795676f6bb533154574949e
+URL:           http://www.vanheusden.com/httping/
+BuildRequires: openssl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+httping is a "ping"-like tool for HTTP requests. Give it a URL and it
+will show how long it takes to connect, send a request, and retrieve
+the reply (only the headers). It can be used for monitoring or
+statistical purposes (measuring latency).
+
+%description -l pl
+httping jest narzêdziem podobnym do pinga, s³u¿±cym do wysy³ania zapytañ
+HTTP. Podaj URL, a httping poka¿e ci jak wiele czasu zajmuje
+po³±czenie, wys³anie zapytania i otrzymania odpowiedzi(tylko
+nag³ówki). Httping mo¿e byæ u¿ywany do monitorowania lub do celów
+statystycznych.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%attr(755,root,root) %{_bindir}/httping
This page took 0.031791 seconds and 4 git commands to generate.