Merge branch 'master' into epel7
This commit is contained in:
commit
97a9542ced
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/protobuf-c-0.15.tar.gz
|
||||
/protobuf-c-1.0.0.tar.gz
|
||||
/protobuf-c-1.0.1.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: protobuf-c
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C bindings for Google's Protocol Buffers
|
||||
|
||||
@ -9,7 +9,7 @@ License: BSD
|
||||
URL: https://github.com/protobuf-c/protobuf-c
|
||||
Source0: https://github.com/protobuf-c/protobuf-c/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRequires: autoconf automake libtool protobuf-devel
|
||||
|
||||
%description
|
||||
Protocol Buffers are a way of encoding structured data in an efficient yet
|
||||
@ -30,8 +30,8 @@ This package contains protobuf-c headers and libraries.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -ifv
|
||||
%configure --disable-static
|
||||
# Causes build to fail
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@ -59,6 +59,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libprotobuf-c.la
|
||||
%{_libdir}/pkgconfig/libprotobuf-c.pc
|
||||
|
||||
%changelog
|
||||
* Wed Aug 06 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.0.1-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Aug 04 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.0.0-1
|
||||
- new upstream release (#1126116)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user