source: projects/specs/trunk/h/httping/httping-vl.spec @ 10291

Revision 10291, 2.8 KB checked in by Takemikaduchi, 8 years ago (diff)

gnubiff,httping,lftp,libarchive,libgadu,libgit2,mosh: new upstream release
others: rebuild

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