diff --git a/jboss-remoting-4.0.21.Final-CLEAN.tar.xz b/jboss-remoting-4.0.21.Final-CLEAN.tar.xz new file mode 100644 index 0000000..114247f Binary files /dev/null and b/jboss-remoting-4.0.21.Final-CLEAN.tar.xz differ diff --git a/jboss-remoting.spec b/jboss-remoting.spec new file mode 100644 index 0000000..da7d304 --- /dev/null +++ b/jboss-remoting.spec @@ -0,0 +1,48 @@ +%global namedreltag .Final +%global namedversion %{version}%{?namedreltag} +Name: jboss-remoting +Version: 4.0.21 +Release: 1 +Summary: JBoss Remoting +License: LGPLv2+ +URL: http://www.jboss.org/jbossremoting +# git clone git://github.com/jboss-remoting/jboss-remoting.git +# cd jboss-remoting && git checkout 4.0.21.Final && git checkout-index -f -a --prefix=jboss-remoting-4.0.21.Final/ +# rm jboss-remoting-4.0.21.Final/src/test/resources/test-content.bin +# tar -cJf jboss-remoting-4.0.21.Final-CLEAN.tar.xz jboss-remoting-4.0.21.Final +Source0: jboss-remoting-%{namedversion}-CLEAN.tar.xz +BuildArch: noarch +BuildRequires: maven-local mvn(jdepend:jdepend) mvn(junit:junit) +BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.apiviz:apiviz) +BuildRequires: mvn(org.jboss.logging:jboss-logging) +BuildRequires: mvn(org.jboss.logging:jboss-logging-processor) mvn(org.jboss.xnio:xnio-api) +BuildRequires: mvn(org.jboss.xnio:xnio-nio) +%description +The purpose of JBoss Remoting is to provide a general purpose framework +for symmetric and asymmetric communication over a network. It supports +various modes of interaction, including invocations, one way messaging, +and asynchronous callbacks. + +%package javadoc +Summary: Javadoc for %{name} +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q -n jboss-remoting-%{namedversion} + +%build +%mvn_build -f + +%install +%mvn_install + +%files -f .mfiles +%license COPYING.txt + +%files javadoc -f .mfiles-javadoc +%license COPYING.txt + +%changelog +* Mon Aug 17 2020 yaokai - 4.0.21-1 +- package init diff --git a/jboss-remoting.yaml b/jboss-remoting.yaml new file mode 100644 index 0000000..8c1b59d --- /dev/null +++ b/jboss-remoting.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: https://github.com/jboss-remoting/jboss-remoting +tag_pattern: "(.*?).Final" +seperator: "."