From 07aef64fbaf7d516ea64ef7aa2d7f3d56be78144 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Sep 11 2019 09:39:03 +0000 Subject: Orphaned for 6+ weeks --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e728942..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/concurrentlinkedhashmap-lru-1.3.2-src-git.tar.gz -/concurrentlinkedhashmap-lru-1.4.2.tar.gz diff --git a/concurrentlinkedhashmap-lru.spec b/concurrentlinkedhashmap-lru.spec deleted file mode 100644 index 234cd54..0000000 --- a/concurrentlinkedhashmap-lru.spec +++ /dev/null @@ -1,145 +0,0 @@ -Name: concurrentlinkedhashmap-lru -Version: 1.4.2 -Release: 9%{?dist} -Summary: A ConcurrentLinkedHashMap for Java -License: ASL 2.0 -Url: https://github.com/ben-manes/concurrentlinkedhashmap -Source0: https://github.com/ben-manes/concurrentlinkedhashmap/archive/%{name}-%{version}.tar.gz - -# test deps -%if 0 -BuildRequires: mvn(com.github.stephenc.high-scale-lib:high-scale-lib) -BuildRequires: mvn(com.google.guava:guava) -BuildRequires: mvn(commons-lang:commons-lang) -BuildRequires: mvn(net.sf.ehcache:ehcache) -BuildRequires: mvn(org.hamcrest:hamcrest-library) >= 1.3 -BuildRequires: mvn(org.mockito:mockito-all) -BuildRequires: mvn(org.testng:testng) -# unavailable test deps -BuildRequires: mvn(com.google.caliper:caliper) -BuildRequires: mvn(com.jayway.awaitility:awaitility) -# require cache-benchmark == r7903 from http://sourceforge.net/projects/cachebenchfwk/ -BuildRequires: mvn(org.cachebench:cache-benchmark) -%endif - -BuildRequires: maven-local -BuildRequires: maven-enforcer-plugin -BuildRequires: maven-plugin-bundle -BuildRequires: maven-site-plugin - -BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) -BuildRequires: mvn(com.google.code.findbugs:jsr305) - -BuildArch: noarch - -%description -A high performance version of java.util.LinkedHashMap -for use as a software cache. - -%package javadoc -Summary: Javadoc for %{name} - -%description javadoc -This package contains javadoc for %{name}. - -%prep -%setup -q -n concurrentlinkedhashmap-%{name}-%{version} -find . -name "*.class" -delete -find . -name "*.jar" -type f -print -delete - -# Unavailable -%pom_remove_plugin :findbugs-maven-plugin -%pom_remove_plugin :taglist-maven-plugin -%pom_remove_plugin :emma-maven-plugin - -# Unwanted -%pom_remove_plugin :maven-source-plugin - -# Remove org.jvnet.wagon-svn:wagon-svn -%pom_xpath_remove "pom:build/pom:extensions" - -%pom_xpath_remove "pom:dependencies/pom:dependency[pom:scope='test']" - -# Fix http://jira.codehaus.org/browse/MCOMPILER-130 -%pom_xpath_remove "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:compilerArgument" -%pom_xpath_inject "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration" " --Werror" -%pom_xpath_inject "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration" " --Xlint:all" - -# remove bundled Doug Lea JCP JSR-166 -rm -r src/main/java/com/googlecode/concurrentlinkedhashmap/ConcurrentHashMapV8.java -sed -i "s|ConcurrentHashMapV8|java.util.concurrent.ConcurrentHashMap|" \ - src/main/java/com/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap.java - -# Fix mojo-signatures aId -#sed -i "s|jdk.version}-sun|jdk.version}|" pom.xml -# Disabled currently is broken -%pom_remove_plugin :animal-sniffer-maven-plugin - -%mvn_file :%{name} %{name} - -%build - -# test skipped for unavailable test deps -%mvn_build -f - -%install -%mvn_install - -%files -f .mfiles -%doc README -%license LICENSE NOTICE - -%files javadoc -f .mfiles-javadoc -%license LICENSE NOTICE - -%changelog -* Wed Jul 24 2019 Fedora Release Engineering - 1.4.2-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 1.4.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 1.4.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 1.4.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.4.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.4.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 03 2016 Fedora Release Engineering - 1.4.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 1.4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri Mar 13 2015 gil cattaneo 1.4.2-1 -- update to 1.4.2 - -* Fri Jan 30 2015 gil cattaneo 1.3.2-6 -- introduce license macro - -* Sat Jun 07 2014 Fedora Release Engineering - 1.3.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Mar 28 2014 Michael Simacek - 1.3.2-4 -- Use Requires: java-headless rebuild (#1067528) - -* Sat Aug 03 2013 Fedora Release Engineering - 1.3.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sat Jul 06 2013 gil cattaneo 1.3.2-2 -- switch to XMvn -- minor changes to adapt to current guideline - -* Thu May 23 2013 gil cattaneo 1.3.2-1 -- update to 1.3.2 - -* Wed Sep 26 2012 gil cattaneo 1.3.1-1 -- initial rpm 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 c18baee..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -aba5e53e9b5495f5a4eb10de9c7f8e62 concurrentlinkedhashmap-lru-1.4.2.tar.gz