automatic version update by autodist [release 1.8.5-1mamba;Sat Apr 03 2021]
This commit is contained in:
parent
89a9e566d3
commit
f3ec1adcda
25
spdlog.spec
25
spdlog.spec
@ -1,5 +1,5 @@
|
|||||||
Name: spdlog
|
Name: spdlog
|
||||||
Version: 1.8.2
|
Version: 1.8.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Fast C++ logging library
|
Summary: Fast C++ logging library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,18 +7,24 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/gabime/spdlog
|
URL: https://github.com/gabime/spdlog
|
||||||
## GITSOURCE https://github.com/gabime/spdlog.git v1.5.0
|
|
||||||
Source: https://github.com/gabime/spdlog.git/v%{version}/spdlog-%{version}.tar.bz2
|
Source: https://github.com/gabime/spdlog.git/v%{version}/spdlog-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Fast C++ logging library.
|
Fast C++ logging library.
|
||||||
|
|
||||||
|
%package -n lib%{name}
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: Fast C++ logging library
|
||||||
|
Requires: pkg-config
|
||||||
|
|
||||||
|
%description -n lib%{name}
|
||||||
|
Fast C++ logging library.
|
||||||
|
|
||||||
%package -n lib%{name}-devel
|
%package -n lib%{name}-devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -28,6 +34,8 @@ Requires: pkg-config
|
|||||||
Fast C++ logging library.
|
Fast C++ logging library.
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -42,18 +50,25 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -n lib%{name}
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libspdlog.so.*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/spdlog
|
%dir %{_includedir}/spdlog
|
||||||
%{_includedir}/spdlog/*
|
%{_includedir}/spdlog/*
|
||||||
|
%{_libdir}/libspdlog.so
|
||||||
%dir %{_libdir}/cmake/spdlog
|
%dir %{_libdir}/cmake/spdlog
|
||||||
%{_libdir}/cmake/spdlog/spdlog*.cmake
|
%{_libdir}/cmake/spdlog/spdlog*.cmake
|
||||||
%{_libdir}/libspdlog.a
|
|
||||||
%{_libdir}/pkgconfig/spdlog.pc
|
%{_libdir}/pkgconfig/spdlog.pc
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%doc LICENSE
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 1.8.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Dec 19 2020 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
* Sat Dec 19 2020 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user