Move pc(5) manpage to main pkgconf package

This commit is contained in:
Neal Gompa 2018-01-07 09:26:58 -05:00
parent d3efe32f37
commit 98259cf8cd

View File

@ -17,7 +17,7 @@
Name: pkgconf Name: pkgconf
Version: 1.4.0 Version: 1.4.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Package compiler and linker metadata toolkit Summary: Package compiler and linker metadata toolkit
License: ISC License: ISC
@ -156,6 +156,7 @@ rm -rf %{buildroot}%{_datadir}/aclocal
%doc README.md AUTHORS NEWS %doc README.md AUTHORS NEWS
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%{_mandir}/man5/pc.5*
%files -n lib%{name} %files -n lib%{name}
%license COPYING %license COPYING
@ -165,7 +166,6 @@ rm -rf %{buildroot}%{_datadir}/aclocal
%{_libdir}/lib%{name}*.so %{_libdir}/lib%{name}*.so
%{_includedir}/%{name}/ %{_includedir}/%{name}/
%{_libdir}/pkgconfig/lib%{name}.pc %{_libdir}/pkgconfig/lib%{name}.pc
%{_mandir}/man5/pc.5*
%if %{with pkgconfig_compat} %if %{with pkgconfig_compat}
%files m4 %files m4
@ -181,6 +181,9 @@ rm -rf %{buildroot}%{_datadir}/aclocal
%endif %endif
%changelog %changelog
* Sun Jan 07 2018 Neal Gompa <ngompa13@gmail.com> - 1.4.0-2
- Move pc(5) manpage to main pkgconf package
* Fri Jan 05 2018 Neal Gompa <ngompa13@gmail.com> - 1.4.0-1 * Fri Jan 05 2018 Neal Gompa <ngompa13@gmail.com> - 1.4.0-1
- Update to 1.4.0 - Update to 1.4.0