summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-10 12:38:42 +0200
committerRemi Collet <remi@remirepo.net>2017-04-10 12:38:42 +0200
commitc263fe616360c8be0b304c35ad7ec23260587972 (patch)
tree69846868b43f110942c578e606e355d4e3a77001
parent24981d82a61fd4e1a48d13e8795de14a74fccc05 (diff)
0.9.5-RC1
-rw-r--r--.gitignore7
-rw-r--r--Makefile2
-rw-r--r--librdkafka.spec13
3 files changed, 13 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ab5c4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/Makefile b/Makefile
index 1e65467..91b0fd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../common/Makefile
+include ../../common/Makefile
diff --git a/librdkafka.spec b/librdkafka.spec
index a271901..fb8f1d8 100644
--- a/librdkafka.spec
+++ b/librdkafka.spec
@@ -7,14 +7,13 @@
# Please, preserve the changelog entries
#
%global libname librdkafka
-%global gh_commit ebe76d9735f17311f36ce3513c2e33463a4b480a
+%global gh_commit e4199a3aba486c53e77efb0d7ed513fa22cb9cd8
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner edenhill
%global gh_project %{libname}
-#global prever RC2
Name: %{libname}
-Version: 0.9.4
+Version: 0.9.5~RC1
Release: 1%{?dist}
Group: System Environment/Libraries
Summary: Apache Kafka C/C++ client library
@@ -24,9 +23,6 @@ License: BSD and MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz
-# i686 required
-ExcludeArch: i386
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: zlib-devel
@@ -82,14 +78,12 @@ rm %{buildroot}%{_libdir}/*.a
%files
-%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license LICENSE*
%{_libdir}/%{libname}.so.1
%{_libdir}/%{libname}++.so.1
%files devel
-%defattr(-,root,root,-)
%doc *md
%doc rpmdocs/examples
%{_includedir}/%{libname}/
@@ -100,6 +94,9 @@ rm %{buildroot}%{_libdir}/*.a
%changelog
+* Mon Apr 10 2017 Remi Collet <remi@remirepo.net> - 0.9.5~RC1-1
+- update to 0.9.5-RC1
+
* Mon Feb 27 2017 Remi Collet <remi@remirepo.net> - 0.9.4-1
- update to 0.9.4