fmt 9.1.0-2 (znver1;x86_64;aarch64) 2022-15196
9999
Status | published | |||||||||||||||
Submitter | alexander [@T] mezon.ru | |||||||||||||||
Platform | rolling | |||||||||||||||
Repository | main | |||||||||||||||
URL | https://abf.openmandriva.org/build_lists/234381 | |||||||||||||||
Packages |
|
|||||||||||||||
Build Date | 2022-09-23 16:37:03 +0000 UTC | |||||||||||||||
Last Updated | 2022-09-30 15:19:28.198305442 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary ccccbd7f7ba11b6de2c43184858113567ac586da commit ccccbd7f7ba11b6de2c43184858113567ac586da Author: Tomasz Paweł Gajc <tpgxyz@gmail.com> AuthorDate: Fri Sep 23 18:16:44 2022 +0200 Commit: Tomasz Paweł Gajc <tpgxyz@gmail.com> CommitDate: Fri Sep 23 18:16:44 2022 +0200 rebuild --- fmt.spec | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/fmt.spec b/fmt.spec index 4074c00..cd1ec9a 100644 --- a/fmt.spec +++ b/fmt.spec @@ -1,44 +1,41 @@ -%define _disable_lto 1 - -%define major 9 -%define minor 0 -%define libname %mklibname %{name} %{major} -%define devel %mklibname -d %{name} +%define major 9 +%define minor 0 +%define libname %mklibname %{name} %{major} +%define devel %mklibname -d %{name} +Summary: Small, safe and fast formatting library Name: fmt Version: 9.1.0 -Release: 1 -Summary: Small, safe and fast formatting library +Release: 2 Group: Development/C++ License: BSD URL: https://fmtlib.org Source0: https://github.com/fmtlib/fmt/archive/%{version}/%{name}-%{version}.tar.gz - BuildRequires: cmake %description fmt is an open-source formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams. -%package -n %{devel} +%package -n %{devel} Summary: Development files for libfmt Group: Development/C++ Requires: %{libname} = %{version}-%{release} Provides: %{name}-devel -%description -n %{devel} +%description -n %{devel} This package contains the development header files, libraries and cmake files for libfmt -%package -n %{libname} +%package -n %{libname} Summary: The libfmt libraries Group: Development/C++ -%description -n %{libname} +%description -n %{libname} This package contains the library for libfmt %prep -%autosetup +%autosetup -p1 %build %cmake @@ -47,11 +44,12 @@ This package contains the library for libfmt %install %make_install -C build -%files -n %{devel} +%files -n %{libname} +%{_libdir}/libfmt.so.%{major}* + +%files -n %{devel} %{_includedir}/%{name}/ %{_libdir}/cmake/%{name}/ %{_libdir}/libfmt.so %{_libdir}/pkgconfig/%{name}.pc -%files -n %{libname} -%{_libdir}/libfmt.so.%{major}*
Not Available
benbullard79 [@T] cox.net | No Comment. | 361d 03hrs |
benbullard79 [@T] cox.net | No Comment. | 356d 06hrs |
benbullard79 [@T] cox.net | No Comment. | 356d 06hrs |