[supybot-notify/el5/master] Properly extract tar.xz file in el5.

Ricky Zhou (周家杰) ricky at fedoraproject.org
Sat Jan 8 03:58:48 UTC 2011


commit 2480ad5f9884114ecbf60746bda6ae19e4bd3cc7
Author: Ricky Zhou <ricky at fedoraproject.org>
Date:   Fri Jan 7 22:58:31 2011 -0500

    Properly extract tar.xz file in el5.

 supybot-notify.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/supybot-notify.spec b/supybot-notify.spec
index 35491f1..ba87330 100644
--- a/supybot-notify.spec
+++ b/supybot-notify.spec
@@ -4,7 +4,7 @@
 
 Name:           supybot-notify
 Version:        0.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Notification plugin for Supybot
 
 Group:          Applications/Internet
@@ -24,7 +24,8 @@ an IRC channel.
 
 
 %prep
-%setup -q
+xzcat %{SOURCE0} | tar -xf -
+%setup -qDT
 
 
 %build
@@ -47,6 +48,9 @@ an IRC channel.
 
 
 %changelog
+* Fri Jan 07 2011 Ricky Zhou <ricky at fedoraproject.org> - 0.2.1-2
+- Properly extract tar.xz file in el5.
+
 * Fri Jan 07 2011 Ricky Zhou <ricky at fedoraproject.org> - 0.2.1-1
 - Update for 0.2.1 release.
 


More information about the scm-commits mailing list