pax/pax.spec
2020-02-18 09:45:55 +08:00

43 lines
972 B
RPMSpec

Name: pax
Version: 3.4
Release: 34
Summary: POSIX File System Archiver
License: BSD
URL: http://repository.timesys.com/buildsources/p
Source: http://repository.timesys.com/buildsources/p/pax/pax-3.4/pax-3.4.tar.bz2
Patch0000: pax-disable_Werror_option.patch
%description
Pax is the POSIX standard archive tool. It supports the two most common
forms of standard archive (backup) files - CPIO and TAR.
%package help
Summary: Help documents for pax
Requires: %{name} = %{version}-%{release}
%description help
Man pages and other related help documents for pax.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc ABOUT-NLS AUTHORS
%{_bindir}/pax
%files help
%doc ChangeLog NEWS README THANKS
%doc %{_mandir}/man1/pax.1.gz
%changelog
* Tue Feb 18 2020 Ling Yang <lingyang2@huawei.com> - 3.4-34
- Package init