Name: txtmark Version: 0.13 Release: 1%{?dist} Summary: Yet another markdown processor for the JVM License: ASL 2.0 URL: https://github.com/rjeschke/txtmark Source0: https://github.com/rjeschke/txtmark/archive/%{name}-%{version}.tar.gz BuildRequires: maven-local BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) BuildArch: noarch %description Txtmark is yet another markdown processor for the JVM. %package javadoc Summary: Javadoc for %{name} %description javadoc This package contains javadoc for %{name}. %prep %setup -q -n %{name}-%{name}-%{version} %pom_remove_plugin :maven-javadoc-plugin %pom_remove_plugin :maven-source-plugin %mvn_file : %{name} %build %mvn_build %install %mvn_install %files -f .mfiles %doc README.md %license LICENSE.txt %files javadoc -f .mfiles-javadoc %license LICENSE.txt %changelog * Mon Aug 10 2015 gil cattaneo 0.13-1 - initial rpm