[rfpkg] Delete obsolete hack
by Sérgio M. Basto
commit ffb62aeccb38049f531463404cc897e7676708b8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 7 00:55:43 2018 +0000
Delete obsolete hack
rfpkg.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 72408e5..6bf2f8f 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -21,8 +21,6 @@ BuildRequires: python2-devel python2-setuptools pkgconfig
BuildRequires: rpmfusion-cert
BuildRequires: pyrpkg >= 1.44
BuildRequires: bash-completion
-# This until fedora-cert gets fixed
-BuildRequires: python-fedora, packagedb-cli > 2.2
# For testing
BuildRequires: python-nose
BuildRequires: python-mock
@@ -86,6 +84,7 @@ mv $RPM_BUILD_ROOT%{compdir}/rfpkg.bash $RPM_BUILD_ROOT%{compdir}/rfpkg
* Wed Feb 07 2018 Sérgio Basto <sergio(a)serjux.com> - 1.25.3-1
- Update to 1.25.3, need rpmfusion-packager 0.6.1
- Arrange some items
+- Delete obsolete hack
* Thu Oct 12 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.25.2-1
- Update to 1.25.2
6 years, 9 months
[rfpkg] Arrange some items
by Sérgio M. Basto
commit f17c7ef1ba0d0bd5df91e088e507b4bea22e6c06
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 7 00:50:48 2018 +0000
Arrange some items
rfpkg.spec | 34 ++++++++++++++++++++--------------
1 file changed, 20 insertions(+), 14 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index ea47bfb..72408e5 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -7,26 +7,16 @@
%endif
Name: rfpkg
-Summary: RPM Fusion utility for working with dist-git
Version: 1.25.3
Release: 1%{?dist}
+Summary: RPM Fusion utility for working with dist-git
License: GPLv2+
Group: Applications/System
URL: https://github.com/rpmfusion-infra/rfpkg
-Source0: %url/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-
-Requires: pyrpkg >= 1.45, redhat-rpm-config
-Requires: python-pycurl, koji, python-fedora
-Requires: rpmfusion-cert
-Requires: rpmfusion-packager >= 0.6.1
-Requires: bodhi-client, packagedb-cli > 2.2
-Requires: packagedb-cli
-%if 0%{?rhel} == 5 || 0%{?rhel} == 4
-Requires: python-kitchen
-%endif
+Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: python-devel, python-setuptools, pkgconfig
+BuildRequires: python2-devel python2-setuptools pkgconfig
# We br these things for man page generation due to imports
BuildRequires: rpmfusion-cert
BuildRequires: pyrpkg >= 1.44
@@ -34,7 +24,22 @@ BuildRequires: bash-completion
# This until fedora-cert gets fixed
BuildRequires: python-fedora, packagedb-cli > 2.2
# For testing
-BuildRequires: python-nose, python-mock, git
+BuildRequires: python-nose
+BuildRequires: python-mock
+BuildRequires: git
+
+Requires: pyrpkg >= 1.45
+Requires: redhat-rpm-config
+Requires: python-pycurl
+requires: koji
+Requires: python-fedora
+Requires: rpmfusion-cert
+Requires: rpmfusion-packager >= 0.6.1
+Requires: bodhi-client
+Requires: packagedb-cli > 2.2
+%if 0%{?rhel} == 5 || 0%{?rhel} == 4
+Requires: python-kitchen
+%endif
%description
@@ -80,6 +85,7 @@ mv $RPM_BUILD_ROOT%{compdir}/rfpkg.bash $RPM_BUILD_ROOT%{compdir}/rfpkg
%changelog
* Wed Feb 07 2018 Sérgio Basto <sergio(a)serjux.com> - 1.25.3-1
- Update to 1.25.3, need rpmfusion-packager 0.6.1
+- Arrange some items
* Thu Oct 12 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.25.2-1
- Update to 1.25.2
6 years, 9 months
[rfpkg] Update to 1.25.3, need rpmfusion-packager 0.6.1
by Sérgio M. Basto
commit 81e20b8205c8e6d9e24881d87c0382d25c37c1ea
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 7 00:36:10 2018 +0000
Update to 1.25.3, need rpmfusion-packager 0.6.1
rfpkg.spec | 13 ++++++++-----
sources | 2 +-
2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index c216f1d..ea47bfb 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -8,7 +8,7 @@
Name: rfpkg
Summary: RPM Fusion utility for working with dist-git
-Version: 1.25.2
+Version: 1.25.3
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -17,9 +17,8 @@ Source0: %url/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Requires: pyrpkg >= 1.45, redhat-rpm-config
Requires: python-pycurl, koji, python-fedora
-#We need rpmfusion-packager instead - but don't do circle dependency
-#Requires: fedora-cert
-Requires: rpmfusion-packager >= 0.5.2
+Requires: rpmfusion-cert
+Requires: rpmfusion-packager >= 0.6.1
Requires: bodhi-client, packagedb-cli > 2.2
Requires: packagedb-cli
%if 0%{?rhel} == 5 || 0%{?rhel} == 4
@@ -29,7 +28,8 @@ Requires: python-kitchen
BuildArch: noarch
BuildRequires: python-devel, python-setuptools, pkgconfig
# We br these things for man page generation due to imports
-BuildRequires: pyrpkg >= 1.44, fedora-cert
+BuildRequires: rpmfusion-cert
+BuildRequires: pyrpkg >= 1.44
BuildRequires: bash-completion
# This until fedora-cert gets fixed
BuildRequires: python-fedora, packagedb-cli > 2.2
@@ -78,6 +78,9 @@ mv $RPM_BUILD_ROOT%{compdir}/rfpkg.bash $RPM_BUILD_ROOT%{compdir}/rfpkg
%changelog
+* Wed Feb 07 2018 Sérgio Basto <sergio(a)serjux.com> - 1.25.3-1
+- Update to 1.25.3, need rpmfusion-packager 0.6.1
+
* Thu Oct 12 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.25.2-1
- Update to 1.25.2
diff --git a/sources b/sources
index 999cb8e..e88c5a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1bb0525673a2665b2efa6b262dc552b rfpkg-1.25.2.tar.gz
+fc796add16281b3709b5aa4154f41290 rfpkg-1.25.3.tar.gz
6 years, 9 months
[rpmfusion-packager] Add rpmfusion-cert sub-package
by Sérgio M. Basto
commit 216ec418b93cedce2d7d1d1e2be831768543f32e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 7 00:04:31 2018 +0000
Add rpmfusion-cert sub-package
.gitignore | 1 +
rpmfusion-packager.spec | 22 +++++++++++++++++++++-
sources | 2 +-
3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 609e1bd..7aa3517 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ rpmfusion-packager-0.4.tar.bz2
/rpmfusion-packager-0.5.2.tar.gz
/rpmfusion-packager-0.5.3.tar.gz
/rpmfusion-packager-0.6.0.tar.gz
+/rpmfusion-packager-0.6.1.tar.gz
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index c9f5d4c..21ecce2 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -1,5 +1,5 @@
Name: rpmfusion-packager
-Version: 0.6.0
+Version: 0.6.1
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
@@ -8,6 +8,7 @@ URL: https://github.com/rpmfusion-infra/rpmfusion-packager
Source0: https://github.com/rpmfusion-infra/rpmfusion-packager/archive/v%{version}...
BuildRequires: autoconf automake
+BuildRequires: python2-devel
# Packager tools
Requires: rpm-build rpmdevtools rpmlint mock
Requires: rfpkg
@@ -28,6 +29,18 @@ rpmfusion-packager provides a set of utilities designed to help a RPM Fusion
packager in setting up their environment and access the RPM Fusion
infrastructure.
+
+%package -n rpmfusion-cert
+Summary: Fedora certificate tool and python library
+Group: Applications/Databases
+Requires: pyOpenSSL
+Requires: python-requests
+Requires: python-fedora
+Requires: python-six
+
+%description -n rpmfusion-cert
+Provides rpmfusion-cert and the rpmfusion_cert python library
+
%prep
%setup -q
autoreconf -i
@@ -49,8 +62,15 @@ autoreconf -i
%{_bindir}/rpmfusion-packager-setup
%{_bindir}/koji-rpmfusion
+%files -n rpmfusion-cert
+%license COPYING
+%{_bindir}/rpmfusion-cert
+%{python2_sitelib}/rpmfusion_cert
%changelog
+* Sat Feb 03 2018 Sérgio Basto <sergio(a)serjux.com> - 0.6.1-1
+- Add rpmfusion-cert sub-package
+
* Tue Apr 25 2017 Sérgio Basto <sergio(a)serjux.com> - 0.6.0-1
- New release version 0.6.0 .
- Fix one issue with recent koji, by explictely using authtype
diff --git a/sources b/sources
index d950a6a..80f47e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41d9c06ea1101e2def89c7d314c37d25 rpmfusion-packager-0.6.0.tar.gz
+c1b80d075db0ea6164a7bedb07886a98 rpmfusion-packager-0.6.1.tar.gz
6 years, 9 months
[kodi] Rebuild for boost-1.66
by Leigh Scott
commit b6aca05978f81d38e31b99839f363a643306c7e8
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Feb 6 22:13:02 2018 +0000
Rebuild for boost-1.66
kodi.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kodi.spec b/kodi.spec
index 809eea5..123377d 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -14,7 +14,7 @@
Name: kodi
Version: 17.6
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -422,6 +422,9 @@ fi
%changelog
+* Tue Feb 06 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 17.6-5
+- Rebuild for boost-1.66
+
* Wed Jan 24 2018 Michael Cronenworth <mike(a)cchtml.com> - 17.6-4
- ffmpeg-3.5 support
- Make dvd support an rpm build conditional
6 years, 9 months
[libvlcpp/f26] Update snapshot
by Nicolas Chauvet
Summary of changes:
3d0fab8... Update snapshot (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[libvlcpp/f27] Update snapshot
by Nicolas Chauvet
Summary of changes:
3d0fab8... Update snapshot (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[libvlcpp] Update snapshot
by Nicolas Chauvet
Summary of changes:
3d0fab8... Update snapshot (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[libvlcpp/el7] Update snapshot
by Nicolas Chauvet
commit 3d0fab88e141f4c1c142f91f8c546161cf3348bb
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Feb 6 21:48:18 2018 +0100
Update snapshot
libvlcpp.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libvlcpp.spec b/libvlcpp.spec
index fb3d144..7530d69 100644
--- a/libvlcpp.spec
+++ b/libvlcpp.spec
@@ -1,8 +1,8 @@
-%global date 20170905
+%global date 20180206
Name: libvlcpp
Version: 0.1.0
-Release: 1.%{?date}git%{?dist}
+Release: 2.%{?date}git%{?dist}
Summary: C++ bindings for libvlc
License: LGPLv2+
@@ -50,5 +50,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
+* Tue Feb 06 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.0-2.20180206git
+- Update snapshot
+
* Mon Sep 04 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.0-1
- Initial spec file
diff --git a/sources b/sources
index b1e326b..674b230 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39b17d49e1832f7625b2c2569ef10847 libvlcpp-20170905.tar.xz
+32cb06792d8fc035cad54699db507a18 libvlcpp-20180206.tar.xz
6 years, 9 months
[lightspark] Rebuild for boost-1.66
by Leigh Scott
commit 08b7fb62cc0f8fd6bdb05de83791b2781174bef7
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Feb 6 19:54:40 2018 +0000
Rebuild for boost-1.66
lightspark.spec | 25 +++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/lightspark.spec b/lightspark.spec
index ebfdab7..849f2c2 100644
--- a/lightspark.spec
+++ b/lightspark.spec
@@ -23,7 +23,7 @@
Name: lightspark
Version: %{major}
-Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}.1
+Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}.2
Summary: An alternative Flash Player implementation
License: LGPLv3+
URL: http://lightspark.github.io/
@@ -42,7 +42,7 @@ Patch1: llvm5.patch
ExcludeArch: ppc64 ppc64le
BuildRequires: boost-devel
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: desktop-file-utils
BuildRequires: ffmpeg-devel
BuildRequires: gettext
@@ -104,7 +104,7 @@ This is the Chromium compatible plugin for %{name}.
%patch1 -p1 -b .llvm5
%build
-%cmake -DPLUGIN_DIRECTORY="%{_libdir}/mozilla/plugins" \
+%cmake3 -DPLUGIN_DIRECTORY="%{_libdir}/mozilla/plugins" \
-DPPAPI_PLUGIN_DIRECTORY="%{_libdir}/chromium-browser/PepperFlash/" \
%if %{debug}
-DCMAKE_BUILD_TYPE=Debug \
@@ -130,21 +130,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/%{name}/lib%{name}.so
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
-%post
-/usr/bin/update-desktop-database &> /dev/null || :
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-%postun
-/usr/bin/update-desktop-database &> /dev/null || :
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-
%files -f %{name}.lang
%license COPYING COPYING.LESSER
%doc ChangeLog
@@ -168,6 +153,10 @@ fi
%changelog
+* Tue Feb 06 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.8.0-2.2
+- Rebuild for boost-1.66
+- Remove scriptlets
+
* Thu Jan 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.8.0-2.1
- Rebuilt for ffmpeg-3.5 git
6 years, 9 months