diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-26 16:53:35 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-26 16:53:35 +0100 |
commit | 74048fb9a74a3608a23ce6cd5df811f015c1a5d9 (patch) | |
tree | 46aa0a702f62d0fa08026398e2b7d274659fb250 /libui.spec | |
parent | f5ca9ccb22afaefbfa04fd9ba30acaafc822901d (diff) |
Diffstat (limited to 'libui.spec')
-rw-r--r-- | libui.spec | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 <remi@fedoraproject.org> - 0-0.5.20161201git5fa7ba4 +- F28 cleanup + * Wed Nov 8 2017 Remi Collet <remi@fedoraproject.org> - 0-0.4.20161201git5fa7ba4 - refresh |