Merge branch 'master' into epel7

This commit is contained in:
Nikos Mavrogiannopoulos 2014-08-06 16:48:47 +02:00
commit 97a9542ced
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/protobuf-c-0.15.tar.gz
/protobuf-c-1.0.0.tar.gz
/protobuf-c-1.0.1.tar.gz

View File

@ -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)

View File

@ -1 +1 @@
e8485b35bb8c9ff0a89a3df957976fc8 protobuf-c-1.0.0.tar.gz
59f907992a791815c479e9e1ee9f452c protobuf-c-1.0.1.tar.gz