[cryptopp] remove includedir in cryptopp.pc

nucleo nucleo at fedoraproject.org
Sun Oct 16 21:58:29 UTC 2011


commit 0804940f6c6053ae3ef5c7e7afd7bf8e6b623160
Author: nucleo <nucleo at fedoraproject.org>
Date:   Mon Oct 17 00:58:26 2011 +0300

    remove includedir in cryptopp.pc

 cryptopp.pc   |    2 +-
 cryptopp.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cryptopp.pc b/cryptopp.pc
index 81228b6..f1bfe79 100644
--- a/cryptopp.pc
+++ b/cryptopp.pc
@@ -11,4 +11,4 @@ Requires:
 Conflicts:
 Libs: -L${libdir} -lcryptopp
 Libs.private:
-Cflags: -I${includedir}/cryptopp/
+Cflags:
diff --git a/cryptopp.spec b/cryptopp.spec
index 3ea8098..0fd59b0 100644
--- a/cryptopp.spec
+++ b/cryptopp.spec
@@ -1,6 +1,6 @@
 Name:           cryptopp
 Version:        5.6.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Public domain C++ class library of cryptographic schemes
 License:        Public Domain
 Group:          System Environment/Libraries
@@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 17 2011 Alexey Kurov <nucleo at fedoraproject.org> - 5.6.1-5
+- remove includedir in cryptopp.pc
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list