Update to 0.10.0

This commit is contained in:
Daniel Kopeček 2016-09-03 09:59:53 +02:00
parent 18ada23c78
commit 3024c2ca06
No known key found for this signature in database
GPG Key ID: 931A4BC18A2E6899
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/gabime-spdlog-211ce99.tar.gz
/v0.10.0.tar.gz

View File

@ -1 +1 @@
aaf84e55b24d58f5bdd124cec9a71d44 gabime-spdlog-211ce99.tar.gz
5ed0596d539054c7f9f5440315eb758f v0.10.0.tar.gz

View File

@ -1,17 +1,14 @@
%global gitdate 20150410
%global gittag 211ce99d29820f7a02c874360be11978ef40fee8
%global shorttag %(c=%{gittag}; echo ${c:0:7})
%global user gabime
%global debug_package %{nil}
Name: spdlog
Version: 0
Release: 4.%{gitdate}git%{shorttag}%{?dist}
Version: 0.10.0
Release: 1%{?dist}
Summary: Super fast C++ logging library
Group: Development/Libraries
License: MIT
URL: https://github.com/%{user}/%{name}/
Source0: https://github.com/%{user}/%{name}/tarball/%{gittag}/%{user}-%{name}-%{shorttag}.tar.gz
Source0: https://github.com/%{user}/%{name}/archive/v%{version}.tar.gz
%description
This is a packaged version of the gabime/spdlog header-only C++
@ -29,7 +26,7 @@ The %{name}-devel package contains C++ header files for developing
applications that use %{name}.
%prep
%setup -q -n %{user}-%{name}-%{shorttag}
%setup -q -n %{name}-%{version}
%build
# Nothing to build here.
@ -45,6 +42,9 @@ cp -pvR include/spdlog %{buildroot}%{_includedir}
%{_includedir}/spdlog/
%changelog
* Sun Sep 04 2016 Daniel Kopecek <dkopecek@redhat.com> - 0.10.0-1
- Update to 0.10.0
* Thu Apr 30 2015 Daniel Kopecek <dkopecek@redhat.com> - 0-4.20150410git211ce99
- don't build the base package
- remove a dot from the release tag