From 37a487741fc175358cfc2c7cbbce3c2e0d33c0f1 Mon Sep 17 00:00:00 2001 From: gil Date: Wed, 4 Nov 2015 16:00:21 +0100 Subject: [PATCH] fix URL field --- annogen.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/annogen.spec b/annogen.spec index 1d37c17..3281fea 100644 --- a/annogen.spec +++ b/annogen.spec @@ -1,10 +1,15 @@ Name: annogen Version: 0.1.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Java framework for JSR-175 annotations License: ASL 2.0 -URL: http://annogen.codehaus.org/ -# svn export http://svn.codehaus.org/annogen/annogen/tags/release-0_1_0/ annogen-0.1.0 +URL: https://github.com/codehaus/annogen +# git clone https://github.com/codehaus/annogen/ annogen-0.1.0 +# rm -rf annogen-0.1.0/annogen/ide-projects rm -rf annogen-0.1.0/annogen/trunk +# mv annogen-0.1.0/annogen/tags/release-0_1_0 annogen-0.1.0 +# rm -rf annogen-0.1.0/annogen +# mv annogen-0.1.0/release-0_1_0/* annogen-0.1.0 +# rm -rf annogen-0.1.0/release-0_1_0 # find annogen-0.1.0/ -name '*.jar' -delete # tar cJf annogen-0.1.0-CLEAN.tar.xz annogen-0.1.0 Source0: %{name}-%{version}-CLEAN.tar.xz @@ -68,6 +73,9 @@ ant docs %license license/LICENSE.txt license/NOTICE.txt %changelog +* Wed Nov 04 2015 gil cattaneo 0.1.0-13 +- fix URL field + * Tue Jun 16 2015 Fedora Release Engineering - 0.1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild