diff --git a/1.0.0.final.tar.gz b/1.0.0.final.tar.gz new file mode 100644 index 0000000..c589950 Binary files /dev/null and b/1.0.0.final.tar.gz differ diff --git a/picketbox-commons-1.0.0.final.tar.xz b/picketbox-commons-1.0.0.final.tar.xz deleted file mode 100644 index a964c40..0000000 Binary files a/picketbox-commons-1.0.0.final.tar.xz and /dev/null differ diff --git a/picketbox-commons.spec b/picketbox-commons.spec index 7d86db3..e48661a 100644 --- a/picketbox-commons.spec +++ b/picketbox-commons.spec @@ -2,13 +2,11 @@ %global namedversion %{version}%{?namedreltag} Name: picketbox-commons Version: 1.0.0 -Release: 1 +Release: 2 Summary: Common classes for security projects -License: LGPLv2+ +License: LGPL-2.0-or-later 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 +Source0: https://github.com/picketbox/commons/archive/refs/tags/%{namedversion}.tar.gz BuildArch: noarch BuildRequires: maven-local mvn(org.jboss:jboss-parent:pom:) %description @@ -20,7 +18,9 @@ Summary: Javadoc for %{name} API documentation for %{name}. %prep -%setup -q -n %{name}-%{namedversion} +%setup -q -n commons-%{namedversion} +mv %{name}/* . +rm -rf %{name} %build %mvn_build @@ -33,5 +33,8 @@ API documentation for %{name}. %files javadoc -f .mfiles-javadoc %changelog +* Fri Nov 11 2022 Ge Wang - 1.0.0-2 +- Bring source file into correspondence with discribed in spec file + * Sat Aug 15 2020 zhanghua - 1.0.0-1 - Package init