public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xine-lib] epel9-next: Using bz2 tarball
@ 2026-07-20 20:00 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-20 20:00 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xine-lib
Branch : epel9-next
Commit : 5274bd95b2a4030f1138be14ef43404bea81af44
Author : Ville Skyttä <scop@fedoraproject.org>
Date   : 2007-04-08T14:13:18+00:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xine-lib/c/5274bd95b2a4030f1138be14ef43404bea81af44?branch=epel9-next

Log:
Using bz2 tarball

---
diff --git a/xine-lib-cleanup-sources.sh b/xine-lib-cleanup-sources.sh
index 97da5bd..9cd32fd 100755
--- a/xine-lib-cleanup-sources.sh
+++ b/xine-lib-cleanup-sources.sh
@@ -6,7 +6,7 @@ if [ -z "$1" -o $# -ne 1 ]; then
 fi
 
 version=$1
-tarball="xine-lib-$version.tar.gz"
+tarball="xine-lib-$version.tar.bz2"
 dir="xine-lib-$version"
 modtarball="xine-lib-$version-pruned.tar.bz2"
 
@@ -18,7 +18,7 @@ fi
 
 echo "Uncompressing $tarball..."
 rm -rf $dir
-tar -xzf $tarball
+tar -xjf $tarball
 cd $dir
 
 # Main libraries

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 20:00 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:00 [rpms/xine-lib] epel9-next: Using bz2 tarball 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox