[mjpegtools/f28] (5 commits) ...Update changelog
by Leigh Scott
Summary of changes:
967ca94... Add BuildRequires: gcc-c++ (*)
508168e... Remove Group tag (*)
11664d1... Add missing isa on Requires (*)
d0e1419... Update scriptlets and buildroot macro (*)
47a07bc... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[mjpegtools/f29] (4 commits) ...Update changelog
by Leigh Scott
Summary of changes:
508168e... Remove Group tag (*)
11664d1... Add missing isa on Requires (*)
d0e1419... Update scriptlets and buildroot macro (*)
47a07bc... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[mjpegtools] Update changelog
by Leigh Scott
commit 47a07bc3e020f41498a4e12d1aa386e7f1d469d4
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Oct 12 10:38:48 2018 +0100
Update changelog
mjpegtools.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/mjpegtools.spec b/mjpegtools.spec
index ff0d30c..15e55ae 100644
--- a/mjpegtools.spec
+++ b/mjpegtools.spec
@@ -1,6 +1,6 @@
Name: mjpegtools
Version: 2.1.0
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: Tools to manipulate MPEG data
License: GPLv2
URL: http://mjpeg.sourceforge.net/
@@ -179,6 +179,11 @@ rm %buildroot%{_bindir}/mpegtranscode
%changelog
+* Fri Oct 12 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.1.0-13
+- Remove Group tag
+- Add missing isa on Requires
+- Update scriptlets and buildroot macro
+
* Fri Oct 12 2018 Sérgio Basto <sergio(a)serjux.com> - 2.1.0-12
- Add BuildRequires: gcc-c++
6 years, 1 month
[mjpegtools] Update scriptlets and buildroot macro
by Leigh Scott
commit d0e14198b562d6cfc96d94b809863578094ef945
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Oct 12 10:33:59 2018 +0100
Update scriptlets and buildroot macro
mjpegtools.spec | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/mjpegtools.spec b/mjpegtools.spec
index 4c2a962..ff0d30c 100644
--- a/mjpegtools.spec
+++ b/mjpegtools.spec
@@ -118,9 +118,9 @@ done
%install
%make_install
-rm -f $RPM_BUILD_ROOT{%{_infodir}/dir,%{_libdir}/lib*.la}
+rm -f %buildroot{%{_infodir}/dir,%{_libdir}/lib*.la}
# too broken/outdated to be useful in 1.[89].0 (and would come with dep chain)
-rm $RPM_BUILD_ROOT%{_bindir}/mpegtranscode
+rm %buildroot%{_bindir}/mpegtranscode
%post
@@ -130,13 +130,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/mpegtranscode
[ $1 -eq 0 ] && \
/sbin/install-info --delete %{_infodir}/mjpeg-howto.info %{_infodir}/dir || :
-%post libs -p /sbin/ldconfig
+%ldconfig_scriptlets libs
-%postun libs -p /sbin/ldconfig
-
-%post lav -p /sbin/ldconfig
-
-%postun lav -p /sbin/ldconfig
+%ldconfig_scriptlets lav
%files
6 years, 1 month
[mjpegtools] Add missing isa on Requires
by Leigh Scott
commit 11664d19544a0669a222615d5b897964f267eb56
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Oct 12 10:28:17 2018 +0100
Add missing isa on Requires
mjpegtools.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/mjpegtools.spec b/mjpegtools.spec
index fe9ca9c..4c2a962 100644
--- a/mjpegtools.spec
+++ b/mjpegtools.spec
@@ -18,8 +18,8 @@ BuildRequires: SDL_gfx-devel
BuildRequires: libquicktime-devel >= 0.9.8
BuildRequires: libpng-devel
BuildRequires: gtk2-devel >= 2.4.0
-Requires: %{name}-libs = %{version}-%{release}
-Requires: %{name}-lav = %{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: %{name}-lav%{?_isa} = %{version}-%{release}
# mencoder for lav2avi.sh
Requires: mencoder
# ffmpeg main package, y4mscaler and which for anytovcd.sh
@@ -40,7 +40,7 @@ utilities.
%package gui
Summary: GUI tools to manipulate MPEG data
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description gui
The mjpeg programs are a set of tools that can do recording of videos
@@ -61,7 +61,7 @@ used by mjpegtools and also by several other projects.
%package lav
Summary: MJPEGtools lavpipe libraries
-Requires: %{name}-libs = %{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description lav
The mjpeg programs are a set of tools that can do recording of videos
@@ -72,7 +72,7 @@ mjpegtools.
%package devel
Summary: Development files for mjpegtools libraries
-Requires: %{name}-libs = %{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description devel
The mjpeg programs are a set of tools that can do recording of videos
@@ -83,8 +83,8 @@ for building applications that use mjpegtools libraries.
%package lav-devel
Summary: Development files for mjpegtools lavpipe libraries
-Requires: %{name}-lav = %{version}-%{release}
-Requires: %{name}-devel = %{version}-%{release}
+Requires: %{name}-lav%{?_isa} = %{version}-%{release}
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
%description lav-devel
The mjpeg programs are a set of tools that can do recording of videos
6 years, 1 month
[mjpegtools] Remove Group tag
by Leigh Scott
commit 508168e74a1cf5180b44819b6ff4ea461dc0b064
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Oct 12 10:24:25 2018 +0100
Remove Group tag
mjpegtools.spec | 6 ------
1 file changed, 6 deletions(-)
---
diff --git a/mjpegtools.spec b/mjpegtools.spec
index f6faa01..fe9ca9c 100644
--- a/mjpegtools.spec
+++ b/mjpegtools.spec
@@ -2,7 +2,6 @@ Name: mjpegtools
Version: 2.1.0
Release: 12%{?dist}
Summary: Tools to manipulate MPEG data
-Group: Applications/Multimedia
License: GPLv2
URL: http://mjpeg.sourceforge.net/
Source0: http://downloads.sourceforge.net/mjpeg/%{name}-%{version}.tar.gz
@@ -41,7 +40,6 @@ utilities.
%package gui
Summary: GUI tools to manipulate MPEG data
-Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description gui
@@ -53,7 +51,6 @@ utilities.
%package libs
Summary: MJPEGtools libraries
-Group: System Environment/Libraries
%description libs
The mjpeg programs are a set of tools that can do recording of videos
@@ -64,7 +61,6 @@ used by mjpegtools and also by several other projects.
%package lav
Summary: MJPEGtools lavpipe libraries
-Group: System Environment/Libraries
Requires: %{name}-libs = %{version}-%{release}
%description lav
@@ -76,7 +72,6 @@ mjpegtools.
%package devel
Summary: Development files for mjpegtools libraries
-Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
%description devel
@@ -88,7 +83,6 @@ for building applications that use mjpegtools libraries.
%package lav-devel
Summary: Development files for mjpegtools lavpipe libraries
-Group: Development/Libraries
Requires: %{name}-lav = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
6 years, 1 month
[vdr-weatherforecast] Add BR gcc-c++
by Martin Gansser
commit 877aa486913c34b37de21759c45840e4ad42a8ac
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Oct 12 10:06:20 2018 +0200
Add BR gcc-c++
vdr-weatherforecast.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
index 298cf23..dbe5cb6 100644
--- a/vdr-weatherforecast.spec
+++ b/vdr-weatherforecast.spec
@@ -2,7 +2,7 @@
Name: vdr-weatherforecast
Version: 0.2.0
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: A VDR plugin which provides a weather forecast
Group: Applications/Multimedia
@@ -12,6 +12,7 @@ Source0: http://projects.vdr-developer.org/git/vdr-plugin-%{pname}.git/sn
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
+BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 1.7.22
BuildRequires: libcurl-devel
BuildRequires: jansson-devel
@@ -44,6 +45,9 @@ install -Dpm 644 %{SOURCE1} \
%changelog
+* Fri Oct 12 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-8
+- Add BR gcc-c++
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.2.0-7
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month
[vdr-vaapidevice] Add BR gcc-c++
by Martin Gansser
commit 48cbca56f8bd4bba5836ff9fb4331697adc8bf0d
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Oct 12 09:48:16 2018 +0200
Add BR gcc-c++
vdr-vaapidevice.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-vaapidevice.spec b/vdr-vaapidevice.spec
index 86ac5fc..1338452 100644
--- a/vdr-vaapidevice.spec
+++ b/vdr-vaapidevice.spec
@@ -6,7 +6,7 @@
Name: vdr-vaapidevice
Version: 0.7.0
-Release: 8.%{gitdate}git%{shortcommit0}%{?dist}
+Release: 9.%{gitdate}git%{shortcommit0}%{?dist}
Summary: A VA-API output device plugin for VDR
License: AGPLv3
@@ -71,6 +71,9 @@ install -Dpm 644 %{SOURCE1} \
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/vaapidevice.conf
%changelog
+* Fri Oct 12 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.7.0-9.20180401gita17c110
+- Add BR gcc-c++
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.7.0-8.20180401gita17c110
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month
[vdr-tvguideng] Add BR gcc-c++
by Martin Gansser
commit 69141a07aea705da8a41fa70cb193aae21b7ac7f
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Oct 12 09:35:23 2018 +0200
Add BR gcc-c++
vdr-tvguideng.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vdr-tvguideng.spec b/vdr-tvguideng.spec
index 7f6f034..08e0295 100644
--- a/vdr-tvguideng.spec
+++ b/vdr-tvguideng.spec
@@ -2,7 +2,7 @@
Name: vdr-%{pname}
Version: 0.3.0
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: TvGuideNG is a highly customizable 2D EPG viewer plugin
Group: Applications/Multimedia
License: GPLv2+
@@ -13,6 +13,7 @@ Patch0: %{pname}-gcc6.patch
# https://www.vdr-portal.de/index.php?attachment/41876-tvguideng-235-diff/
Patch1: tvguideng_235.diff
+BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: libskindesignerapi-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
@@ -47,6 +48,9 @@ make install DESTDIR=%{buildroot}
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Fri Oct 12 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-9
+- Add BR gcc-c++
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.3.0-8
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month