]> git.pld-linux.org Git - packages/libcbor.git/commitdiff
- updated to 0.11.0 master auto/th/libcbor-0.11.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Feb 2024 21:15:02 +0000 (22:15 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Feb 2024 21:15:02 +0000 (22:15 +0100)
libcbor.spec

index ec87f58301c52fc109c20dbc478db7689bb659eb..fa5a490c90615c4189b34896fbae27e2c4df951e 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       CBOR protocol implementation
 Summary(pl.UTF-8):     Implementacja protokoĊ‚u CBOR
 Name:          libcbor
-Version:       0.10.2
+Version:       0.11.0
 Release:       1
 License:       MIT
 Group:         Libraries
 #Source0Download: https://github.com/PJK/libcbor/releases
 Source0:       https://github.com/PJK/libcbor/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: da3a6a64614678b4f67eced25f52c53b
+# Source0-md5: dd39ecd3e3c7adf2eccc585e5c2c2265
 URL:           http://libcbor.org/
 BuildRequires: cmake >= 3.2
 %if %{with apidocs}
@@ -88,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGELOG.md LICENSE.md README.md
 %attr(755,root,root) %{_libdir}/libcbor.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libcbor.so.0.10
+%attr(755,root,root) %ghost %{_libdir}/libcbor.so.0.11
 
 %files devel
 %defattr(644,root,root,755)
@@ -96,6 +96,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/cbor
 %{_includedir}/cbor.h
 %{_pkgconfigdir}/libcbor.pc
+%{_libdir}/cmake/libcbor
 
 %if %{with apidocs}
 %files apidocs
This page took 0.120909 seconds and 4 git commands to generate.