From c3a64ae4e00e4e844d8675c9695d7674a0cd1490 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Dec 01 2016 17:59:07 +0000 Subject: update to git --- diff --git a/terminology.spec b/terminology.spec index df038ad..4331412 100644 --- a/terminology.spec +++ b/terminology.spec @@ -1,18 +1,19 @@ +%global commit0 6cc0abd78770d79e19dd21cd893e31cf429aafca +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%global gitdate 20161129 + Name: terminology Version: 0.9.1 -Release: 7%{?dist} +Release: 8.%{gitdate}git%{shortcommit0}%{?dist} License: BSD Summary: EFL based terminal emulator Url: http://www.enlightenment.org Group: User Interface/Desktops -Source0: http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz -# Upstream issue: https://phab.enlightenment.org/T2858 -# Patch pulled from: -# https://git.enlightenment.org/apps/terminology.git/patch/?id=3799c924dc9a3824058363ea91261cf08d9c1a2a -Patch0: terminology-0.9.1-fix-wrong-assert-T2858-git3799c924.patch +Source0: https://github.com/billiob/terminology/archive/%{commit0}.tar.gz +# Source0: http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils BuildRequires: efl-devel elementary-devel -BuildRequires: gettext +BuildRequires: gettext autoconf automake libtool Requires: terminus-fonts Requires: xorg-x11-fonts-misc @@ -20,8 +21,8 @@ Requires: xorg-x11-fonts-misc Fast and lightweight terminal emulator using EFL libraries. %prep -%setup -q -%patch0 -p1 +%setup -q -n %{name}-%{commit0} +NOCONFIGURE=true ./autogen.sh %build %configure --disable-silent-rules @@ -66,6 +67,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/terminology.desktop %changelog +* Thu Dec 1 2016 Tom Callaway - 0.9.1-8.20161129git6cc0abd +- Update to git latest, since upstream has forgotten how to do a proper release + * Fri Jul 15 2016 Ding-Yi Chen - 0.9.1-7 - Rebuild for efl-1.17.2