diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ed185c9..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/spec-version-maven-plugin-1.2-src-svn.tar.gz -/spec-version-maven-plugin-1.5.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..0992f66 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +spec-version-maven-plugin package is retired on c9s for CS-689 diff --git a/sources b/sources deleted file mode 100644 index aaec8f2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (spec-version-maven-plugin-1.5.tar.gz) = 8e16416fbd9a614591e873db4bcec5620ffb0c7aea73b667973c6848e34c669b6b1a8d22cc8ccbc865d7c83c9648828508943d94fc6d34db768cbe3cd4593800 diff --git a/spec-version-maven-plugin.spec b/spec-version-maven-plugin.spec deleted file mode 100644 index 3ee624b..0000000 --- a/spec-version-maven-plugin.spec +++ /dev/null @@ -1,124 +0,0 @@ -Name: spec-version-maven-plugin -Version: 1.5 -Release: 3%{?dist} -Summary: Spec Version Maven Plugin -License: CDDL or GPLv2 with exceptions - -# project moved to eclipse-ee4j for versions > 1.5 -# https://github.com/eclipse-ee4j/glassfish-spec-version-maven-plugin -URL: https://github.com/javaee/spec-version-maven-plugin -Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz - -BuildArch: noarch - -BuildRequires: maven-local -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) -BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) -BuildRequires: mvn(org.apache.maven:maven-core) -BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) - -%description -Maven Plugin to configure APIs version and specs in a MANIFEST.MF file. - - -%package javadoc -Summary: Javadoc for %{name} - -%description javadoc -This package contains javadoc for %{name}. - - -%prep -%setup -q - -sed -i "s|mvn|mvn-rpmbuild|" src/main/resources/checkVersion.sh - -# remove unnecessary dependency on parent POM -%pom_remove_parent - -# remove unnecessary maven plugins -%pom_remove_plugin :glassfish-copyright-maven-plugin -%pom_remove_plugin :maven-checkstyle-plugin - -%mvn_file :%{name} %{name} - - -%build -%mvn_build - - -%install -%mvn_install - - -%files -f .mfiles -%license LICENSE -%doc README.md - -%files javadoc -f .mfiles-javadoc -%license LICENSE - - -%changelog -* Fri Apr 16 2021 Mohan Boddu - 1.5-3 -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 22 2020 Fabio Valentini - 1.5-1 -- Update to version 1.5. - -* Wed Jul 29 2020 Fedora Release Engineering - 1.2-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jul 11 2020 Jiri Vanek - 1.2-16 -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.2-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jul 26 2019 Fedora Release Engineering - 1.2-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.2-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 1.2-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.2-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.2-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.2-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Feb 11 2015 gil cattaneo 1.2-6 -- introduce license macro - -* Sun Jun 08 2014 Fedora Release Engineering - 1.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Mar 28 2014 Michael Simacek - 1.2-4 -- Use Requires: java-headless rebuild (#1067528) - -* Sun Aug 04 2013 Fedora Release Engineering - 1.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue Jul 02 2013 gil cattaneo 1.2-2 -- build with XMvn -- minor changes to adapt to current guideline - -* Wed May 22 2013 gil cattaneo 1.2-1 -- initial rpm -