From 31d2dd1bc5c89cf878afa41bf99dcc0fe426c0cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2016 13:12:55 +0200 Subject: termbox: 1.1.0 --- termbox.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/termbox.spec b/termbox.spec index b2f2a0a..cbddff7 100644 --- a/termbox.spec +++ b/termbox.spec @@ -6,23 +6,22 @@ # # Please, preserve the changelog entries # -%global gh_commit 7cdd648ab890764fda6a3ce5da08f60e4392aa8e +%global gh_commit aba34487481da9c7102573f8f5db1be469386a72 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20140912 +#global gh_date 20140912 %global gh_owner nsf %global gh_project termbox Name: termbox Version: 1.1.0 -Release: 0.1.%{gh_date}git%{gh_short}%{?dist} +Release: 1%{?dist} Summary: Minimalist library for text-based user interfaces Group: System Environment/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?gh_date:-%{gh_short}}.tar.gz +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: waf @@ -70,18 +69,20 @@ export CFLAGS="%{optflags}" %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license COPYING %{_libdir}/lib%{name}.so.* %files devel -%defattr(-,root,root,-) -%doc README +%doc README.rst +%doc src/demo/ %{_includedir}/%{name}.h %{_libdir}/lib%{name}.so %changelog +* Thu Sep 1 2016 Remi Collet - 1.1.0-1 +- update to 1.1.0 + * Fri Sep 12 2014 Remi Collet - 1.1.0-0.1.20140912git7cdd648 -- initial package \ No newline at end of file +- initial package -- cgit