[jtype] fix Url and Source0 tag

gil gil at fedoraproject.org
Sun Mar 15 07:04:43 UTC 2015


commit 1ee0250fee7e759c256a6e514626e2397af3f9bf
Author: gil <puntogil at libero.it>
Date:   Sun Mar 15 08:03:55 2015 +0100

    fix Url and Source0 tag

 jtype.spec | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/jtype.spec b/jtype.spec
index 3d0b83f..61cbc52 100644
--- a/jtype.spec
+++ b/jtype.spec
@@ -1,18 +1,14 @@
 Name:           jtype
 Version:        0.1.2
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A small library for working with the Java 5 type system
-License:        ASL 2.0 
-# svn export http://jtype.googlecode.com/svn/tags/0.1.2 jtype-0.1.2
-# tar caf jtype-0.1.2.tar.xz jtype-0.1.2
-URL:            http://code.google.com/p/jtype/
-Source0:        %{name}-%{version}.tar.xz
+License:        ASL 2.0
+URL:            https://github.com/markhobson/jtype
+Source0:        https://github.com/markhobson/jtype/archive/%{version}.tar.gz
 # Add missing method getAnnotatedBounds()
 Patch0:         jtype-0.1.2-java8.patch
 
 BuildArch:      noarch
-
-BuildRequires:  java-devel
 BuildRequires:  maven-local
 # test deps
 BuildRequires:  mvn(junit:junit)
@@ -36,9 +32,10 @@ This package contains the API documentation for %{name}.
 %pom_xpath_remove "pom:project/pom:build/pom:extensions"
 %patch0 -p0
 
+%mvn_file : %{name}
+
 %build
 
-%mvn_file : %{name}
 # Disable test suite jmock require cglib < 3.x
 %mvn_build -f
 
@@ -50,6 +47,9 @@ This package contains the API documentation for %{name}.
 %files javadoc -f .mfiles-javadoc
 
 %changelog
+* Sun Mar 15 2015 gil cattaneo <puntogil at libero.it> 0.1.2-10
+- fix Url and Source0 tag
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list