rpms/lpf-skype/devel lpf-skype.spec,1.3,1.4
by Simone Caronni
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.
10 years, 12 months
rpms/lpf-spotify-client/F-19 lpf-spotify-client.spec,1.4,1.5
by Alec Leamas
Author: leamas
Update of /cvs/nonfree/rpms/lpf-spotify-client/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18521
Modified Files:
lpf-spotify-client.spec
Log Message:
* Wed Nov 27 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-5
- Updating %triggerpostun
Index: lpf-spotify-client.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-19/lpf-spotify-client.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lpf-spotify-client.spec 26 Nov 2013 16:21:30 -0000 1.4
+++ lpf-spotify-client.spec 27 Nov 2013 15:20:49 -0000 1.5
@@ -4,7 +4,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
Version: 0.9.4.183.g644e24e.428
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -55,7 +55,7 @@
fi
%triggerpostun -- %{target_pkg}
-if [ "$1" = '0' ]; then
+if [ "$2" = '0' ]; then
lpf scan-removal %{target_pkg} &>/dev/null || :
fi
@@ -69,6 +69,9 @@
%changelog
+* Wed Nov 27 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-5
+- Updating %%triggerpostun
+
* Tue Nov 26 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-4
- Updating %%triggerun and %%postun.
10 years, 12 months
rpms/lpf-spotify-client/devel lpf-spotify-client.spec,1.4,1.5
by Alec Leamas
Author: leamas
Update of /cvs/nonfree/rpms/lpf-spotify-client/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18365
Modified Files:
lpf-spotify-client.spec
Log Message:
* Wed Nov 27 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-5
- Updating %triggerpostun
Index: lpf-spotify-client.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/devel/lpf-spotify-client.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lpf-spotify-client.spec 26 Nov 2013 16:20:00 -0000 1.4
+++ lpf-spotify-client.spec 27 Nov 2013 15:18:58 -0000 1.5
@@ -4,7 +4,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
Version: 0.9.4.183.g644e24e.428
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -55,7 +55,7 @@
fi
%triggerpostun -- %{target_pkg}
-if [ "$1" = '0' ]; then
+if [ "$2" = '0' ]; then
lpf scan-removal %{target_pkg} &>/dev/null || :
fi
@@ -69,6 +69,9 @@
%changelog
+* Wed Nov 27 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-5
+- Updating %%triggerpostun
+
* Tue Nov 26 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-4
- Updating %%triggerun and %%postun.
10 years, 12 months
rpms/bino/devel .cvsignore, 1.4, 1.5 bino.spec, 1.9, 1.10 sources, 1.4, 1.5
by Jaroslav Škarvada
Author: jskarvad
Update of /cvs/free/rpms/bino/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16715
Modified Files:
.cvsignore bino.spec sources
Log Message:
* Wed Nov 27 2013 Jaroslav Škarvada <jskarvad(a)redhat.com> - 1.4.4-1
- New version
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bino/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 23 May 2013 15:53:03 -0000 1.4
+++ .cvsignore 27 Nov 2013 13:54:28 -0000 1.5
@@ -1 +1 @@
-bino-1.4.2.tar.xz
+bino-1.4.4.tar.xz
Index: bino.spec
===================================================================
RCS file: /cvs/free/rpms/bino/devel/bino.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bino.spec 2 Oct 2013 08:13:31 -0000 1.9
+++ bino.spec 27 Nov 2013 13:54:28 -0000 1.10
@@ -1,6 +1,6 @@
Name: bino
-Version: 1.4.2
-Release: 4%{?dist}
+Version: 1.4.4
+Release: 1%{?dist}
Summary: 3D video player
Group: System Environment/Base
License: GPLv3+
@@ -74,6 +74,9 @@
%{_datadir}/icons/hicolor/*/apps/*
%changelog
+* Wed Nov 27 2013 Jaroslav Škarvada <jskarvad(a)redhat.com> - 1.4.4-1
+- New version
+
* Wed Oct 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.4.2-4
- Rebuilt
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bino/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 23 May 2013 15:53:03 -0000 1.4
+++ sources 27 Nov 2013 13:54:28 -0000 1.5
@@ -1 +1 @@
-0d6da8a3f9d9541a32ec669bb28e22ba bino-1.4.2.tar.xz
+27f96774443ee362f2d19808c02966f9 bino-1.4.4.tar.xz
10 years, 12 months
rpms/acoustid-fingerprinter/devel acoustid-fingerprinter-0.6-ffmpeg.patch, NONE, 1.1 acoustid-fingerprinter.spec, 1.12, 1.13
by Leigh Scott
Author: leigh123linux
Update of /cvs/free/rpms/acoustid-fingerprinter/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16218
Modified Files:
acoustid-fingerprinter.spec
Added Files:
acoustid-fingerprinter-0.6-ffmpeg.patch
Log Message:
* Wed Nov 27 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 0.6-6
- Fix compile error
acoustid-fingerprinter-0.6-ffmpeg.patch:
decoder.h | 4 +++-
ffmpeg/audioconvert.h | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
--- NEW FILE acoustid-fingerprinter-0.6-ffmpeg.patch ---
--- a/ffmpeg/audioconvert.h
+++ b/ffmpeg/audioconvert.h
@@ -79,7 +79,7 @@ int avcodec_channel_layout_num_channels(
* @param fmt_name Format name, or NULL if unknown
* @return Channel layout mask
*/
-uint64_t avcodec_guess_channel_layout(int nb_channels, enum CodecID codec_id, const char *fmt_name);
+uint64_t avcodec_guess_channel_layout(int nb_channels, enum AVCodecID codec_id, const char *fmt_name);
struct AVAudioConvert;
typedef struct AVAudioConvert AVAudioConvert;
--- a/decoder.h
+++ b/decoder.h
@@ -39,6 +39,8 @@ extern "C" {
#define AV_SAMPLE_FMT_S16 SAMPLE_FMT_S16
#endif
+#define MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio
+
class Decoder
{
public:
@@ -67,7 +69,7 @@ public:
static void initialize();
private:
- static const int BUFFER_SIZE = AVCODEC_MAX_AUDIO_FRAME_SIZE * 2;
+ static const int BUFFER_SIZE = MAX_AUDIO_FRAME_SIZE * 2;
uint8_t *m_buffer1;
uint8_t *m_buffer2;
std::string m_file_name;
Index: acoustid-fingerprinter.spec
===================================================================
RCS file: /cvs/free/rpms/acoustid-fingerprinter/devel/acoustid-fingerprinter.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- acoustid-fingerprinter.spec 2 Oct 2013 08:13:21 -0000 1.12
+++ acoustid-fingerprinter.spec 27 Nov 2013 13:39:46 -0000 1.13
@@ -1,12 +1,13 @@
Name: acoustid-fingerprinter
Version: 0.6
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Music AcoustID fingerprinting application
Group: System Environment/Libraries
License: GPLv2+
URL: http://acoustid.org/fingerprinter
Source: https://github.com/downloads/lalinsky/%{name}/%{name}-%{version}.tar.gz
+Patch0: acoustid-fingerprinter-0.6-ffmpeg.patch
BuildRequires: cmake
BuildRequires: qt4-devel
@@ -28,6 +29,7 @@
%prep
%setup -q
+%patch0 -p1 -b .ffmpeg
%build
@@ -72,6 +74,9 @@
%changelog
+* Wed Nov 27 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 0.6-6
+- Fix compile error
+
* Wed Oct 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6-5
- Rebuilt
10 years, 12 months
rpms/ffmpegthumbs/F-19 .cvsignore, 1.7, 1.8 ffmpegthumbs.spec, 1.8, 1.9 sources, 1.7, 1.8
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/ffmpegthumbs/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13829
Modified Files:
.cvsignore ffmpegthumbs.spec sources
Log Message:
* Wed Nov 27 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.11.3-1
- 4.11.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/F-19/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 1 Oct 2013 17:24:14 -0000 1.7
+++ .cvsignore 27 Nov 2013 12:10:23 -0000 1.8
@@ -1 +1 @@
-ffmpegthumbs-4.11.1.tar.xz
+ffmpegthumbs-4.11.3.tar.xz
Index: ffmpegthumbs.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/F-19/ffmpegthumbs.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ffmpegthumbs.spec 1 Oct 2013 17:24:14 -0000 1.8
+++ ffmpegthumbs.spec 27 Nov 2013 12:10:23 -0000 1.9
@@ -1,6 +1,6 @@
Name: ffmpegthumbs
-Version: 4.11.1
+Version: 4.11.3
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -56,6 +56,9 @@
%changelog
+* Wed Nov 27 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.11.3-1
+- 4.11.3
+
* Tue Oct 01 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.11.1-1
- 4.11.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/F-19/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 1 Oct 2013 17:24:14 -0000 1.7
+++ sources 27 Nov 2013 12:10:23 -0000 1.8
@@ -1 +1 @@
-ed7439a8274b093162e9b1f1d79d7b1e ffmpegthumbs-4.11.1.tar.xz
+81765fe7fd7e7cccdffe853beaefc86e ffmpegthumbs-4.11.3.tar.xz
10 years, 12 months
rpms/ffmpegthumbs/devel .cvsignore, 1.7, 1.8 ffmpegthumbs.spec, 1.9, 1.10 sources, 1.7, 1.8
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/ffmpegthumbs/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13729
Modified Files:
.cvsignore ffmpegthumbs.spec sources
Log Message:
* Wed Nov 27 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.11.3-1
- 4.11.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 1 Oct 2013 12:22:52 -0000 1.7
+++ .cvsignore 27 Nov 2013 12:09:52 -0000 1.8
@@ -1 +1 @@
-ffmpegthumbs-4.11.1.tar.xz
+ffmpegthumbs-4.11.3.tar.xz
Index: ffmpegthumbs.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/devel/ffmpegthumbs.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ffmpegthumbs.spec 1 Oct 2013 12:22:52 -0000 1.9
+++ ffmpegthumbs.spec 27 Nov 2013 12:09:52 -0000 1.10
@@ -1,6 +1,6 @@
Name: ffmpegthumbs
-Version: 4.11.1
+Version: 4.11.3
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -56,6 +56,9 @@
%changelog
+* Wed Nov 27 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.11.3-1
+- 4.11.3
+
* Tue Oct 01 2013 Rex Dieter <rdieter(a)fedoraproject.org> 4.11.1-1
- 4.11.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 1 Oct 2013 12:22:53 -0000 1.7
+++ sources 27 Nov 2013 12:09:52 -0000 1.8
@@ -1 +1 @@
-ed7439a8274b093162e9b1f1d79d7b1e ffmpegthumbs-4.11.1.tar.xz
+81765fe7fd7e7cccdffe853beaefc86e ffmpegthumbs-4.11.3.tar.xz
10 years, 12 months
rpms/ffmpegthumbnailer/devel ffmpegthumbnailer-2.0.8-memcpy.patch, NONE, 1.1 ffmpegthumbnailer.spec, 1.19, 1.20
by Leigh Scott
Author: leigh123linux
Update of /cvs/free/rpms/ffmpegthumbnailer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12902
Modified Files:
ffmpegthumbnailer.spec
Added Files:
ffmpegthumbnailer-2.0.8-memcpy.patch
Log Message:
* Wed Nov 27 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.8-7
- fix compile error
ffmpegthumbnailer-2.0.8-memcpy.patch:
pngwriter.cpp | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE ffmpegthumbnailer-2.0.8-memcpy.patch ---
libffmpegthumbnailer/pngwriter.cpp: In function 'void ffmpegthumbnailer::writeDataCallback(png_structp, png_bytep, png_size_t)':
libffmpegthumbnailer/pngwriter.cpp:111:52: error: 'memcpy' was not declared in this scope
--- a/libffmpegthumbnailer/pngwriter.cpp
+++ b/libffmpegthumbnailer/pngwriter.cpp
@@ -17,6 +17,7 @@
#include "pngwriter.h"
#include <stdexcept>
#include <cassert>
+#include <cstring>
using namespace std;
Index: ffmpegthumbnailer.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/ffmpegthumbnailer.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ffmpegthumbnailer.spec 2 Oct 2013 08:13:49 -0000 1.19
+++ ffmpegthumbnailer.spec 27 Nov 2013 11:35:47 -0000 1.20
@@ -1,6 +1,6 @@
Name: ffmpegthumbnailer
Version: 2.0.8
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
Group: Applications/Multimedia
@@ -8,6 +8,7 @@
URL: http://code.google.com/p/ffmpegthumbnailer/
Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: ffmpegthumbnailer-2.0.8-memcpy.patch
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
BuildRequires: chrpath, automake, autoconf
@@ -27,6 +28,7 @@
%prep
%setup -q
+%patch0 -p1 -b .ffmpegthumbnailer-2.0.8-memcpy
chmod -x README INSTALL COPYING AUTHORS
%build
@@ -69,6 +71,9 @@
%changelog
+* Wed Nov 27 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.8-7
+- fix compile error
+
* Wed Oct 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.8-6
- Rebuilt
10 years, 12 months
rpms/lpf-spotify-client/F-19 lpf-spotify-client.spec,1.3,1.4
by Alec Leamas
Author: leamas
Update of /cvs/nonfree/rpms/lpf-spotify-client/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5975
Modified Files:
lpf-spotify-client.spec
Log Message:
* Tue Nov 26 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-4
- Updating %triggerun and %postun.
Index: lpf-spotify-client.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-19/lpf-spotify-client.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lpf-spotify-client.spec 26 Nov 2013 14:47:36 -0000 1.3
+++ lpf-spotify-client.spec 26 Nov 2013 16:21:30 -0000 1.4
@@ -4,7 +4,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
Version: 0.9.4.183.g644e24e.428
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -50,10 +50,14 @@
lpf scan 2>/dev/null || :
%postun
-/usr/share/lpf/scripts/lpf-pkg-postun %{target_pkg} &>/dev/null || :
-
-triggerpostun -- %{target_pkg}
-lpf scan-removal %{target_pkg} &>/dev/null || :
+if [ "$1" = '0' ]; then
+ /usr/share/lpf/scripts/lpf-pkg-postun %{target_pkg} &>/dev/null || :
+fi
+
+%triggerpostun -- %{target_pkg}
+if [ "$1" = '0' ]; then
+ lpf scan-removal %{target_pkg} &>/dev/null || :
+fi
%files
@@ -65,7 +69,10 @@
%changelog
-* Tue Nov 26 2013 leamas.alec(a)gmail.com - 0.9.4.183.g644e24e.428-3
+* Tue Nov 26 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-4
+- Updating %%triggerun and %%postun.
+
+* Tue Nov 26 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-3
- Updating %%postun
- Making description to free-format text.
10 years, 12 months
rpms/lpf-spotify-client/devel lpf-spotify-client.spec,1.3,1.4
by Alec Leamas
Author: leamas
Update of /cvs/nonfree/rpms/lpf-spotify-client/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5817
Modified Files:
lpf-spotify-client.spec
Log Message:
* Tue Nov 26 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-4
- Updating %triggerun and %postun.
Index: lpf-spotify-client.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/devel/lpf-spotify-client.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lpf-spotify-client.spec 26 Nov 2013 14:46:37 -0000 1.3
+++ lpf-spotify-client.spec 26 Nov 2013 16:20:00 -0000 1.4
@@ -4,7 +4,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
Version: 0.9.4.183.g644e24e.428
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -50,10 +50,14 @@
lpf scan 2>/dev/null || :
%postun
-/usr/share/lpf/scripts/lpf-pkg-postun %{target_pkg} &>/dev/null || :
-
-triggerpostun -- %{target_pkg}
-lpf scan-removal %{target_pkg} &>/dev/null || :
+if [ "$1" = '0' ]; then
+ /usr/share/lpf/scripts/lpf-pkg-postun %{target_pkg} &>/dev/null || :
+fi
+
+%triggerpostun -- %{target_pkg}
+if [ "$1" = '0' ]; then
+ lpf scan-removal %{target_pkg} &>/dev/null || :
+fi
%files
@@ -65,7 +69,10 @@
%changelog
-* Tue Nov 26 2013 leamas.alec(a)gmail.com - 0.9.4.183.g644e24e.428-3
+* Tue Nov 26 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-4
+- Updating %%triggerun and %%postun.
+
+* Tue Nov 26 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-3
- Updating %%postun
- Making description to free-format text.
10 years, 12 months