Bug 982385 - Use xz to compress tarball
Summary: Use xz to compress tarball
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: coot
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Tim Fenn
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-08 21:10 UTC by Ville Skyttä
Modified: 2013-08-21 00:11 UTC (History)
1 user (show)

Fixed In Version: coot-0.7-5.20120929svn4458.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-21 00:11:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2013-07-08 21:10:53 UTC
Compressing the tarball with xz and doing svn export instead of co would save about 24 MB, see http://thread.gmane.org/gmane.linux.redhat.fedora.devel/181336

diff --git a/coot.spec b/coot.spec
index 461adde..ba915a4 100644
--- a/coot.spec
+++ b/coot.spec
@@ -14,3 +14,3 @@ Group: Applications/Engineering
-#  svn co -r 4458 http://coot.googlecode.com/svn/trunk coot-0.7
-#  tar cvzf coot-0.7-20120929svn4458.tar.gz coot-0.7
-Source0: coot-0.7-20120929svn4458.tar.gz
+#  svn export -r 4458 http://coot.googlecode.com/svn/trunk coot-0.7
+#  tar cvJf coot-0.7-20120929svn4458.tar.xz coot-0.7
+Source0: coot-0.7-20120929svn4458.tar.xz

Comment 1 Tim Fenn 2013-07-12 02:28:27 UTC
(In reply to Ville Skyttä from comment #0)
> Compressing the tarball with xz and doing svn export instead of co would
> save about 24 MB, see
> http://thread.gmane.org/gmane.linux.redhat.fedora.devel/181336
> 
> diff --git a/coot.spec b/coot.spec
> index 461adde..ba915a4 100644
> --- a/coot.spec
> +++ b/coot.spec
> @@ -14,3 +14,3 @@ Group: Applications/Engineering
> -#  svn co -r 4458 http://coot.googlecode.com/svn/trunk coot-0.7
> -#  tar cvzf coot-0.7-20120929svn4458.tar.gz coot-0.7
> -Source0: coot-0.7-20120929svn4458.tar.gz
> +#  svn export -r 4458 http://coot.googlecode.com/svn/trunk coot-0.7
> +#  tar cvJf coot-0.7-20120929svn4458.tar.xz coot-0.7
> +Source0: coot-0.7-20120929svn4458.tar.xz

OK, will do - release 0.7.1 is in the works, so I'll bundle this change with the updated release.

Comment 2 Fedora Update System 2013-08-12 08:18:15 UTC
coot-0.7-5.20120929svn4458.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/coot-0.7-5.20120929svn4458.fc19

Comment 3 Fedora Update System 2013-08-12 17:59:59 UTC
Package coot-0.7-5.20120929svn4458.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing coot-0.7-5.20120929svn4458.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-14664/coot-0.7-5.20120929svn4458.fc19
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-08-21 00:11:02 UTC
coot-0.7-5.20120929svn4458.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


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