From e63970c3a0729be9cfd480c7fc679f43db9d8ba1 Mon Sep 17 00:00:00 2001 From: openeuler-storage Date: Tue, 17 Dec 2019 17:16:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20multiver?= =?UTF-8?q?se.spec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multiverse.spec | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 multiverse.spec diff --git a/multiverse.spec b/multiverse.spec deleted file mode 100644 index 8b0973c..0000000 --- a/multiverse.spec +++ /dev/null @@ -1,49 +0,0 @@ -Name: multiverse -Version: 0.7.0 -Release: 10 -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 -Source1: http://www.apache.org/licenses/LICENSE-2.0.txt - -BuildRequires: mvn(org.mockito:mockito-all) -BuildRequires: mvn(junit:junit) -BuildRequires: maven-local - -BuildArch: noarch - -Provides: multiverse-javadoc -Obsoletes: multiverse-javadoc - -%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. - -%prep -%autosetup -n Multiverse-%{name}-%{version} -p1 - -%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 README.md -%doc %{_javadocdir}/%{name} -%license LICENSE-2.0.txt -%dir %{_javadir}/%{name} - - -%changelog -* Fri Dec 6 2019 huyan - 0.7.0-10 -- Package Initialization