[minimal-json: 2/2] Merge into newly created fedora git repo

Gerard Ryan galileo at fedoraproject.org
Tue Nov 25 21:31:43 UTC 2014


commit e3e367875cf67ebaf32fae6abc2b34e32aa3bd20
Merge: 0de26d1 5769a8b
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Tue Nov 25 21:26:52 2014 +0000

    Merge into newly created fedora git repo
    
    Merge remote-tracking branch 'origin/master'

 .gitignore        |    1 +
 minimal-json.spec |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --cc .gitignore
index 0000000,e69de29..7a84e3f
mode 000000,100644..100644
--- a/.gitignore
+++ b/.gitignore
@@@ -1,0 -1,0 +1,1 @@@
++/minimal-json-0.9.1-abf8214.tar.gz
diff --cc minimal-json.spec
index a71e7d3,0000000..ebd945c
mode 100644,000000..100644
--- a/minimal-json.spec
+++ b/minimal-json.spec
@@@ -1,47 -1,0 +1,46 @@@
 +%global commit abf82149104ff3c70142ff1062e406cbd490da45
 +%global shortcommit %(c=%{commit}; echo ${c:0:7})
 +
 +Name:           minimal-json
 +Version:        0.9.1
 +Release:        1%{?dist}
 +Summary:        A Minimal JSON Parser and Writer
 +
 +License:        EPL
 +URL:            https://github.com/ralfstx/%{name}
 +Source0:        https://github.com/ralfstx/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
 +BuildArch:      noarch
 +
 +BuildRequires: maven-local
 +BuildRequires: mvn(org.mockito:mockito-core)
 +
 +%description
- A Minimal JSON Parser and Writer
++A fast and minimal JSON parser and writer for Java.
 +
 +%package javadoc
- Group:          Documentation
 +Summary:        Javadoc for %{name}
 +
 +%description javadoc
 +API documentation for %{name}.
 +
 +
 +%prep
 +%setup -qn %{name}-%{commit}
 +
 +%pom_disable_module com.eclipsesource.json.performancetest
 +
 +%build
 +%mvn_build -s -- -f com.eclipsesource.json
 +
 +%install
 +%mvn_install
 +
 +%files -f .mfiles-minimal-json
 +%doc epl-v10.html README.md
 +
 +%files javadoc -f .mfiles-javadoc
 +%doc epl-v10.html
 +
 +%changelog
 +* Sun Oct 26 2014 Gerard Ryan <galileo at fedoraproject.org> - 0.9.1-1
 +- Initial package.


More information about the scm-commits mailing list