Name: multiverse Version: 0.7.0 Release: 11%{?dist} Summary: A software transactional memory implementation for the JVM License: ASL 2.0 URL: http://multiverse.codehaus.org Source0: https://github.com/pveentjer/Multiverse/archive/multiverse-0.7.0.tar.gz # Only the license header is included in the source Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: maven-local BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.mockito:mockito-all) BuildArch: noarch %description A software transactional memory implementation for the JVM. Access (read and writes) to shared memory is done through transactional references, that can be compared to the AtomicReferences of Java. Access to these references will be done under A (atomicity), C (consistency), I (isolation) semantics. %package javadoc Summary: JavaDoc for %{name} %description javadoc JavaDoc for %{name}. %prep %setup -q -n Multiverse-%{name}-%{version} # wagon-webdav %pom_xpath_remove pom:build/pom:extensions %pom_remove_plugin :maven-deploy-plugin cp -p %{SOURCE1} . %build %mvn_build -f %install %mvn_install %files -f .mfiles %doc LICENSE-2.0.txt README.md %dir %{_javadir}/%{name} %files javadoc -f .mfiles-javadoc %doc LICENSE-2.0.txt %changelog * Thu Jul 25 2019 Fedora Release Engineering - 0.7.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering - 0.7.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0.7.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering - 0.7.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.7.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.7.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 0.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Jan 23 2015 Michael Simacek - 0.7.0-3 - Disable tests - they are nondeterministic * Thu Nov 13 2014 Michael Simacek - 0.7.0-2 - Include license text * Fri Oct 31 2014 Michael Simacek - 0.7.0-1 - Initial version