diff options
| -rw-r--r-- | libzip.spec | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/libzip.spec b/libzip.spec index b8fda75..f170ba3 100644 --- a/libzip.spec +++ b/libzip.spec @@ -19,7 +19,6 @@ Name:    %{libname}%{soname}  %endif  Version: 1.4.0  Release: 3%{?dist} -Group:   System Environment/Libraries  Summary: C library for reading, creating, and modifying zip archives  License: BSD @@ -74,7 +73,6 @@ The API is documented by man pages.  %package devel -Group:    Development/Libraries  Summary:  Development files for %{name}  Requires: %{name}%{?_isa} = %{version}-%{release}  %if "%{name}" != "%{libname}" @@ -93,7 +91,6 @@ developing applications that use %{name}.  %package tools  Summary:  Command line tools from %{name} -Group:    Applications/System  Requires: %{name}%{?_isa} = %{version}-%{release}  %if "%{name}" != "%{libname}"  Conflicts: %{libname}-last-tools     <  %{version} @@ -149,8 +146,10 @@ make check  %endif +%if 0%{?fedora} < 28 && 0%{?rhel} < 8  %post -p /sbin/ldconfig  %postun -p /sbin/ldconfig +%endif  %files  | 
