Move devel/api manpage to devel package
This commit is contained in:
parent
757fe5900f
commit
6ad6393f62
@ -1,6 +1,6 @@
|
|||||||
Name: libcbor
|
Name: libcbor
|
||||||
Version: 0.10.2
|
Version: 0.10.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A CBOR parsing library
|
Summary: A CBOR parsing library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -47,15 +47,18 @@ cp doc/build/man/* %{buildroot}%{_mandir}/man3/
|
|||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_libdir}/libcbor.so.0.10{,.*}
|
%{_libdir}/libcbor.so.0.10{,.*}
|
||||||
%{_mandir}/man3/libcbor.3{,.*}
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/cbor.h
|
%{_includedir}/cbor.h
|
||||||
%{_includedir}/cbor
|
%{_includedir}/cbor
|
||||||
%{_libdir}/libcbor.so
|
%{_libdir}/libcbor.so
|
||||||
%{_libdir}/pkgconfig/libcbor.pc
|
%{_libdir}/pkgconfig/libcbor.pc
|
||||||
|
%{_mandir}/man3/libcbor.3{,.*}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 30 2023 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 0.10.2-3
|
||||||
|
- Move devel/api manpage to devel package
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-2
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user