From 74048fb9a74a3608a23ce6cd5df811f015c1a5d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Feb 2018 16:53:35 +0100 Subject: F28 cleanup --- libui.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'libui.spec') diff --git a/libui.spec b/libui.spec index 4870f55..9415b86 100644 --- a/libui.spec +++ b/libui.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for libui # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -18,9 +18,8 @@ Name: %{libname} Summary: Simple and portable GUI library Version: 0 -Release: 0.4.%{gh_date}git%{gh_short}%{?dist} +Release: 0.5.%{gh_date}git%{gh_short}%{?dist} License: MIT -Group: System Environment/Libraries URL: https://github.com/andlabs/libui Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -40,7 +39,6 @@ GUI technologies of each platform it supports. %package devel Summary: Header files and development libraries for %{name} -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -77,9 +75,10 @@ for header in ui.h ui_unix.h; do done -%post -p /sbin/ldconfig - +%if 0%{?fedora} < 28 && 0%{?rhel} < 8 +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%endif %files @@ -95,6 +94,9 @@ done %changelog +* Mon Feb 26 2018 Remi Collet - 0-0.5.20161201git5fa7ba4 +- F28 cleanup + * Wed Nov 8 2017 Remi Collet - 0-0.4.20161201git5fa7ba4 - refresh -- cgit