ehcache-parent/ehcache-parent.spec

36 lines
833 B
RPMSpec
Raw Permalink Normal View History

2019-12-20 17:54:47 +08:00
Name: ehcache-parent
Version: 2.3
Release: 18
2019-12-20 17:54:47 +08:00
Summary: Module of Ehcache
License: ASL 2.0
URL: https://mvnrepository.com/artifact/net.sf.ehcache/%{name}
#svn export http://svn.terracotta.org/svn/ehcache/tags/ehcache-parent-2.3
#tar czf ehcache-parent-2.3-src-svn.tar.gz ehcache-parent-2.3
2019-12-20 17:54:47 +08:00
Source0: ehcache-parent-2.3-src-svn.tar.gz
BuildRequires: maven-local maven-source-plugin
BuildArch: noarch
%description
Ehcache is a widely used,pure Java,in-process,distributed cache.
%prep
%autosetup -n ehcache-parent-%{version} -p1
%build
%mvn_build
%install
%mvn_install
%files
%{_datadir}/maven*/*
%changelog
* Fri Nov 18 2022 liyanan <liyanan32@h-partners.com> - 2.3-18
- Change source
2019-12-20 17:54:47 +08:00
* Fri Dec 20 2019 zhouyihang <zhouyihang1@huawei.com> - 2.3-17
- Package init