Accepting request 967580 from Java:packages

bsc#1182284

OBS-URL: https://build.opensuse.org/request/show/967580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kxml?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-04-07 22:28:31 +00:00 committed by Git OBS Bridge
commit 26073dbbd2
5 changed files with 13 additions and 6 deletions

View File

@ -8,7 +8,7 @@ fi
VERSION=${1}
NAME="kxml"
wget http://downloads.sourceforge.net/sourceforge/${NAME}/${NAME}2-src-${VERSION}.zip
wget https://downloads.sourceforge.net/sourceforge/${NAME}/${NAME}2-src-${VERSION}.zip
unzip -d ${NAME}-${VERSION} ${NAME}2-src-${VERSION}.zip
rm ${NAME}2-src-${VERSION}.zip
@ -17,5 +17,5 @@ rm ${NAME}2-src-${VERSION}.zip
rm -Rf bin/ dist/* www/ samples_midp/ samples/ contrib/
)
tar czvf ${NAME}-${VERSION}-clean.tar.gz ./${NAME}-${VERSION}
tar cJvf ${NAME}-${VERSION}-clean.tar.xz ./${NAME}-${VERSION}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79f847e19cee96195b8b3e6c8642e795d8b8690c3771dc033b6a6b243d6d64c1
size 38170

BIN
kxml-2.3.0-clean.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 7 17:26:43 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Fetch the sources using https instead of http protocol
* fixes bsc#1182284
- Create *.tar.xz instead of *.tar.gz
-------------------------------------------------------------------
Wed Mar 23 07:07:25 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -25,7 +25,7 @@ License: MIT
Group: Development/Libraries/Java
URL: http://kxml.sourceforge.net/
# ./create-tarball.sh %%{version}
Source0: %{name}-%{version}-clean.tar.gz
Source0: %{name}-%{version}-clean.tar.xz
Source1: https://repo1.maven.org/maven2/net/sf/kxml/kxml2/%{version}/kxml2-%{version}.pom
Source2: https://repo1.maven.org/maven2/net/sf/kxml/kxml2-min/%{version}/kxml2-min-%{version}.pom
Source3: %{name}-%{version}-OSGI-MANIFEST.MF