%pom_remove_plugin com.github.github:site-maven-plugin
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
+# compatibility with Java >= 8 (required for EPEL 7 only, not needed in F26+)
+find src -type f -name \*.java sed -i -e '/@author/{s/</\<\;/g;s/>/\>\;/g}' {} \;
+
%build
%pom_remove_dep org.apache.httpcomponents:httpclient
%changelog
-* Thu Sep 08 2016 František Dvořák <valtri@civ.zcu.cz> - 0.2.6-1
+* Fri Jan 27 2017 František Dvořák <valtri@civ.zcu.cz> - 0.2.6-1
- Initial package
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
+# compatibility with Java >= 8 (required for EPEL 7 only, not needed in F26+)
+find src -type f -name \*.java sed -i -e '/@author/{s/</\<\;/g;s/>/\>\;/g}' {} \;
+
%build
%mvn_build
%changelog
-* Tue Aug 09 2016 František Dvořák <valtri@civ.zcu.cz> - 0.2.4-1
+* Fri Jan 27 2017 František Dvořák <valtri@civ.zcu.cz> - 0.2.4-1
- Initial package