[xemacs-packages-base: 13/13] Use xz instead of lzma to compress.

Jerry James jjames at fedoraproject.org
Fri Aug 13 18:30:11 UTC 2010


commit 7f79399bc127d90e79e05c94ecaebfc2f3570be3
Author: Jerry James <loganjerry at gmail.com>
Date:   Fri Aug 13 12:19:00 2010 -0600

    Use xz instead of lzma to compress.

 .gitignore                       |    2 +-
 sources                          |    2 +-
 xemacs-packages-base-checkout.sh |    2 +-
 xemacs-packages-base.spec        |    9 +++++----
 4 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b55aeb..ed6dabd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-xemacs-packages-base-20100727.tar.lzma
+xemacs-packages-base-20100727.tar.xz
diff --git a/sources b/sources
index 54d426c..92d02f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d55bea80ae00eaf8af22b682c1dda5a0  xemacs-packages-base-20100727.tar.lzma
+20bde61a31d3edd71e5d34445b7af0e6  xemacs-packages-base-20100727.tar.xz
diff --git a/xemacs-packages-base-checkout.sh b/xemacs-packages-base-checkout.sh
index 1549a23..12a4a7c 100755
--- a/xemacs-packages-base-checkout.sh
+++ b/xemacs-packages-base-checkout.sh
@@ -41,6 +41,6 @@ sed -i -e 's/ prog-modes//' dired/Makefile
 popd >/dev/null
 mv packages $tarball
 tar cf $pwd/$tarball.tar $tarball
-lzma -f $pwd/$tarball.tar
+xz -f $pwd/$tarball.tar
 
 cd $pwd
diff --git a/xemacs-packages-base.spec b/xemacs-packages-base.spec
index 0853cba..526e54d 100644
--- a/xemacs-packages-base.spec
+++ b/xemacs-packages-base.spec
@@ -11,15 +11,15 @@ Group:          Applications/Editors
 License:        GPLv2+ and GPL+
 URL:            http://www.xemacs.org/Documentation/packageGuide.html
 # Tarball created with Source99
-Source0:        %{name}-%{version}.tar.lzma
+Source0:        %{name}-%{version}.tar.xz
 Source99:       %{name}-checkout.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  xemacs-nox
 BuildRequires:  texinfo
-# lzma for unpacking Source0
-BuildRequires:  lzma
+# xz for unpacking Source0
+BuildRequires:  xz
 Requires:       xemacs(bin) >= %(%{xemver})
 
 %description
@@ -107,10 +107,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon Aug  2 2010 Jerry James <loganjerry at gmail.com> - 20100727-1
+* Fri Aug 13 2010 Jerry James <loganjerry at gmail.com> - 20100727-1
 - Update to new package release.
 - New upstream CVS location in checkout script.
 - Drop upstreamed patches.
+- Use xz instead of lzma to compress.
 
 * Tue Sep  1 2009 Jerry James <loganjerry at gmail.com> - 20090217-4
 - Add mule-base patch to fix bz 480845 and hopefully bz 520248.


More information about the scm-commits mailing list