From 7fa8b5302669bd68a31c7fafa49565396579ee44 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 20 Sep 2019 08:58:18 -0300 Subject: [PATCH] Fixing as requested on review of https://build.opensuse.org/request/show/731972: --- rpm/libv3270.spec | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/rpm/libv3270.spec b/rpm/libv3270.spec index 027c989..c5265bd 100644 --- a/rpm/libv3270.spec +++ b/rpm/libv3270.spec @@ -138,12 +138,9 @@ NOCONFIGURE=1 ./autogen.sh --enable-pic %build -make clean make all %install -rm -rf $RPM_BUILD_ROOT - %makeinstall %files @@ -182,16 +179,10 @@ rm -rf $RPM_BUILD_ROOT /usr/share/glade/pixmaps/hicolor/16x16/actions/widget-v3270-terminal.png /usr/share/glade/pixmaps/hicolor/22x22/actions/widget-v3270-terminal.png -%pre -/sbin/ldconfig -exit 0 +%pre -p /sbin/ldconfig -%post -/sbin/ldconfig -exit 0 +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig -exit 0 +%postun -p /sbin/ldconfig %changelog -- libgit2 0.21.2