summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-15 09:08:41 +0100
committerRemi Collet <remi@remirepo.net>2018-02-15 09:08:41 +0100
commitdd5c397abce828a422fdc9ceca0c4af4a3734e8d (patch)
treed890d377d82ac44b2a2d39010b23d6f267d3a2a3
parent23aae957113c611fec48383906c8c2bccde99877 (diff)
drop ldconfig scriptlets for F28
-rw-r--r--libzip.spec5
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