From d610093dd5385765a666ba701086ed55e2d4b3c3 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Feb 06 2013 19:12:13 +0000 Subject: - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- diff --git a/jline.spec b/jline.spec index 53ae388..6b29f59 100644 --- a/jline.spec +++ b/jline.spec @@ -30,7 +30,7 @@ Name: jline Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java library for reading and editing user input in console applications License: BSD URL: http://jline.sourceforge.net/ @@ -45,7 +45,7 @@ Requires: coreutils Requires: jpackage-utils BuildRequires: jpackage-utils -BuildRequires: maven +BuildRequires: maven-local BuildRequires: maven-assembly-plugin BuildRequires: maven-compiler-plugin BuildRequires: maven-install-plugin @@ -140,6 +140,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %{_javadocdir}/* %changelog +* Wed Feb 06 2013 Java SIG - 1.0-3 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Thu Jul 19 2012 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild