Bug 981941 - Compress tarball with xz
Summary: Compress tarball with xz
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dcm4che-test
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Ankur Sinha (FranciscoD)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-07 08:00 UTC by Ville Skyttä
Modified: 2013-07-07 10:24 UTC (History)
3 users (show)

Fixed In Version: dcm4che-test-2.6-0.6.fc20.20110530svn15516
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-07 10:24:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2013-07-07 08:00:49 UTC
Compressing the tarball with xz would save about 7 MB, see http://thread.gmane.org/gmane.linux.redhat.fedora.devel/181336 and let me know if you'd like me to take care of this for devel.

diff --git a/dcm4che-test.spec b/dcm4che-test.spec
index 01d8d3a..d94c820 100644
--- a/dcm4che-test.spec
+++ b/dcm4che-test.spec
@@ -13,4 +13,4 @@ BuildArch:      noarch
-# Generated from an svn checkout: TODO: use svn export next time
-# svn export https://dcm4che.svn.sourceforge.net/svnroot/dcm4che/dcm4che2-test/tags/dcm4che2-test-2.6
-# tar -cvzf dcm4che2-test-2.6.tar.gz dcm4che2-test-2.6/
-Source0:        dcm4che2-test-%{version}.tar.gz
+# Generated from an svn checkout:
+# svn export svn://svn.code.sf.net/p/dcm4che/svn/dcm4che2-test/tags/dcm4che2-test-2.6
+# tar -cvJf dcm4che2-test-2.6.tar.xz dcm4che2-test-2.6/
+Source0:        dcm4che2-test-%{version}.tar.xz

Comment 1 Ankur Sinha (FranciscoD) 2013-07-07 09:55:45 UTC
If you have the cycles, please do it for devel. 


Thanks 
Warm regards,
Ankur


Note You need to log in before you can comment on or make changes to this bug.