|
@@ -1,18 +1,18 @@
|
|
Summary: LZMA compression utilities
|
|
Summary: LZMA compression utilities
|
|
Summary(ja): LZMA 圧縮ユーティリティ
|
|
Summary(ja): LZMA 圧縮ユーティリティ
|
|
Name: xz
|
|
Name: xz
|
|
-Version: 5.2.4
|
|
+Version: 5.2.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-License: LGPLv2+
|
|
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
|
|
+License: LGPLv2+
|
|
URL: https://tukaani.org/xz/
|
|
URL: https://tukaani.org/xz/
|
|
Source0: https://tukaani.org/xz/%{name}-%{version}.tar.xz
|
|
Source0: https://tukaani.org/xz/%{name}-%{version}.tar.xz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
XZ Utils are an attempt to make LZMA compression easy to use on free (as in
|
|
XZ Utils are an attempt to make LZMA compression easy to use on free (as in
|
|
freedom) operating systems. This is achieved by providing tools and libraries
|
|
freedom) operating systems. This is achieved by providing tools and libraries
|
|
@@ -23,6 +23,7 @@ LZMA is a general purpose compression algorithm designed by Igor Pavlov as
|
|
part of 7-Zip. It provides high compression ratio while keeping the
|
|
part of 7-Zip. It provides high compression ratio while keeping the
|
|
decompression speed fast.
|
|
decompression speed fast.
|
|
|
|
|
|
|
|
+
|
|
%package libs
|
|
%package libs
|
|
Summary: Libraries for decoding LZMA compression
|
|
Summary: Libraries for decoding LZMA compression
|
|
Summary(ja): LZMA圧縮をデコードするためのライブラリ
|
|
Summary(ja): LZMA圧縮をデコードするためのライブラリ
|
|
@@ -32,6 +33,7 @@ License: LGPLv2+
|
|
%description libs
|
|
%description libs
|
|
Libraries for decoding files compressed with LZMA or XZ utils.
|
|
Libraries for decoding files compressed with LZMA or XZ utils.
|
|
|
|
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Devel libraries & headers for liblzma
|
|
Summary: Devel libraries & headers for liblzma
|
|
Summary(ja): liblzma の開発ライブラリとヘッダファイル
|
|
Summary(ja): liblzma の開発ライブラリとヘッダファイル
|
|
@@ -43,6 +45,7 @@ Requires: pkgconfig
|
|
%description devel
|
|
%description devel
|
|
Devel libraries and headers for liblzma.
|
|
Devel libraries and headers for liblzma.
|
|
|
|
|
|
|
|
+
|
|
%package lzma-compat
|
|
%package lzma-compat
|
|
Summary: Older LZMA format compatibility binaries
|
|
Summary: Older LZMA format compatibility binaries
|
|
Summary(ja): 旧式のLZMAフォーマット互換バイナリ
|
|
Summary(ja): 旧式のLZMAフォーマット互換バイナリ
|
|
@@ -57,9 +60,11 @@ Provides: lzma = 5
|
|
The lzma-compat package contains compatibility links for older
|
|
The lzma-compat package contains compatibility links for older
|
|
commands that deal with the older LZMA format.
|
|
commands that deal with the older LZMA format.
|
|
|
|
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
|
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
|
CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
|
CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
|
@@ -69,6 +74,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
+
|
|
%install
|
|
%install
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
|
|
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
|
|
@@ -78,22 +84,27 @@ rm -rf %{buildroot}/%{_docdir}/%{name}
|
|
|
|
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
+
|
|
%check
|
|
%check
|
|
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
|
LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
|
|
|
|
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
+
|
|
%post libs -p /sbin/ldconfig
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
+
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%license COPYING.*
|
|
%license COPYING.*
|
|
%doc AUTHORS README THANKS ChangeLog
|
|
%doc AUTHORS README THANKS ChangeLog
|
|
%{_bindir}/*xz*
|
|
%{_bindir}/*xz*
|
|
%{_mandir}/man1/*xz*
|
|
%{_mandir}/man1/*xz*
|
|
|
|
+%{_mandir}/de/man1/*xz*
|
|
|
|
|
|
%files libs -f %{name}.lang
|
|
%files libs -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -112,8 +123,13 @@ rm -rf %{buildroot}
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/*lz*
|
|
%{_bindir}/*lz*
|
|
%{_mandir}/man1/*lz*
|
|
%{_mandir}/man1/*lz*
|
|
|
|
+%{_mandir}/de/man1/*lz*
|
|
|
|
+
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.5-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri Sep 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.4-1
|
|
* Fri Sep 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.4-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|