till pushed to maven-anno-plugin (f22). "2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 18:25:22 UTC 2015


>From bc696c30656be5e9c596980f59c37c5231cd0495 Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Mon, 13 Apr 2015 20:24:58 +0200
Subject: 2015-04-13: Retired orphaned package, because it was orphaned for
 more than six weeks.


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index b59cc8d..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/maven-anno-plugin-1.4.1.tar.xz
-/LICENSE-2.0.txt
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9263c07
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,2 @@
+2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.
+
diff --git a/maven-anno-plugin-fork-tools-tests.patch b/maven-anno-plugin-fork-tools-tests.patch
deleted file mode 100644
index fa04644..0000000
--- a/maven-anno-plugin-fork-tools-tests.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/maven-plugin-tools-anno/pom.xml b/maven-plugin-tools-anno/pom.xml
-index 97a76b5..af9e45b 100644
---- a/maven-plugin-tools-anno/pom.xml
-+++ b/maven-plugin-tools-anno/pom.xml
-@@ -68,6 +68,7 @@
-         </profile>
-     </profiles>
- 
-+    <!--
-     <build>
-         <plugins>
-             <plugin>
-@@ -80,5 +81,6 @@
-             </plugin>
-         </plugins>
-     </build>
-+    -->
- 
- </project>
diff --git a/maven-anno-plugin.spec b/maven-anno-plugin.spec
deleted file mode 100644
index ef0f61c..0000000
--- a/maven-anno-plugin.spec
+++ /dev/null
@@ -1,132 +0,0 @@
-Name: maven-anno-plugin
-Version: 1.4.1
-Release: 9%{?dist}
-Summary: Maven Annotated Mojo
-Group: Development/Libraries
-License: ASL 2.0
-Url: http://wiki.jfrog.org/confluence/display/OSS/Maven+Anno+Mojo
-
-# git clone git://github.com/JFrogDev/maven-anno-mojo.git
-# cd maven-anno-mojo
-# git archive --prefix=maven-anno-plugin-1.4.1/ maven-plugin-anno-parent-1.4.1 | xz > maven-anno-plugin-1.4.1.tar.xz
-Source0: %{name}-%{version}.tar.xz
-
-Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
-
-# Fork tests, otherwise one of the tests of the tools module fails:
-Patch0: %{name}-fork-tools-tests.patch
-
-BuildRequires: java-devel
-BuildRequires: jpackage-utils
-
-BuildRequires: maven-compiler-plugin
-BuildRequires: maven-install-plugin
-BuildRequires: maven-jar-plugin
-BuildRequires: maven-javadoc-plugin
-BuildRequires: maven-plugin-cobertura
-BuildRequires: maven-plugin-jxr
-BuildRequires: maven-project-info-reports-plugin
-BuildRequires: maven-site-plugin
-BuildRequires: maven-source-plugin
-BuildRequires: maven-surefire-report-plugin
-BuildRequires: maven-plugin-descriptor
-BuildRequires: maven-local
-
-Requires: jpackage-utils
-
-BuildArch: noarch
-
-
-%description
-Maven maven-plugin-plugin extension that allows writing annotated Mojos using
-JDK 1.5 annotations instead of doclet comments.
-
-
-%package javadoc
-Group: Documentation
-Summary: Javadoc for %{name}
-Requires: jpackage-utils
-
-
-%description javadoc
-This package contains javadoc for %{name}.
-
-
-%prep
-%setup -q
-%patch0 -p1
-cp -p %{SOURCE1} .
-
-
-%build
-mvn-rpmbuild \
-  -Dproject.build.sourceEncoding=UTF-8 \
-  install \
-  javadoc:aggregate
-
-
-%install
-
-# Jar files:
-install -d -m 755 %{buildroot}%{_javadir}
-install -pm 644 maven-plugin-anno/target/maven-plugin-anno-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
-install -pm 644 maven-plugin-tools-anno/target/maven-plugin-tools-anno-%{version}.jar %{buildroot}%{_javadir}/%{name}-tools.jar
-
-# POM files:
-install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}-parent.pom
-install -pm 644 maven-plugin-anno/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
-install -pm 644 maven-plugin-tools-anno/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}-tools.pom
-
-# Dependencies map:
-%add_maven_depmap JPP-%{name}-parent.pom
-%add_maven_depmap JPP-%{name}.pom %{name}.jar
-%add_maven_depmap JPP-%{name}-tools.pom %{name}-tools.jar
-
-# Javadocs:
-install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
-cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
-
-
-%files
-%doc LICENSE-2.0.txt
-%{_javadir}/*
-%{_mavenpomdir}/*
-%{_mavendepmapfragdir}/*
-%doc README.rdoc
-
-
-%files javadoc
-%doc LICENSE-2.0.txt
-%{_javadocdir}/%{name}
-
-
-%changelog
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Fri Mar 28 2014 Michael Simacek <msimacek at redhat.com> - 1.4.1-8
-- Use Requires: java-headless rebuild (#1067528)
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Wed Feb 06 2013 Java SIG <java-devel at lists.fedoraproject.org> - 1.4.1-5
-- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
-- Replace maven BuildRequires with maven-local
-
-* Mon Nov 26 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.4.1-4
-- Install license files
-- Resolves: rhbz#880288
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Thu Feb 16 2012 Juan Hernandez <juan.hernandez at redhat.com> 1.4.1-2
-- Cleanup of the spec file
-
-* Fri Jan 06 2012 Marek Goldmann <mgoldman at redhat.com> 1.4.1-1
-- Initial packaging
diff --git a/sources b/sources
deleted file mode 100644
index 1774583..0000000
--- a/sources
+++ /dev/null
@@ -1,2 +0,0 @@
-c3feb007a0ae31c3ceaa39c8cef0a4ca  maven-anno-plugin-1.4.1.tar.xz
-3b83ef96387f14655fc854ddc3c6bd57  LICENSE-2.0.txt
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/maven-anno-plugin.git/commit/?h=f22&id=bc696c30656be5e9c596980f59c37c5231cd0495


More information about the scm-commits mailing list