diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-15 10:21:50 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-15 10:21:50 +0100 |
commit | 4856f0da2364ca353eee24b9fbbf8f64391bc28b (patch) | |
tree | de86edd980b90d968c089fa2deba714bbdd92442 /cassandra-cpp-driver.spec | |
parent | 6f3452cf15b1c9f791edab8c77ffb856d5035bec (diff) |
fix pkg-config file with patch from
https://github.com/datastax/cpp-driver/pull/465
Diffstat (limited to 'cassandra-cpp-driver.spec')
-rw-r--r-- | cassandra-cpp-driver.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index c2a3757..1db1e62 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -25,6 +25,8 @@ Group: System Environment/Libraries URL: http://datastax.github.io/cpp-driver/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever:-%{prever}}-%{gh_short}.tar.gz +Patch0: %{gh_project}-pc.patch + BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 2.6.4 @@ -54,6 +56,7 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 -b .pr465 find examples -name .gitignore -exec rm {} \; -print @@ -100,6 +103,8 @@ make install DESTDIR="%{buildroot}" - update to 2.15.0 - move headers in /usr/include/cassandra - enable Kerberos support +- fix pkg-config file with patch from + https://github.com/datastax/cpp-driver/pull/465 * Thu Dec 12 2019 Remi Collet <remi@remirepo.net> - 2.14.1-1 - update to 2.14.1 |