SPECS: xz.spec - lzma-utils is now known as xz
arekm
arekm at pld-linux.org
Fri Feb 6 22:21:12 CET 2009
Author: arekm Date: Fri Feb 6 21:21:12 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- lzma-utils is now known as xz
---- Files affected:
SPECS:
xz.spec (1.50 -> 1.51)
---- Diffs:
================================================================
Index: SPECS/xz.spec
diff -u SPECS/xz.spec:1.50 SPECS/xz.spec:1.51
--- SPECS/xz.spec:1.50 Sat Jan 3 22:31:21 2009
+++ SPECS/xz.spec Fri Feb 6 22:21:07 2009
@@ -3,19 +3,18 @@
# Conditional build:
%bcond_without tests # don't perform make check
#
-%define snap alpha
+%define snap beta
Summary: LZMA Encoder/Decoder
Summary(pl.UTF-8): Koder/Dekoder LZMA
-Name: lzma
-Version: 4.999.5
+Name: xz
+Version: 4.999.7
Release: 0.%{snap}.4
Epoch: 1
License: LGPL v2.1+, helper scripts on GPL v2+
Group: Applications/Archiving
Source0: http://tukaani.org/lzma/%{name}-%{version}%{snap}.tar.gz
-# Source0-md5: db736e080858a7c34357960254dda280
-Patch0: %{name}-memlimit.patch
-URL: http://tukaani.org/lzma/
+# Source0-md5: be561c1c5597cfa2aa6122854492b2ce
+URL: http://tukaani.org/xz/
BuildRequires: rpmbuild(macros) >= 1.402
BuildRequires: sed >= 4.0
Suggests: mktemp
@@ -95,7 +94,6 @@
%prep
%setup -q -n %{name}-%{version}%{snap}
-%patch0 -p1
sed -i 's|/usr/bin/mktemp|/bin/mktemp|' src/scripts/lzdiff
%build
@@ -115,9 +113,10 @@
mv -f $RPM_BUILD_ROOT%{_libdir}/liblzma.so.* $RPM_BUILD_ROOT/%{_lib}
ln -sf /%{_lib}/liblzma.so.0.0.0 $RPM_BUILD_ROOT%{_libdir}/liblzma.so
-echo '#LZMA_OPT="--threads=2"' > $RPM_BUILD_ROOT/etc/env.d/LZMA_OPT
+echo '#XZ_OPT="--threads=2"' > $RPM_BUILD_ROOT/etc/env.d/XZ_OPT
-%find_lang %{name}
+:> %{name}.lang
+#%%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -127,14 +126,15 @@
%files
%defattr(644,root,root,755)
-%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/LZMA_OPT
+%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/XZ_OPT
%attr(755,root,root) %{_bindir}/*lz*
+%attr(755,root,root) %{_bindir}/*xz*
%{_mandir}/man1/lz*.1*
%files libs -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS COPYING README THANKS TODO
-%doc doc/{bugs,faq,file-format,history,lzma-intro}.txt
+%doc AUTHORS COPYING README THANKS
+%doc doc/{bugs,file-format}.txt
%attr(755,root,root) /%{_lib}/liblzma.so.*.*.*
%attr(755,root,root) %ghost /%{_lib}/liblzma.so.0
@@ -145,7 +145,7 @@
%{_libdir}/liblzma.la
%{_includedir}/lzma.h
%{_includedir}/lzma
-%{_pkgconfigdir}/lzma.pc
+%{_pkgconfigdir}/liblzma.pc
%files static
%defattr(644,root,root,755)
@@ -157,6 +157,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51 2009/02/06 21:21:07 arekm
+- lzma-utils is now known as xz
+
Revision 1.50 2009/01/03 21:31:21 areq
- typo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xz.spec?r1=1.50&r2=1.51&f=u
More information about the pld-cvs-commit
mailing list