package README.md

Version: 3.3.1-1
This commit is contained in:
Pavel Raiskup 2017-04-18 20:25:05 +02:00
parent 756255ffb6
commit b04ac1766f

View File

@ -1,6 +1,3 @@
%{warn:TODO: package README after https://github.com/libarchive/libarchive/pull/809
}
Name: libarchive Name: libarchive
Version: 3.3.1 Version: 3.3.1
Release: 1%{?dist} Release: 1%{?dist}
@ -181,7 +178,7 @@ run_testsuite
%files %files
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%doc NEWS %doc NEWS README.md
%{_libdir}/libarchive.so.13* %{_libdir}/libarchive.so.13*
%{_mandir}/*/cpio.* %{_mandir}/*/cpio.*
%{_mandir}/*/mtree.* %{_mandir}/*/mtree.*
@ -197,21 +194,21 @@ run_testsuite
%files -n bsdtar %files -n bsdtar
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%doc NEWS %doc NEWS README.md
%{_bindir}/bsdtar %{_bindir}/bsdtar
%{_mandir}/*/bsdtar* %{_mandir}/*/bsdtar*
%files -n bsdcpio %files -n bsdcpio
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%doc NEWS %doc NEWS README.md
%{_bindir}/bsdcpio %{_bindir}/bsdcpio
%{_mandir}/*/bsdcpio* %{_mandir}/*/bsdcpio*
%files -n bsdcat %files -n bsdcat
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%doc NEWS %doc NEWS README.md
%{_bindir}/bsdcat %{_bindir}/bsdcat
%{_mandir}/*/bsdcat* %{_mandir}/*/bsdcat*