This commit is contained in:
parent
e4ac797d0f
commit
8bc548b60f
@ -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}
|
||||
|
||||
|
@ -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
BIN
kxml-2.3.0-clean.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user