rpms/httping/devel httping.spec,1.4,1.5

Dan Horák sharkcz at fedoraproject.org
Wed Sep 2 17:59:17 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/httping/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3181

Modified Files:
	httping.spec 
Log Message:
* Wed Sep  2 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-2
- Fix -debuginfo (let rpmbuild strip the binary) - #520852



Index: httping.spec
===================================================================
RCS file: /cvs/pkgs/rpms/httping/devel/httping.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- httping.spec	31 Aug 2009 09:35:39 -0000	1.4
+++ httping.spec	2 Sep 2009 17:59:17 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           httping
 Version:        1.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Ping alike tool for http requests
 
 Group:          Applications/Internet
@@ -31,7 +31,7 @@ make %{?_smp_mflags} DEBUG="" OFLAGS="%{
 
 %install
 rm -rf %{buildroot}
-make install INSTALL="install -Dp" DESTDIR=%{buildroot}
+make install INSTALL="install -Dp" STRIP=/bin/true DESTDIR=%{buildroot}
 
 rm -rf %{buildroot}%{_prefix}/doc
 
@@ -48,6 +48,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep  2 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-2
+- Fix -debuginfo (let rpmbuild strip the binary) - #520852
+
 * Mon Aug 31 2009 Dan Horák <dan[at]danny.cz> - 1.3.1-1
 - Updated to new upstream version 1.3.1
 - Updated the strndup patch




More information about the fedora-extras-commits mailing list