mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-23 14:32:15 +08:00
cleanup
This commit is contained in:
parent
84fc3af677
commit
3728302439
@ -71,5 +71,5 @@ make install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 28 Michael A. Peters <anymouseprophet@gmail.com> - 20230426.001-0.rc1
|
||||
* Fri Apr 28 2023 Michael A. Peters <anymouseprophet@gmail.com> - 20230426.001-0.rc1
|
||||
- Initial spec file for YJL (RPM bootstrapping LFS/BLFS 11.3)
|
||||
|
@ -71,5 +71,5 @@ make install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 28 Michael A. Peters <anymouseprophet@gmail.com> - 3.008-0.rc1
|
||||
* Fri Apr 28 2023 Michael A. Peters <anymouseprophet@gmail.com> - 3.008-0.rc1
|
||||
- Initial spec file for YJL (RPM bootstrapping LFS/BLFS 11.3)
|
||||
|
@ -1,16 +1,16 @@
|
||||
%global tarname xz
|
||||
Name: %{tarname}-utils
|
||||
Version: 5.4.1
|
||||
Release: %{?repo}0.rc2%{?dist}
|
||||
Summary: Command line tools for XZ and LZMA compressed files
|
||||
Name: %{tarname}-utils
|
||||
Version: 5.4.1
|
||||
Release: %{?repo}0.rc2%{?dist}
|
||||
Summary: Command line tools for XZ and LZMA compressed files
|
||||
|
||||
Group: System Environment/Utilities
|
||||
License: GPLv2 plus others
|
||||
URL: https://tukaani.org/xz
|
||||
Source0: https://tukaani.org/xz/%{tarname}-%{version}.tar.xz
|
||||
Provides: %{tarname} = %{version}-%{release}
|
||||
Provides: %{tarname}-lzma = %{version}-%{release}
|
||||
Requires: liblzma = %{version}-%{release}
|
||||
Group: System Environment/Utilities
|
||||
License: GPLv2 plus others
|
||||
URL: https://tukaani.org/xz
|
||||
Source0: https://tukaani.org/xz/%{tarname}-%{version}.tar.xz
|
||||
Provides: %{tarname} = %{version}-%{release}
|
||||
Provides: %{tarname}-lzma = %{version}-%{release}
|
||||
Requires: liblzma = %{version}-%{release}
|
||||
|
||||
%description
|
||||
XZ Utils provide a general purpose data compression library
|
||||
@ -21,8 +21,8 @@ is currently the primary algorithm. With typical files, XZ Utils
|
||||
create about 30 % smaller files than gzip.
|
||||
|
||||
%package -n liblzma
|
||||
Group: System Environment/Libraries
|
||||
Summary: Library for XZ and LZMA compressed files
|
||||
Group: System Environment/Libraries
|
||||
Summary: Library for XZ and LZMA compressed files
|
||||
|
||||
%description -n liblzma
|
||||
liblzma is a general purpose data compression library with
|
||||
@ -34,9 +34,9 @@ format and raw streams (no headers at all) are supported.
|
||||
This package includes the shared library.
|
||||
|
||||
%package -n liblzma-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Library for XZ and LZMA compressed files
|
||||
Requires: liblzma = %{version}-%{release}
|
||||
Group: Development/Libraries
|
||||
Summary: Library for XZ and LZMA compressed files
|
||||
Requires: liblzma = %{version}-%{release}
|
||||
|
||||
%description -n liblzma-devel
|
||||
This package includes the API headers, static library, and
|
||||
|
Loading…
Reference in New Issue
Block a user