Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > be253f871a5ae43c57c6b509936e98f6 > files > 2

jsemver-0.9.0-4.mga7.src.rpm

Name:           jsemver
Version:        0.9.0
Release:        %mkrel 4
Summary:        A Java implementation of the Semantic Versioning Specification
License:        MIT
Group:          Development/Java
URL:            https://github.com/zafarkhaja/jsemver

Source0:        https://github.com/zafarkhaja/jsemver/archive/%{version}.tar.gz

BuildArch:      noarch

BuildRequires:  maven-local
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  junit
BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)

%description
JSemVer (formerly Java SemVer) is a Java implementation of
version 2.0.0 of the Semantic Versioning Specification

%package javadoc
Summary:        Javadocs for %{name}

%description javadoc
This package contains the API documentation for %{name}

%prep
%setup -q
find -name \*.jar -delete
find -name \*.class -delete

%build
%mvn_build

%install
%mvn_install

%files -f .mfiles
%dir %{_javadir}/%{name}
%dir %{_mavenpomdir}/%{name}
%doc CHANGELOG.md
%doc README.md
%license LICENSE

%files javadoc -f .mfiles-javadoc
%license LICENSE


%changelog
* Tue Sep 18 2018 umeabot <umeabot> 0.9.0-4.mga7
  (not released yet)
+ Revision: 1262458
- Mageia 7 Mass Rebuild

* Sun May 21 2017 neoclust <neoclust> 0.9.0-3.mga6
+ Revision: 1103917
- Fix BuildRequires
+ umeabot <umeabot>
- Mageia 6 Mass Rebuild

* Thu Sep 10 2015 ycantin <ycantin> 0.9.0-1.mga6
+ Revision: 875682
- imported package jsemver