On Seg, 2015-07-27 at 07:19 +0000, opensource@xxxxxxxxx wrote: > opengrok lkundrak 62 weeks ago Patch in attach : Update to 0.12.1.5 . - Update Source0 URL to github. - Drop lucene35 patch, upstream source changed a lot. - Drop jflex patch, it was just one comment !? You may download the source with: spectool -g opengrok.spec -- Sérgio M. B.
diff --git a/opengrok.spec b/opengrok.spec index 1ddf6e6..fed2266 100644 --- a/opengrok.spec +++ b/opengrok.spec @@ -1,16 +1,17 @@ # Webapp is disabled, since Fedora does not have the Java Webapp guidelines # finished yet: http://fedoraproject.org/wiki/PackagingDrafts/JavaWebApps %bcond_with webapp +%global githubname OpenGrok Name: opengrok -Version: 0.11.1 -Release: 3%{?dist} +Version: 0.12.1.5 +Release: 1%{?dist} Summary: Source browser and indexer Group: Development/Tools License: CDDL URL: http://opengrok.github.io/OpenGrok/ -Source0: https://java.net/downloads/opengrok/%{name}-%{version}-src.tar.gz +Source0: https://github.com/%{githubname}/%{githubname}/archive/%{version}.tar.gz#/%{githubname}-%{version}.tar.gz Source1: opengrok Source2: configuration.xml Source3: opengrok-README.Fedora.webapp @@ -32,7 +33,7 @@ BuildRequires: java_cup BuildRequires: ant BuildRequires: java-devel >= 1.6 BuildRequires: unzip -BuildRequires: junit4 +BuildRequires: junit BuildRequires: ant-junit BuildRequires: ctags BuildRequires: docbook2X @@ -65,11 +66,11 @@ OpenGrok web application %prep -%setup -q -n %{name}-%{version}-src +%setup -q -n %{githubname}-%{version} %patch1 -p1 -b .nocplib %patch3 -p1 -b .manifest-classpath -%patch6 -p1 -b .jflex -%patch7 -p1 -b .lucene35 +#patch6 -p1 -b .jflex +#patch7 -p1 -b .lucene35 # This is not strictly needed, but to nuke prebuilt stuff # makes us feel warmer while building @@ -184,6 +185,12 @@ done) %changelog +* Mon Jul 27 2015 Sérgio Basto <sergio@xxxxxxxxxx> - 0.12.1.5-1 +- Update to 0.12.1.5 . +- Update Source0 URL to github. +- Drop lucene35 patch, upstream source changed a lot. +- Drop jflex patch, it was just one comment !? + * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.11.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct