%global githash 7902487bdad76e2157383b97934e02c6e405f2f2 Name: java-sizeof Version: 0.0.5 Release: 1%{?dist} Summary: Java Objects size estimation # Source files without license headers https://github.com/dweiss/java-sizeof/issues/1 License: ASL 2.0 URL: https://github.com/dweiss/java-sizeof/ Source0: https://github.com/dweiss/java-sizeof/archive/%{githash}/%{name}-%{githash}.tar.gz BuildRequires: maven-local BuildRequires: mvn(com.carrotsearch:junit-benchmarks) BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) BuildArch: noarch %description Memory consumption estimator for Java. %package javadoc Summary: Javadoc for %{name} %description javadoc This package contains javadoc for %{name}. %prep %setup -q -n %{name}-%{githash} # Convert from dos to unix line ending sed -i.orig 's|\r||g' README.txt touch -r README.txt.orig README.txt rm README.txt.orig %mvn_file com.carrotsearch:%{name} %{name} %build %mvn_build %install %mvn_install %files -f .mfiles %doc README.txt %license %{name}.LICENSE %{name}.NOTICE %files javadoc -f .mfiles-javadoc %license %{name}.LICENSE %{name}.NOTICE %changelog * Wed Apr 06 2016 gil cattaneo 0.0.5-1 - initial rpm