httping-vl.spec 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Summary: Ping alike tool for http requests
  2. Summary(ja): http リクエストを使った Ping 風のツール
  3. Name: httping
  4. Version: 1.5.5
  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 Feb 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.5-1
  29. - initial build for Vine Linux
  30. * Sat Nov 10 2012 Fabian Affolter <mail@fabian-affolter.ch> - 1.5.5-1
  31. - Updated to new upstream release 1.5.5
  32. * Sat Sep 29 2012 Fabian Affolter <mail@fabian-affolter.ch> - 1.5.4-1
  33. - Updated to new upstream release 1.5.4
  34. * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
  35. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  36. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-3
  37. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  38. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
  39. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  40. * Tue Jan 19 2010 Dan Horák <dan[at]danny.cz> - 1.4.1-1
  41. - Updated to new upstream version 1.4.1
  42. * Wed Sep 2 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.3.1-2
  43. - Fix -debuginfo (let rpmbuild strip the binary) - #520852
  44. * Mon Aug 31 2009 Dan Horák <dan[at]danny.cz> - 1.3.1-1
  45. - Updated to new upstream version 1.3.1
  46. - Updated the strndup patch
  47. * Thu Jul 16 2009 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.0-1
  48. - Updated to new upstream version
  49. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.9-4
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  51. * Sat Jan 24 2009 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.9-3
  52. - Changed license to GPL+
  53. * Tue Dec 30 2008 manuel "lonely wolf" wolfshant <wolfy@fedoraproject.org> - 1.2.9-2
  54. - remove duplicate definition of string functions
  55. - fix Makefile and use "make install"
  56. * Mon Dec 29 2008 Fabian Affolter <mail@fabian-affolter.ch> - 1.2.9-1
  57. - Initial spec for Fedora