package init
This commit is contained in:
parent
b451e752dc
commit
8ac8d60938
@ -15,6 +15,7 @@ BuildRequires: mvn(org.apache.tomcat:tomcat-jdbc) mvn(junit:junit) mvn(log
|
|||||||
BuildRequires: maven-local maven-install-plugin datanucleus-maven-parent
|
BuildRequires: maven-local maven-install-plugin datanucleus-maven-parent
|
||||||
BuildRequires: mvn(net.sf.cglib:cglib)
|
BuildRequires: mvn(net.sf.cglib:cglib)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Plugin for DataNucleus providing persistence to RDBMS data-stores.
|
Plugin for DataNucleus providing persistence to RDBMS data-stores.
|
||||||
|
|
||||||
@ -68,5 +69,5 @@ cp -p META-INF/README.txt .
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 25 2020 wangyue <wangyue92@huawei.com> - 3.2.13-1
|
* Wed Aug 19 2020 wangyue <wangyue92@huawei.com> - 3.2.13-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
git_url: https://github.com/
|
git_url: https://github.com/datanucleus/datanucleus-rdbms
|
||||||
version_control: github
|
version_control: github
|
||||||
src_repo:
|
src_repo: datanucleus/datanucleus-rdbms
|
||||||
tag_prefix: "^v"
|
tag_prefix: "^datanucleus-rdbms-"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user