From 428690b2ce64db92e97bc06545ad31c4e3114394 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Thu, 28 Jun 2018 12:56:55 +0200 Subject: [PATCH] Remove ldconfig scriptlets --- antlr3.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/antlr3.spec b/antlr3.spec index 2831f56..d7c7e57 100644 --- a/antlr3.spec +++ b/antlr3.spec @@ -1,7 +1,7 @@ %global antlr_version 3.5.2 %global c_runtime_version 3.4 %global javascript_runtime_version 3.1 -%global baserelease 17 +%global baserelease 18 Summary: ANother Tool for Language Recognition Name: antlr3 @@ -226,10 +226,6 @@ popd mkdir -p $RPM_BUILD_ROOT/%{_includedir}/%{name} install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/ -%post C -p /sbin/ldconfig - -%postun C -p /sbin/ldconfig - %files tool -f .mfiles-tool %doc README.txt tool/{LICENSE.txt,CHANGES.txt} %{_bindir}/antlr3 @@ -263,6 +259,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/ %doc tool/LICENSE.txt %changelog +* Thu Jun 28 2018 Michael Simacek - 1:3.5.2-18 +- Remove ldconfig scriptlets + * Wed Feb 07 2018 Fedora Release Engineering - 1:3.5.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild