Dominique Leuenberger 1 year ago committed by Git OBS Bridge
commit 49efab24a8

@ -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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12e8212666bb90465a6dd7698f54282a0203cb668c28976f2f861d346924015f
size 29940

@ -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…
Cancel
Save