!4 Merge subpackages into main package
Merge pull request !4 from chengquan/developer
This commit is contained in:
commit
a6ee935886
@ -1,6 +1,6 @@
|
|||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 5.02
|
Version: 5.02
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Linux kernel and user-space C library interfaces documentation
|
Summary: Linux kernel and user-space C library interfaces documentation
|
||||||
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
||||||
URL: http://www.kernel.org/doc/man-pages/
|
URL: http://www.kernel.org/doc/man-pages/
|
||||||
@ -19,8 +19,6 @@ are employed by user-space programs.With respect to the C library, the primary f
|
|||||||
the GNU C library (glibc), although, where known, documentation of variations on
|
the GNU C library (glibc), although, where known, documentation of variations on
|
||||||
other C libraries available for Linux is also included.
|
other C libraries available for Linux is also included.
|
||||||
|
|
||||||
%package_help
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
@ -42,13 +40,14 @@ make install DESTDIR=%{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README man-pages-%{version}.Announce Changes
|
%doc README man-pages-%{version}.Announce Changes
|
||||||
|
|
||||||
%files help
|
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%exclude %{_mandir}/man3/crypt.3.gz
|
%exclude %{_mandir}/man3/crypt.3.gz
|
||||||
%exclude %{_mandir}/man7/bpf-helpers.7.gz
|
%exclude %{_mandir}/man7/bpf-helpers.7.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.02-5
|
||||||
|
- Merge subpackages into main package
|
||||||
|
|
||||||
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.02-4
|
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.02-4
|
||||||
- Add necessary BuildRequire
|
- Add necessary BuildRequire
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user