public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xine-lib] epel9-next: xine-lib-cleanup-sources.sh: Use .xz tarballs.
@ 2026-07-20 20:01 Kevin Kofler
0 siblings, 0 replies; only message in thread
From: Kevin Kofler @ 2026-07-20 20:01 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xine-lib
Branch : epel9-next
Commit : fffc4c3b90583bc0decf855fb60319bda8f64753
Author : Kevin Kofler <Kevin@tigcc.ticalc.org>
Date : 2011-11-20T01:40:14+01:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xine-lib/c/fffc4c3b90583bc0decf855fb60319bda8f64753?branch=epel9-next
Log:
xine-lib-cleanup-sources.sh: Use .xz tarballs.
---
diff --git a/xine-lib-cleanup-sources.sh b/xine-lib-cleanup-sources.sh
index 31cff0f..f7ba13e 100755
--- a/xine-lib-cleanup-sources.sh
+++ b/xine-lib-cleanup-sources.sh
@@ -6,9 +6,9 @@ if [ -z "$1" -o $# -ne 1 ]; then
fi
version=$1
-tarball="xine-lib-$version.tar.bz2"
+tarball="xine-lib-$version.tar.xz"
dir="xine-lib-$version"
-modtarball="xine-lib-$version-pruned.tar.bz2"
+modtarball="xine-lib-$version-pruned.tar.xz"
if [ ! -f $tarball ]; then
@@ -18,7 +18,7 @@ fi
echo "Uncompressing $tarball..."
rm -rf $dir
-tar -xjf $tarball
+tar -xJf $tarball
cd $dir
rmpluglib()
@@ -81,5 +81,5 @@ sed -i -e '/nosefart\/Makefile/d' configure.ac
cd ..
echo "Generating $modtarball..."
-tar -cjf $modtarball $dir
+tar -cJf $modtarball $dir
rm -rf $dir
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:01 [rpms/xine-lib] epel9-next: xine-lib-cleanup-sources.sh: Use .xz tarballs Kevin Kofler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox