%global oname annotations Name: jetbrains-annotations Version: 15.0 Release: 9%{?dist} Summary: IntelliJ IDEA Annotations License: ASL 2.0 URL: http://www.jetbrains.org Source0: http://central.maven.org/maven2/org/jetbrains/annotations/%{version}/annotations-%{version}-sources.jar Source1: http://central.maven.org/maven2/org/jetbrains/annotations/%{version}/annotations-%{version}.pom Source2: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: maven-local BuildArch: noarch %description A set of annotations used for code inspection support and code documentation. %package javadoc Summary: Javadoc for %{name} %description javadoc This package contains javadoc for %{name}. %prep %setup -T -q -c mkdir -p src/main/{java,resources} ( cd src/main/java %jar -xf %{SOURCE0} rm -rf META-INF ) cp -p %{SOURCE1} pom.xml %pom_remove_plugin :maven-antrun-plugin %pom_remove_plugin :maven-gpg-plugin %pom_remove_plugin :maven-javadoc-plugin %pom_remove_plugin :maven-source-plugin %pom_xpath_inject pom:properties "UTF-8" cp -p %{SOURCE2} LICENSE.txt sed -i 's/\r//' LICENSE.txt %mvn_file org.jetbrains:%{oname} %{name} %mvn_alias org.jetbrains:%{oname} com.intellij: %build %mvn_build %install %mvn_install %files -f .mfiles %license LICENSE.txt %files javadoc -f .mfiles-javadoc %license LICENSE.txt %changelog * Thu Jul 25 2019 Fedora Release Engineering - 15.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering - 15.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 15.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 15.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 15.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 15.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Jun 22 2016 gil cattaneo 15.0-3 - regenerate build-requires * Wed Apr 27 2016 gil cattaneo 15.0-2 - review fixes * Sun Mar 20 2016 gil cattaneo 15.0-1 - initial rpm