[json-smart] fix Url tag

gil gil at fedoraproject.org
Fri Mar 13 17:08:52 UTC 2015


commit 481c63e3d46231520bda3550e15325c1f89a8198
Author: gil <puntogil at libero.it>
Date:   Fri Mar 13 18:08:35 2015 +0100

    fix Url tag

 json-smart.spec | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/json-smart.spec b/json-smart.spec
index 606cdd2..272ac98 100644
--- a/json-smart.spec
+++ b/json-smart.spec
@@ -2,21 +2,16 @@
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 Name:          json-smart
 Version:       1.3
-Release:       0.2.20140820%{?dist}
+Release:       0.3.20140820%{?dist}
 Summary:       A small and very fast json parser/generator for java
 License:       ASL 2.0
-URL:           https://code.google.com/p/json-smart/
-# git clone https://code.google.com/p/json-smart.v1 json-smart
-# tar cJf json-smart-1.2.tar.xz json-smart
-#Source0:       %%{name}-%%{version}.tar.xz
+URL:           https://github.com/netplex/json-smart-v1
 Source0:       https://github.com/netplex/json-smart-v1/archive/%{commit}/%{name}-v1-%{commit}.tar.gz
+
 BuildRequires: mvn(junit:junit)
-%if %{fedora} >= 21
 BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
-%else
-BuildRequires: mvn(org.sonatype.oss:oss-parent)
-%endif
 BuildRequires: maven-local
+
 BuildArch:     noarch
 
 %description
@@ -56,6 +51,9 @@ cp -p %{name}/*.txt .
 %license LICENSE.txt
 
 %changelog
+* Fri Mar 13 2015 gil cattaneo <puntogil at libero.it> 1.3-0.3.20140820
+- fix Url tag
+
 * Mon Feb 09 2015 gil cattaneo <puntogil at libero.it> 1.3-0.2.20140820
 - introduce license macro
 


More information about the scm-commits mailing list