From d16ef0eecc06d9e0cd77ffb18ab14b4becc23437 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Feb 2018 11:16:12 +0100 Subject: F28 cleanup --- libhandlebars.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libhandlebars.spec b/libhandlebars.spec index 531614a..fecb4a5 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -24,8 +24,7 @@ Name: %{libname} Version: 0.6.4 -Release: 1%{?dist} -Group: System Environment/Libraries +Release: 2%{?dist} Summary: Handlebars C library License: LGPLv2+ @@ -34,6 +33,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_ Source1: https://github.com/%{hspec_owner}/%{hspec_project}/archive/%{hspec_commit}/%{hspec_project}-%{hspec_short}.tar.gz Source2: https://github.com/%{mspec_owner}/%{mspec_project}/archive/%{mspec_commit}/%{mspec_project}-%{mspec_short}.tar.gz +BuildRequires: gcc BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -60,7 +60,6 @@ php-handlebars[2] and handlebars.php[3]. %package devel -Group: Development/Libraries Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -71,7 +70,6 @@ developing applications that use %{name}. %package -n handlebarsc Summary: Command line tools from %{libname} -Group: Applications/System Requires: %{name}%{?_isa} = %{version}-%{release} %description -n handlebarsc @@ -103,8 +101,10 @@ rm %{buildroot}%{_libdir}/*.{a,la} make test -%post -p /sbin/ldconfig +%if 0%{?fedora} < 28 && 0%{?rhel} < 8 +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%endif %files @@ -123,6 +123,9 @@ make test %changelog +* Mon Feb 26 2018 Remi Collet - 0.6.4-2 +- F28 cleanup + * Tue Jul 18 2017 Remi Collet - 0.6.4-1 - update to 0.6.4 -- cgit