Drop hardlinking of the documentation files

This commit is contained in:
Björn Esser 2020-04-20 07:48:13 +02:00
parent 8f0e4fddec
commit f67674acca

View File

@ -49,7 +49,6 @@ Summary: Reference manual for json-c
BuildArch: noarch
BuildRequires: doxygen
BuildRequires: hardlink
%description doc
This package contains the reference manual for %{name}.
@ -84,7 +83,6 @@ rm -f %{_includedir}/%{name}/config.h
mkdir -p %{buildroot}%{_pkgdocdir}
cp -a %{_vpath_builddir}/doc/html ChangeLog README README.* \
%{buildroot}%{_pkgdocdir}
hardlink -cvf %{buildroot}%{_pkgdocdir}
%check
@ -122,6 +120,7 @@ popd
%changelog
* Mon Apr 20 2020 Björn Esser <besser82@fedoraproject.org> - 0.13.99-0.4.20200416gita911439
- Remove config.h file from installation
- Drop hardlinking of the documentation files
* Thu Apr 16 2020 Björn Esser <besser82@fedoraproject.org> - 0.13.99-0.3.20200416gita911439
- Update to recent git snapshot