httping-vl.spec 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Summary: Ping alike tool for http requests
  2. Summary(ja): http リクエストを使った Ping 風のツール
  3. Name: httping
  4. Version: 2.4
  5. Release: 1%{?_dist_release}
  6. Group: Applications/Internet
  7. License: GPL+ and OpenSSL
  8. URL: http://www.vanheusden.com/httping/
  9. Source0: http://www.vanheusden.com/%{name}/%{name}-%{version}.tgz
  10. BuildRequires: openssl-devel
  11. %description
  12. Httping is like 'ping' but for http-requests. Give it an url, and it'll
  13. show you how long it takes to connect, send a request and retrieve the
  14. reply (only the headers). Be aware that the transmission across the network
  15. also takes time.
  16. %prep
  17. %setup -q
  18. %build
  19. make %{?_smp_mflags} DEBUG="" OFLAGS="%{optflags} -D_GNU_SOURCE=1"
  20. %install
  21. make install INSTALL="install -Dp" STRIP=/bin/true DESTDIR=%{buildroot}
  22. rm -rf %{buildroot}%{_defaultdocdir}
  23. %files
  24. %doc license.txt license.OpenSSL readme.txt
  25. %{_mandir}/man*/%{name}*.*
  26. %{_bindir}/%{name}
  27. %changelog
  28. * Sun May 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-1
  29. - new upstream release
  30. * Sun Feb 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.5-1
  31. - initial build for Vine Linux
  32. * Sat Nov 10 2012 Fabian Affolter <mail@fabian-affolter.ch> - 1.5.5-1
  33. - Updated to new upstream release 1.5.5
  34. * Sat Sep 29 2012 Fabian Affolter <mail@fabian-affolter.ch> - 1.5.4-1
  35. - Updated to new upstream release 1.5.4
  36. * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
  37. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  38. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
  39. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  40. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
  41. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  42. * Tue Jan 19 2010 Dan Horák <dan[at]danny.cz> - 1.4.1-1
  43. - Updated to new upstream version 1.4.1
  44. * Wed Sep 2 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.3.1-2
  45. - Fix -debuginfo (let rpmbuild strip the binary) - #520852
  46. * Mon Aug 31 2009 Dan Horák <dan[at]danny.cz> - 1.3.1-1
  47. - Updated to new upstream version 1.3.1
  48. - Updated the strndup patch
  49. * Thu Jul 16 2009 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.0-1
  50. - Updated to new upstream version
  51. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.9-4
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  53. * Sat Jan 24 2009 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.9-3
  54. - Changed license to GPL+
  55. * Tue Dec 30 2008 manuel "lonely wolf" wolfshant <wolfy@fedoraproject.org> - 1.2.9-2
  56. - remove duplicate definition of string functions
  57. - fix Makefile and use "make install"
  58. * Mon Dec 29 2008 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.9-1
  59. - Initial spec for Fedora