diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2831b50..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/access-modifier-1.4.tar.gz
-/LICENSE.txt
diff --git a/access-modifier-annotation.spec b/access-modifier-annotation.spec
deleted file mode 100644
index aa732e1..0000000
--- a/access-modifier-annotation.spec
+++ /dev/null
@@ -1,83 +0,0 @@
-%global shortname access-modifier
-
-Name: access-modifier-annotation
-Version: 1.4
-Release: 4%{?dist}
-Summary: Java annotation for custom access modifiers
-
-# License is specified in pom file
-License: MIT
-URL: https://github.com/kohsuke/access-modifier
-Source0: https://github.com/kohsuke/%{shortname}/archive/%{shortname}-%{version}.tar.gz
-# License text copied from http://www.opensource.org/licenses/mit-license.php
-Source1: LICENSE.txt
-
-BuildArch: noarch
-
-BuildRequires: maven-local
-BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin)
-BuildRequires: mvn(org.apache.maven.plugins:maven-scm-plugin)
-BuildRequires: mvn(org.apache.maven:maven-plugin-api)
-BuildRequires: mvn(org.apache.maven:maven-project)
-BuildRequires: mvn(org.jenkins-ci:annotation-indexer)
-BuildRequires: mvn(org.kohsuke.metainf-services:metainf-services)
-BuildRequires: mvn(org.kohsuke:pom)
-BuildRequires: objectweb-asm
-
-%description
-Allows applications to define custom access modifiers programmatically,
-to be enforced at compile time in the opt-in basis. Obviously,
-there's no runtime check either - this is strictly a voluntary annotations.
-This mechanism is useful for actually making sure that deprecated features
-are not used (without actually removing such declarations, which would break
-binary compatibility.)
-
-%package javadoc
-Summary: Javadoc for %{name}
-
-%description javadoc
-This package contains the API documentation for %{name}.
-
-
-%prep
-%setup -q -n %{shortname}-%{shortname}-%{version}
-
-cp %{SOURCE1} LICENSE
-
-%pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-svn']]"
-
-# We don't have asm-debug-all artifact,
-# so we'll use the one without debugging information
-%pom_xpath_replace "pom:dependency[pom:artifactId[text()='asm-debug-all']]" \
-"
- asm
- asm-all
- " access-modifier-checker
-
-
-%build
-%mvn_build
-
-%install
-%mvn_install
-
-
-%files -f .mfiles
-%doc LICENSE
-%files javadoc -f .mfiles-javadoc
-%doc LICENSE
-
-%changelog
-* Sat Jun 07 2014 Fedora Release Engineering - 1.4-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Tue Mar 04 2014 Stanislav Ochotnicky - 1.4-3
-- Use Requires: java-headless rebuild (#1067528)
-
-* Sat Aug 03 2013 Fedora Release Engineering - 1.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Thu May 09 2013 Michal Srb - 1.4-1
-- Initial package
-
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks
diff --git a/sources b/sources
deleted file mode 100644
index 5586d69..0000000
--- a/sources
+++ /dev/null
@@ -1,2 +0,0 @@
-f9fc17916189a9ccd77ea911f5e8d729 access-modifier-1.4.tar.gz
-7d5b03b556811d959a94d9336ba04fe5 LICENSE.txt