From f846f4f6884d31852a0f5254174f248b7936f822 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 20:40:15 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- protobuf.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index f4c5ef1..569e055 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -16,7 +16,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 2.4.1 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Development/Libraries Source: http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2 @@ -158,7 +158,7 @@ Summary: Java Protocol Buffers runtime library Group: Development/Languages BuildRequires: java-devel >= 1.6 BuildRequires: jpackage-utils -BuildRequires: maven +BuildRequires: maven-local BuildRequires: maven-compiler-plugin BuildRequires: maven-install-plugin BuildRequires: maven-jar-plugin @@ -346,6 +346,10 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir} %endif %changelog +* Wed Feb 06 2013 Java SIG - 2.4.1-10 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Sun Jan 20 2013 Conrad Meyer - 2.4.1-9 - Fix packaging bug, -emacs-el subpackage should depend on -emacs subpackage of the same version (%%version), not the emacs version number...