[curlpp/el6] Remove config.h

Veeti Paananen vpaan at fedoraproject.org
Thu Dec 5 12:44:40 UTC 2013


commit 8d5722ef9deb007047207030488957cfab29f53e
Author: Veeti Paananen <veeti.paananen at rojekti.fi>
Date:   Mon Mar 19 23:05:10 2012 +0200

    Remove config.h

 curlpp.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/curlpp.spec b/curlpp.spec
index 2748e10..506b25f 100644
--- a/curlpp.spec
+++ b/curlpp.spec
@@ -1,6 +1,6 @@
 Name: curlpp
 Version: 0.7.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: A C++ wrapper for libcURL
 
 Group: System Environment/Libraries
@@ -40,6 +40,9 @@ do
 	mv $file.new $file
 done
 
+# remove deps on global.h which in turn pulls in config.h
+sed -i '28 d' include/curlpp/Types.hpp
+
 
 %build
 %configure --disable-static
@@ -85,6 +88,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Dec 05 2013 Veeti Paananen <veeti.paananen at rojekti.fi> - 0.7.3-5
+- Remove config.h
+- Fix build flags
+
 * Tue Jul 19 2011 Veeti Paananen <veeti.paananen at rojekti.fi> - 0.7.3-4
 - Changed libcurl-devel dependency to curl-devel for EPEL5 compatibility
 
@@ -101,4 +108,4 @@ rm -rf %{buildroot}
 - Added verbosity to file selectors
 
 * Mon Jul 18 2011 Veeti Paananen <veeti.paananen at rojekti.fi> - 0.7.3-1
-- Initial package.
\ No newline at end of file
+- Initial package.


More information about the scm-commits mailing list