!1 package init

Merge pull request !1 from zhanghua/master
This commit is contained in:
openeuler-ci-bot 2020-08-27 23:32:23 +08:00 committed by Gitee
commit 478c709657
3 changed files with 41 additions and 0 deletions

Binary file not shown.

37
picketbox-commons.spec Normal file
View File

@ -0,0 +1,37 @@
%global namedreltag .final
%global namedversion %{version}%{?namedreltag}
Name: picketbox-commons
Version: 1.0.0
Release: 1
Summary: Common classes for security projects
License: LGPLv2+
URL: http://www.jboss.org/picketbox
# svn export http://anonsvn.jboss.org/repos/picketbox/commons/tags/1.0.0.final/picketbox-commons/ picketbox-commons-1.0.0.final
# tar cJf picketbox-commons-1.0.0.final.tar.xz picketbox-commons-1.0.0.final
Source0: picketbox-commons-%{namedversion}.tar.xz
BuildArch: noarch
BuildRequires: maven-local mvn(org.jboss:jboss-parent:pom:)
%description
Common classes for security projects.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
API documentation for %{name}.
%prep
%setup -q -n %{name}-%{namedversion}
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%files javadoc -f .mfiles-javadoc
%changelog
* Sat Aug 15 2020 zhanghua <zhanghua40@huawei.com> - 1.0.0-1
- Package init

4
picketbox-commons.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: svn
src_repo: http://anonsvn.jboss.org/repos/picketbox/commons
tag_pattern: "^picketbox-commons-"
seperator: "."