[Bug 593559] Review Request: protobuf-c - C bindings for Google's Protocol Buffers

bugzilla at redhat.com bugzilla at redhat.com
Sun Apr 24 05:38:51 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=593559

--- Comment #24 from David Robinson <zxvdr.au at gmail.com> 2011-04-24 01:38:50 EDT ---
Fixed.

Spec URL: http://zxvdr.fedorapeople.org/RPMS/protobuf-c/protobuf-c.spec
SRPM URL:
http://zxvdr.fedorapeople.org/RPMS/protobuf-c/protobuf-c-0.15-2.fc14.src.rpm

--- protobuf-c.spec.orig 2011-04-21 19:23:06.000000000 +1000
+++ protobuf-c.spec 2011-04-24 15:29:36.060990432 +1000
@@ -1,6 +1,6 @@
 Name:           protobuf-c
 Version:        0.15
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        C bindings for Google's Protocol Buffers

 Group:          System Environment/Libraries
@@ -32,7 +32,9 @@

 %build
 %configure --disable-static
-make %{?_smp_mflags}
+# Causes build to fail
+#make %{?_smp_mflags}
+make

 %check
 make check
@@ -52,11 +54,15 @@

 %files devel
 %defattr(-,root,root,-)
+%dir %{_includedir}/google
 %{_includedir}/google/protobuf-c
 %{_libdir}/libprotobuf-c.so
 %{_libdir}/pkgconfig/libprotobuf-c.pc

 %changelog
+* Sun Apr 24 2011 David Robinson <zxvdr.au at gmail.com> - 0.15-2
+- Spec file cleanup
+
 * Wed Apr 20 2011 David Robinson <zxvdr.au at gmail.com> - 0.15-1
 - New upstream release
 - Spec file cleanup

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list