[a52dec] Fix mixing tabs and spaces, (vim :retab).
by Sérgio M. Basto
commit 09c4e89e5b29fa4023ace8e17d42e73035e46db2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Aug 16 22:16:39 2016 +0100
Fix mixing tabs and spaces, (vim :retab).
a52dec.spec | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/a52dec.spec b/a52dec.spec
index f790300..674df23 100644
--- a/a52dec.spec
+++ b/a52dec.spec
@@ -1,21 +1,21 @@
-Summary: A free ATSC A/52 stream decoder
-Name: a52dec
-Version: 0.7.4
-Release: 20%{?dist}
-License: GPLv2
-Group: System Environment/Libraries
-URL: http://liba52.sourceforge.net
-Source0: %{url}/files/%{name}-%{version}.tar.gz
-Patch0: a52dec-configure-optflags.patch
-Patch1: a52dec-0.7.4-rpath64.patch
-Patch2: liba52-silence.patch
-
-BuildRequires: perl
+Summary: A free ATSC A/52 stream decoder
+Name: a52dec
+Version: 0.7.4
+Release: 20%{?dist}
+License: GPLv2
+Group: System Environment/Libraries
+URL: http://liba52.sourceforge.net
+Source0: %{url}/files/%{name}-%{version}.tar.gz
+Patch0: a52dec-configure-optflags.patch
+Patch1: a52dec-0.7.4-rpath64.patch
+Patch2: liba52-silence.patch
+
+BuildRequires: perl
%package devel
-Summary: Development files needed for a52dec
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Summary: Development files needed for a52dec
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
%description
8 years, 3 months
[a52dec] Clean spec, with Vascom, rfbz #4193, add license tag
by Sérgio M. Basto
commit 6b5ddd6cc1d28d56224646b56b693c67f1f65405
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Aug 16 22:15:19 2016 +0100
Clean spec, with Vascom, rfbz #4193, add license tag
a52dec-configure-optflags.patch | 4 ++--
a52dec.spec | 44 ++++++++++++++---------------------------
2 files changed, 17 insertions(+), 31 deletions(-)
---
diff --git a/a52dec-configure-optflags.patch b/a52dec-configure-optflags.patch
index 3b62117..a0b8463 100644
--- a/a52dec-configure-optflags.patch
+++ b/a52dec-configure-optflags.patch
@@ -1,5 +1,5 @@
---- configure~ 2002-07-28 06:50:42.000000000 +0300
-+++ configure 2003-04-13 17:20:53.000000000 +0300
+--- ./configure~ 2002-07-28 06:50:42.000000000 +0300
++++ ./configure 2003-04-13 17:20:53.000000000 +0300
@@ -2857,13 +2857,13 @@
case "$host" in
diff --git a/a52dec.spec b/a52dec.spec
index 684bee7..f790300 100644
--- a/a52dec.spec
+++ b/a52dec.spec
@@ -1,23 +1,22 @@
Summary: A free ATSC A/52 stream decoder
Name: a52dec
Version: 0.7.4
-Release: 19%{?dist}
+Release: 20%{?dist}
License: GPLv2
Group: System Environment/Libraries
-URL: http://liba52.sourceforge.net/
-Source0: http://liba52.sourceforge.net/files/%{name}-%{version}.tar.gz
+URL: http://liba52.sourceforge.net
+Source0: %{url}/files/%{name}-%{version}.tar.gz
Patch0: a52dec-configure-optflags.patch
Patch1: a52dec-0.7.4-rpath64.patch
Patch2: liba52-silence.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires: %{__perl}
+
+BuildRequires: perl
%package devel
Summary: Development files needed for a52dec
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-#---------------------------------------------------------------------
%description
liba52 is a free library for decoding ATSC A/52 streams. The A/52
@@ -31,57 +30,44 @@ standard is used in a variety of applications, including digital
television and DVD. It is also known as AC-3.
This package contains development files for a52dec.
-#---------------------------------------------------------------------
%prep
-%setup -q
-%patch0
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1
%{__perl} -pi -e 's/-prefer-non-pic\b/-prefer-pic/' \
configure liba52/configure.incl
-#---------------------------------------------------------------------
%build
%configure --enable-shared --disable-static
-make %{?_smp_mflags}
+%make_build
-#---------------------------------------------------------------------
%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=%{buildroot}
-
-#---------------------------------------------------------------------
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
-#---------------------------------------------------------------------
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root,-)
%exclude %{_libdir}/liba52.la
-%doc AUTHORS COPYING ChangeLog HISTORY NEWS TODO
+%doc AUTHORS ChangeLog HISTORY NEWS TODO
+%license COPYING
%{_libdir}/liba52.so.*
-%{_bindir}/a52dec
+%{_bindir}/%{name}
%{_bindir}/extract_a52
%{_mandir}/man1/a52dec.1*
%{_mandir}/man1/extract_a52.1*
%files devel
-%defattr(-,root,root,-)
%doc doc/liba52.txt
-%{_includedir}/a52dec
+%{_includedir}/%{name}
%{_libdir}/liba52.so
-#---------------------------------------------------------------------
-
%changelog
+* Tue Aug 16 2016 Sérgio Basto <sergio(a)serjux.com> - 0.7.4-20
+- Clean spec, with Vascom, rfbz #4193, add license tag
+
* Sat Aug 30 2014 Sérgio Basto <sergio(a)serjux.com> - 0.7.4-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8 years, 3 months
[dosemu] Clean spec, with Vascom, rfbz #4195
by Sérgio M. Basto
commit c55f5936f99ecc8a626bb85c5673d854b10b6035
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Aug 16 21:34:52 2016 +0100
Clean spec, with Vascom, rfbz #4195
dosemu.spec | 108 +++++++++++++++++++-----------------------------------------
1 file changed, 33 insertions(+), 75 deletions(-)
---
diff --git a/dosemu.spec b/dosemu.spec
index 834e394..b5ef7a0 100644
--- a/dosemu.spec
+++ b/dosemu.spec
@@ -1,6 +1,6 @@
Name: dosemu
Version: 1.4.0.8
-Release: 18.20131022git%{?dist}
+Release: 19.20131022git%{?dist}
Summary: DOS Emulator for Linux
URL: http://dosemu.sf.net
License: GPLv2+
@@ -27,7 +27,7 @@ Source1: %{name}-freedos-bin.tgz
Source2: %{name}.desktop
Source3: freedos-source.tar.gz
Group: Applications/Emulators
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
Requires: hicolor-icon-theme
BuildRequires: bison
BuildRequires: flex
@@ -57,103 +57,61 @@ programs forever!
%prep
-%setup -q
+%autosetup
%build
%configure --with-fdtarball=%{SOURCE1}
-make %{?_smp_mflags}
+%make_build
%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-make DESTDIR=$RPM_BUILD_ROOT install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_bindir}
+%make_install
desktop-file-install \
- --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
- %{SOURCE2}
+ --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
-mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
-install -p -m 0644 etc/dosemu.xpm ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+install -p -m 0644 etc/dosemu.xpm %{buildroot}%{_datadir}/pixmaps
# Correct some file permissions
-chmod 755 $RPM_BUILD_ROOT%{_datadir}/dosemu \
-$RPM_BUILD_ROOT%{_datadir}/dosemu/drive_z \
-$RPM_BUILD_ROOT%{_datadir}/dosemu/drive_z/doc/exe2bin
-chmod +x $RPM_BUILD_ROOT%{_libdir}/dosemu/libplugin*.so
+chmod 755 %{buildroot}%{_datadir}/dosemu \
+%{buildroot}%{_datadir}/dosemu/drive_z \
+%{buildroot}%{_datadir}/dosemu/drive_z/doc/exe2bin
+chmod +x %{buildroot}%{_libdir}/dosemu/libplugin*.so
# Move configuration files to /etc/dosemu to make it FHS compliant
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dosemu/drives
-mv -f $RPM_BUILD_ROOT%{_sysconfdir}/{dosemu.conf,dosemu.users,global.conf} \
-$RPM_BUILD_ROOT%{_sysconfdir}/dosemu
-mv -f $RPM_BUILD_ROOT%{_sysconfdir}/drives/* \
-$RPM_BUILD_ROOT%{_sysconfdir}/dosemu/drives
-ln -s /etc/dosemu/dosemu.conf $RPM_BUILD_ROOT%{_sysconfdir}/dosemu.conf
-
+mkdir -p %{buildroot}%{_sysconfdir}/dosemu/drives
+mv -f %{buildroot}%{_sysconfdir}/{dosemu.conf,dosemu.users,global.conf} \
+%{buildroot}%{_sysconfdir}/dosemu
+mv -f %{buildroot}%{_sysconfdir}/drives/* \
+%{buildroot}%{_sysconfdir}/dosemu/drives
+ln -s /etc/dosemu/dosemu.conf %{buildroot}%{_sysconfdir}/dosemu.conf
-%clean
-rm -rf $RPM_BUILD_ROOT
+sed -i -e '/Encoding=UTF-8/d' %{buildroot}%{_datadir}/applications/%{name}.desktop
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%files
-%defattr(-,root,root)
-%{_bindir}/dosemu.bin
-%{_bindir}/dosemu
-%{_bindir}/mkfatimage
-%{_bindir}/mkfatimage16
-%{_bindir}/midid
-%{_bindir}/dosdebug
-%{_bindir}/xdosemu
-%{_mandir}/man1/mkfatimage16.1*
-%{_mandir}/man1/midid.1*
-%{_mandir}/man1/dosdebug.1*
-%{_mandir}/man1/dosemu.1*
-%{_mandir}/man1/dosemu.bin.1*
-%{_mandir}/man1/xdosemu.1*
-%{_mandir}/ru/man1/mkfatimage16.1*
-%{_mandir}/ru/man1/dosdebug.1*
-%{_mandir}/ru/man1/dosemu.1*
-%{_mandir}/ru/man1/dosemu.bin.1*
-%{_mandir}/ru/man1/xdosemu.1*
-%dir %{_libdir}/dosemu
-%{_libdir}/dosemu/libplugin*.so
-%dir %{_datadir}/dosemu
-%{_datadir}/dosemu/commands
-%{_datadir}/dosemu/freedos
-%{_datadir}/dosemu/drive_z
-%{_datadir}/dosemu/keymap
-%{_datadir}/dosemu/Xfonts
-%dir %{_docdir}/%{name}-%{version}
-%doc %{_docdir}/%{name}-%{version}/announce
-%doc %{_docdir}/%{name}-%{version}/BUGS
-%doc %{_docdir}/%{name}-%{version}/ChangeLog
-%doc %{_docdir}/%{name}-%{version}/COPYING
-%doc %{_docdir}/%{name}-%{version}/COPYING.DOSEMU
-%doc %{_docdir}/%{name}-%{version}/DANG.txt
-%doc %{_docdir}/%{name}-%{version}/dosemu-HOWTO.txt
-%doc %{_docdir}/%{name}-%{version}/EMUfailure.txt
-%doc %{_docdir}/%{name}-%{version}/NOVELL-HOWTO.txt
-%doc %{_docdir}/%{name}-%{version}/NEWS
-%doc %{_docdir}/%{name}-%{version}/README.bindist
-%doc %{_docdir}/%{name}-%{version}/README.txt
-%doc %{_docdir}/%{name}-%{version}/README-tech.txt
-%doc %{_docdir}/%{name}-%{version}/README.gdb
-%doc %{_docdir}/%{name}-%{version}/sound-usage.txt
-%doc %{_docdir}/%{name}-%{version}/THANKS
-%dir %{_sysconfdir}/dosemu
-%dir %{_sysconfdir}/dosemu/drives
+%{_bindir}/*
+%{_mandir}/man1/*.1*
+%{_mandir}/ru/man1/*.1*
+%{_libdir}/dosemu
+%{_datadir}/dosemu
+%doc %{_docdir}/%{name}-%{version}
%config(noreplace) %{_sysconfdir}/dosemu.conf
-%config(noreplace) %{_sysconfdir}/dosemu/dosemu.conf
-%config(noreplace) %{_sysconfdir}/dosemu/drives/c
-%config(noreplace) %{_sysconfdir}/dosemu/drives/d
-%config(noreplace) %{_sysconfdir}/dosemu/dosemu.users
-%config(noreplace) %{_sysconfdir}/dosemu/global.conf
+%config(noreplace) %{_sysconfdir}/dosemu
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/dosemu.xpm
%changelog
+* Tue Aug 16 2016 Sérgio Basto <sergio(a)serjux.com> - 1.4.0.8-19.20131022git
+- Clean spec, with Vascom, rfbz #4195
+
* Wed Dec 25 2013 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0.8-18.20131022git
- updated to the latest build, fixes many bugs
8 years, 3 months
[vokoscreen] Added Requirment ffmpeg, lame, rfbz #4188
by Martin Gansser
commit 275ec1f5ec42dfe525aea3edebaeb3db37cf372f
Author: Martin Gansser <mgansser(a)alice.de>
Date: Tue Aug 16 21:36:32 2016 +0200
Added Requirment ffmpeg, lame, rfbz #4188
clog | 2 --
vokoscreen-lrelease-qt4.patch | 24 +++++++++++++
vokoscreen-main.patch | 84 +++++++++++++++++++++----------------------
vokoscreen.spec | 19 +++++++---
4 files changed, 79 insertions(+), 50 deletions(-)
---
diff --git a/vokoscreen-lrelease-qt4.patch b/vokoscreen-lrelease-qt4.patch
new file mode 100644
index 0000000..bd0566e
--- /dev/null
+++ b/vokoscreen-lrelease-qt4.patch
@@ -0,0 +1,24 @@
+--- vokoscreen.pro.orig 2016-08-16 21:20:23.012199582 +0200
++++ vokoscreen.pro 2016-08-16 21:23:07.219893639 +0200
+@@ -26,7 +26,7 @@
+ # Um der Fehlermeldung entgegenzuwirken das keine *.qm Dateien vorhanden sind wird lrelease als Systemaufruf vorher aufgerufen.
+ # Das Script/Macro siehe weiter unten "# language packages" muß weiter bestehen bleiben damit "make clean" die *.qm Dateien löscht.
+
+-system(lrelease language/vokoscreen_*.ts)
++system(lrelease-qt4 language/vokoscreen_*.ts)
+
+ RESOURCES += screencast.qrc
+
+@@ -36,10 +36,10 @@
+ !isEmpty(TRANSLATIONS) {
+ isEmpty(QMAKE_LRELEASE) {
+ win32: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
+- else: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
++ else: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease-qt4
+ }
+ isEmpty(TS_DIR):TS_DIR = language
+- TSQM.name = lrelease ${QMAKE_FILE_IN}
++ TSQM.name = lrelease-qt4 ${QMAKE_FILE_IN}
+ TSQM.input = TRANSLATIONS
+ TSQM.output = $$TS_DIR/${QMAKE_FILE_BASE}.qm
+ TSQM.commands = $$QMAKE_LRELEASE ${QMAKE_FILE_IN}
diff --git a/vokoscreen-main.patch b/vokoscreen-main.patch
index 55223c0..4a1c1b8 100644
--- a/vokoscreen-main.patch
+++ b/vokoscreen-main.patch
@@ -1,43 +1,41 @@
---- main.orig.cpp 2014-03-19 08:46:47.000000000 +0100
-+++ main.cpp 2014-09-20 11:51:16.903702078 +0200
-@@ -17,7 +17,7 @@
-
- #include "screencast.h"
- //#include <QSplashScreen>
--#include <QtSingleApplication/qtsingleapplication.h>
-+#include <qtsingleapplication.h>
- #include <QDebug>
- #include <QTranslator>
- #include <QLocale>
-
---- QtSingleApplication/qtsingleapplication.orig.pri 2014-03-19 08:46:47.000000000 +0100
-+++ QtSingleApplication/qtsingleapplication.pri 2014-09-20 12:19:44.953276406 +0200
-@@ -1,4 +1,4 @@
--INCLUDEPATH += $$PWD
-+INCLUDEPATH += /usr/include
- DEPENDPATH += $$PWD
- QT *= network
-
-@@ -6,7 +6,7 @@
- LIBS += -L$$QTSINGLEAPPLICATION_LIBDIR -l$$QTSINGLEAPPLICATION_LIBNAME
- } else {
- SOURCES += $$PWD/qtsingleapplication.cpp $$PWD/qtlocalpeer.cpp
-- HEADERS += $$PWD/qtsingleapplication.h $$PWD/qtlocalpeer.h
-+ HEADERS += $$INCLUDEPATH/QtSolutions/qtsingleapplication.h $$PWD/qtlocalpeer.h
- }
-
- win32 {
-
---- libqxt/libqxt.orig.pri 2014-03-19 08:46:47.000000000 +0100
-+++ libqxt/libqxt.pri 2014-09-20 12:08:57.727640675 +0200
-@@ -1,6 +1,6 @@
-
--INCLUDEPATH += $$PWD
-+INCLUDEPATH += /usr/include
- DEPENDPATH += $$PWD
--HEADERS += $$PWD/qxtglobal.h $$PWD/qxtwindowsystem.h $$PWD/qxtglobalshortcut.h $$PWD/qxtglobalshortcut_p.h
-+HEADERS += $$INCLUDEPATH/QxtCore/qxtglobal.h $$INCLUDEPATH/QxtGui/qxtwindowsystem.h $$INCLUDEPATH/QxtGui/qxtglobalshortcut.h $$INCLUDEPATH/QxtGui/qxtglobalshortcut_p.h
- SOURCES += $$PWD/qxtglobal.cpp $$PWD/qxtwindowsystem_x11.cpp $$PWD/qxtglobalshortcut_x11.cpp $$PWD/qxtglobalshortcut.cpp
--LIBS += -lX11
-\ No newline at end of file
-+LIBS += -lX11
+--- main.cpp.orig 2016-08-16 20:41:18.050985770 +0200
++++ main.cpp 2016-08-16 20:46:58.893225126 +0200
+@@ -17,6 +17,7 @@
+ */
+
+ #include "screencast.h"
++#include <qtsingleapplication.h>
+ #include <QDebug>
+ #include <QTranslator>
+ #include <QLocale>
+
+--- QtSingleApplicationQt4/qtsingleapplication.pri.orig 2016-08-16 20:50:34.162031809 +0200
++++ QtSingleApplicationQt4/qtsingleapplication.pri 2016-08-16 20:53:12.728134550 +0200
+@@ -1,4 +1,4 @@
+-INCLUDEPATH += $$PWD
++INCLUDEPATH += /usr/include
+ DEPENDPATH += $$PWD
+ QT *= network
+
+@@ -6,7 +6,7 @@
+ LIBS += -L$$QTSINGLEAPPLICATION_LIBDIR -l$$QTSINGLEAPPLICATION_LIBNAME
+ } else {
+ SOURCES += $$PWD/qtsingleapplication.cpp $$PWD/qtlocalpeer.cpp
+- HEADERS += $$PWD/qtsingleapplication.h $$PWD/qtlocalpeer.h
++ HEADERS += $$INCLUDEPATH/QtSolutions/qtsingleapplication.h $$PWD/qtlocalpeer.h
+ }
+
+ win32 {
+--- libqxtQt4/libqxt.pri.orig 2016-08-16 20:54:37.131153792 +0200
++++ libqxtQt4/libqxt.pri 2016-08-16 20:56:08.420837342 +0200
+@@ -1,6 +1,6 @@
+
+-INCLUDEPATH += $$PWD
++INCLUDEPATH += /usr/include
+ DEPENDPATH += $$PWD
+-HEADERS += $$PWD/qxtglobal.h $$PWD/qxtwindowsystem.h $$PWD/qxtglobalshortcut.h $$PWD/qxtglobalshortcut_p.h
++HEADERS += $$INCLUDEPATH/QxtCore/qxtglobal.h $$INCLUDEPATH/QxtGui/qxtwindowsystem.h $$INCLUDEPATH/QxtGui/qxtglobalshortcut.h $$INCLUDEPATH/QxtGui/qxtglobalshortcut_p.h
+ SOURCES += $$PWD/qxtglobal.cpp $$PWD/qxtwindowsystem_x11.cpp $$PWD/qxtglobalshortcut_x11.cpp $$PWD/qxtglobalshortcut.cpp
+-LIBS += -lX11
+\ No newline at end of file
++LIBS += -lX11
diff --git a/vokoscreen.spec b/vokoscreen.spec
index 8710322..066f8fc 100644
--- a/vokoscreen.spec
+++ b/vokoscreen.spec
@@ -1,6 +1,6 @@
Name: vokoscreen
Version: 2.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Screencast creator
License: GPLv2+ and BSD
Group: Applications/Multimedia
@@ -9,6 +9,8 @@ Url: https://github.com/vkohaupt/vokoscreen
Source: %{name}-%{version}.tar.gz
# patch to link directly against the system libs
Patch0: %{name}-main.patch
+# patch to avoid error message for non existing *.qm files
+Patch1: %{name}-lrelease-qt4.patch
BuildRequires: desktop-file-utils
BuildRequires: alsa-lib-devel
@@ -19,6 +21,8 @@ BuildRequires: opencv-devel
BuildRequires: qt4-devel
BuildRequires: qtsingleapplication-devel
Requires: alsa-utils
+Requires: ffmpeg
+Requires: lame
Requires: mkvtoolnix
Requires: pulseaudio-utils
Requires: v4l-utils-devel-tools
@@ -29,16 +33,17 @@ videos, live recordings of browser, installation, videoconferences, etc.
%prep
%setup -q
-#%patch0 -p0
+%patch0 -p0
+%patch1 -p0
# remove bundled libqxt + QtSingleApplication libraries
-rm -f libqxt/*.h
-rm -f QtSingleApplication/qtsingleapplication.h
+rm -f libqxtQt4/*.h
+rm -f QtSingleApplicationQt4/qtsingleapplication.h
%build
qmake-qt4 \
QMAKE_STRIP="" \
- QMAKE_LRELEASE=%{_libdir}/qt4/bin/lrelease \
+ QMAKE_LRELEASE=%{_bindir}/lrelease-qt4 \
QMAKE_CFLAGS+="%{optflags} -I%{_includedir}/QxtCore -I%{_includedir}/QxtGui -I%{_includedir}/QtSolutions -I%{_includedir}/QtNetwork" \
QMAKE_CXXFLAGS+="%{optflags} -I%{_includedir}/QxtCore -I%{_includedir}/QxtGui -I%{_includedir}/QtSolutions -I%{_includedir}/QtNetwork" \
QMAKE_LIBS+="%{optflags} -L%{_libdir} -lQxtCore -lQxtGui -lQtNetwork -lQtSolutions_SingleApplication-2.6"
@@ -64,6 +69,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%changelog
+* Tue Aug 16 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 2.4.0-2
+- Added Requirment ffmpeg, lame, rfbz #4188
+- Added %%{name}-lrelease-qt4.patch
+
* Mon Jul 20 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 2.4.0-1
- Update to 2.4.0
8 years, 3 months