diff --git a/1.2.3.tar.gz b/1.2.3.tar.gz deleted file mode 100644 index 89150b7..0000000 Binary files a/1.2.3.tar.gz and /dev/null differ diff --git a/shrinkwrap-1.2.6.tar.gz b/shrinkwrap-1.2.6.tar.gz new file mode 100644 index 0000000..7fe7b95 Binary files /dev/null and b/shrinkwrap-1.2.6.tar.gz differ diff --git a/shrinkwrap.spec b/shrinkwrap.spec index ece85f3..be04276 100644 --- a/shrinkwrap.spec +++ b/shrinkwrap.spec @@ -1,12 +1,10 @@ -%global namedreltag %{nil} -%global namedversion %{version}%{?namedreltag} Name: shrinkwrap -Version: 1.2.3 +Version: 1.2.6 Release: 1 Summary: A simple mechanism to assemble Java archives License: ASL 2.0 Url: http://arquillian.org/modules/shrinkwrap-shrinkwrap/ -Source0: https://github.com/shrinkwrap/shrinkwrap/archive/%{namedversion}.tar.gz +Source0: https://github.com/shrinkwrap/shrinkwrap/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: maven-local mvn(jdepend:jdepend) mvn(junit:junit) BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.apiviz:apiviz) BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) @@ -73,7 +71,7 @@ Summary: Javadoc for %{name} This package contains javadoc for %{name}. %prep -%setup -q -n %{name}-%{namedversion} +%setup -q -n %{name}-%{version} %pom_disable_module dist %pom_xpath_remove "pom:requireProperty" %pom_xpath_remove "pom:configuration/pom:argLine" @@ -124,5 +122,8 @@ rm LICENSE.orig %license LICENSE %changelog +* Mon Jan 29 2024 xu_ping <707078654@qq.com> - 1.2.6-1 +- Upgrade version to 1.2.6 + * Mon Aug 17 2020 Shaoqiang Kang - 1.2.3-1 - Package init