]> git.pld-linux.org Git - packages/httping.git/commitdiff
- updated to 1.0.8 auto/ac/httping-1_0_8-1
authorKarol Krenski <charles@pld-linux.org>
Thu, 17 Nov 2005 00:05:30 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    httping.spec -> 1.12

httping.spec

index 669ef52b6f854b6a00f820fda01babd042cb2751..28648725c80db03cb5e7eb6243316be2c9471ffb 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Ping-like tool for HTTP requests
 Summary(pl):   Narzêdzie do "pingowania" poprzez protokó³ HTTP
 Name:          httping
-Version:       1.0.7
+Version:       1.0.8
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.vanheusden.com/httping/%{name}-%{version}.tgz
-# Source0-md5: 6256a42ac6c96cdfc3358c89843a8a9a
+# Source0-md5: 3ad74a1f4f2ccf1b562bd58cf5d05d65
 Patch0:                %{name}-Makefile.patch
 URL:           http://www.vanheusden.com/httping/
 BuildRequires: openssl-devel
@@ -36,7 +36,7 @@ statystycznych.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -48,3 +48,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc readme.txt
 %attr(755,root,root) %{_bindir}/httping
+%{_mandir}/man1/httping*
This page took 0.099327 seconds and 4 git commands to generate.