diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-26 11:16:12 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-26 11:16:12 +0100 |
commit | d16ef0eecc06d9e0cd77ffb18ab14b4becc23437 (patch) | |
tree | 84d41671067c44699380a0f4210a9f047c6c8c4c | |
parent | e5c241a268f5d49fe5d075cda1bded3cf821ad7c (diff) |
F28 cleanup
-rw-r--r-- | libhandlebars.spec | 13 |
1 files 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 <remi@remirepo.net> - 0.6.4-2 +- F28 cleanup + * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.6.4-1 - update to 0.6.4 |