[xine-lib] BR: gcc
by Xavier Bachelot
commit df582901a2a761cced49436c57ac7b7f787eace1
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Sat Jul 21 12:09:51 2018 +0200
BR: gcc
xine-lib.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 6f0d015..85ced2b 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -12,7 +12,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.9
-Release: 6%{?dist}
+Release: 7%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz
@@ -23,6 +23,7 @@ Provides: xine-lib(plugin-abi) = %{plugin_abi}
Obsoletes: xine-lib-extras-freeworld < 1.1.21-10
Provides: xine-lib-extras-freeworld = %{version}-%{release}
+BuildRequires: gcc
BuildRequires: gettext-devel
# X11
BuildRequires: libX11-devel
@@ -299,6 +300,9 @@ mkdir -p $RPM_BUILD_ROOT%{codecdir}
%changelog
+* Fri Jul 20 2018 Xavier Bachelot <xavier(a)bachelot.org> 1.2.9-7
+- Add BR: gcc.
+
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.2.9-6
- Rebuilt for new ffmpeg snapshot
6 years, 4 months
[libbdplus] BR:gcc, %ldconfig_scriptlets, %license
by Xavier Bachelot
commit 927976e805047df8d8e8ba527da8f87b4763c6be
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Sat Jul 21 12:07:30 2018 +0200
BR:gcc, %ldconfig_scriptlets, %license
libbdplus.spec | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/libbdplus.spec b/libbdplus.spec
index c966bb2..e5c74e4 100644
--- a/libbdplus.spec
+++ b/libbdplus.spec
@@ -1,11 +1,12 @@
Name: libbdplus
Version: 0.1.2
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Open implementation of BD+ protocol
License: LGPLv2+
URL: http://www.videolan.org/developers/libbdplus.html
Source0: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}...
+BuildRequires: gcc
BuildRequires: libgcrypt-devel
BuildRequires: libaacs-devel >= 0.7.0
@@ -39,13 +40,12 @@ make %{?_smp_mflags}
find %{buildroot} -name '*.la' -delete
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
%files
-%doc COPYING ChangeLog README.txt
+%doc ChangeLog README.txt
+%license COPYING
%{_libdir}/*.so.*
%files devel
@@ -55,6 +55,11 @@ find %{buildroot} -name '*.la' -delete
%changelog
+* Fri Jul 20 2018 Xavier Bachelot <xavier(a)bachelot.org> - 0.1.2-5
+- Add BR: gcc.
+- Use %%license.
+- Use %%ldconfig_scriptlets.
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 4 months
[libaacs] BR:gcc, %ldconfig_scriptlets, remove Group:s
by Xavier Bachelot
commit 3cf3931fb323174acaab4ee8a943c1d77515d6e3
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Sat Jul 21 12:06:05 2018 +0200
BR:gcc, %ldconfig_scriptlets, remove Group:s
libaacs.spec | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/libaacs.spec b/libaacs.spec
index 0b30fb2..8db85f1 100644
--- a/libaacs.spec
+++ b/libaacs.spec
@@ -5,9 +5,8 @@
Name: libaacs
Version: 0.9.0
-Release: 3%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
+Release: 4%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
Summary: Open implementation of AACS specification
-Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.videolan.org/developers/libaacs.html
%if 0%{?snapshot}
@@ -26,6 +25,7 @@ BuildRequires: automake
BuildRequires: libtool
%endif
+BuildRequires: gcc
BuildRequires: libgcrypt-devel
BuildRequires: flex
BuildRequires: bison
@@ -37,7 +37,6 @@ This library is an open implementation of the AACS specification.
%package utils
Summary: Test utilities for %{name}
-Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description utils
@@ -46,7 +45,6 @@ The %{name}-utils package contains test utilities for %{name}.
%package devel
Summary: Development files for %{name}
-Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
@@ -78,9 +76,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
%files
@@ -98,6 +94,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Fri Jul 20 2018 Xavier Bachelot <xavier(a)bachelot.org> 0.9.0-4
+- Add BR: gcc.
+- Use %%ldconfig_scriptlets.
+- Remove Group:s.
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.9.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 4 months
[gxine] Add conditional for building against GTK3 and add BR: gcc.
by Xavier Bachelot
commit bfabd771cfd937aa8f4f710aa8bde697f259e2f3
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Fri Jul 20 16:58:23 2018 +0200
Add conditional for building against GTK3 and add BR: gcc.
gxine.spec | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/gxine.spec b/gxine.spec
index 02b60e0..0574130 100644
--- a/gxine.spec
+++ b/gxine.spec
@@ -1,3 +1,5 @@
+%bcond_with gtk3
+
Name: gxine
Version: 0.5.910
Release: 2%{?dist}
@@ -10,10 +12,15 @@ Patch1: gxine-0.5.902-non-separate-toolbar.patch
# some multilib issues
Patch3: gxine-0.5.907-lirc.patch
+BuildRequires: gcc
BuildRequires: js-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext
+%if %{with gtk3}
+BuildRequires: gtk3-devel
+%else
BuildRequires: gtk2-devel
+%endif
Buildrequires: xine-lib-devel
# for dbus support
@@ -61,7 +68,10 @@ autoreconf -if
%configure --with-dbus --with-logo-format=image --with-gudev \
--with-browser-plugin --disable-integration-wizard \
--enable-watchdog --disable-own-playlist-parsers \
- --disable-deprecated
+ --disable-deprecated \
+%if %{with gtk3}
+ --with-gtk3
+%endif
make %{?_smp_mflags}
@@ -121,6 +131,10 @@ fi
%changelog
+* Fri Jul 20 2018 Xavier Bachelot <xavier(a)bachelot.org> - 0.5.910-3
+- Add BR: gcc.
+- Add conditional for building against GTK3.
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.5.910-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 4 months
[nvidia-kmod/f28: 2/2] Merge branch 'master' into f28
by Leigh Scott
commit e23b418c99b3149c2f465ba603b87b48cf9ee1c8
Merge: 24f6667 90ef3e2
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 20 11:21:25 2018 +0100
Merge branch 'master' into f28
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
6 years, 4 months
[nvidia-kmod/f27: 2/2] Merge branch 'master' into f27
by Leigh Scott
commit 98c8a7671b2176af21c1d10805bf17cf887223f8
Merge: 24f6667 90ef3e2
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 20 11:21:10 2018 +0100
Merge branch 'master' into f27
nvidia-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
6 years, 4 months
[nvidia-xconfig/f27: 2/2] Merge branch 'master' into f27
by Leigh Scott
commit 6a983e4f699ddaf5a8797991f1468393adb52812
Merge: 711df78 8aee6f4
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 20 11:00:41 2018 +0100
Merge branch 'master' into f27
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
6 years, 4 months