Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-skype/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21676
Modified Files:
lpf-skype.spec
Log Message:
* Wed Nov 27 2013 Alec Leamas <leamas(a)nowhere.net> - 4.2.0.11-6
- Updating %postun and %triggerun scriptlets.
Index: lpf-skype.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-skype/devel/lpf-skype.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lpf-skype.spec 26 Nov 2013 12:52:09 -0000 1.3
+++ lpf-skype.spec 27 Nov 2013 16:51:55 -0000 1.4
@@ -3,7 +3,7 @@
Name: lpf-skype
Version: 4.2.0.11
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Skype Messaging and Telephony Client package bootstrap
License: MIT
@@ -44,11 +44,14 @@
DISPLAY= lpf scan 2>/dev/null || :
%postun
-DISPLAY= lpf scan 2>/dev/null || :
-/usr/share/lpf/scripts/lpf-pkg-postun %{target-pkg}
+if [ "$1" = '0' ]; then
+ /usr/share/lpf/scripts/lpf-pkg-postun %{target_pkg} &>/dev/null || :
+fi
%triggerpostun -- %{target_pkg}
-lpf scan-removal %{target_pkg} &>/dev/null || :
+if [ "$2" = '0' ]; then
+ lpf scan-removal %{target_pkg} &>/dev/null || :
+fi
%files
%doc README LICENSE
@@ -59,6 +62,9 @@
%changelog
+* Wed Nov 27 2013 Alec Leamas <leamas(a)nowhere.net> - 4.2.0.11-6
+- Updating %%postun and %%triggerun scriptlets.
+
* Thu Nov 21 2013 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.11-5
- Remove skype-wrapper; is generated inside the spec file.
- Use description as close as possible to bundled spec file.
Show replies by date