[mp3diags] Rebuild for boost-1.66
by Leigh Scott
commit 2b5aff9d83ac8037ab6861096df7cbac057619c8
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 7 08:26:07 2018 +0000
Rebuild for boost-1.66
mp3diags.spec | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
---
diff --git a/mp3diags.spec b/mp3diags.spec
index e8ca622..fc03184 100644
--- a/mp3diags.spec
+++ b/mp3diags.spec
@@ -2,7 +2,7 @@
Name: mp3diags
Version: 1.2.03
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv2
Summary: Find and fix Problems in MP3 Files
URL: http://mp3diags.sourceforge.net
@@ -58,20 +58,6 @@ install -p -m644 src/translations/*.qm %{buildroot}%{_datadir}/%{name}/translati
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-/usr/bin/update-desktop-database &> /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
%doc README.TXT changelog.txt
%license license.*.txt COPYING
@@ -79,10 +65,14 @@ fi
%{_bindir}/%{oname}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{oname}.png
-%dir %{_datadir}/%{name}
-%dir %{_datadir}/%{name}/translations
+%{_datadir}/%{name}/
+
%changelog
+* Wed Feb 07 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.03-5
+- Rebuild for boost-1.66
+- Remove scriptlets
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.2.03-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6 years, 9 months
[rfpkg/el7] (4 commits) ...Revert remove of packagedb-cli
by Sérgio M. Basto
Summary of changes:
81e20b8... Update to 1.25.3, need rpmfusion-packager 0.6.1 (*)
f17c7ef... Arrange some items (*)
ffb62ae... Delete obsolete hack (*)
3834f56... Revert remove of packagedb-cli (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[rfpkg/f26] (4 commits) ...Revert remove of packagedb-cli
by Sérgio M. Basto
Summary of changes:
81e20b8... Update to 1.25.3, need rpmfusion-packager 0.6.1 (*)
f17c7ef... Arrange some items (*)
ffb62ae... Delete obsolete hack (*)
3834f56... Revert remove of packagedb-cli (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[rfpkg/f27] (4 commits) ...Revert remove of packagedb-cli
by Sérgio M. Basto
Summary of changes:
81e20b8... Update to 1.25.3, need rpmfusion-packager 0.6.1 (*)
f17c7ef... Arrange some items (*)
ffb62ae... Delete obsolete hack (*)
3834f56... Revert remove of packagedb-cli (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months
[kodi] export python2 version
by Leigh Scott
commit e76769f9a276b224ffb79d9bef3721efe3b8f358
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 7 01:09:29 2018 +0000
export python2 version
kodi.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/kodi.spec b/kodi.spec
index 123377d..a7c922a 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -284,6 +284,7 @@ chmod +x bootstrap
./bootstrap
# Can't use export nor %%configure (implies using export), because
# the Makefile pile up *FLAGS in this case.
+export PYTHON=/usr/bin/python%{python2_version}
./configure \
--prefix=%{_prefix} --bindir=%{_bindir} --includedir=%{_includedir} \
6 years, 9 months
[rfpkg] Revert remove of packagedb-cli
by Sérgio M. Basto
commit 3834f5605783e735ababe312fdf7156983541816
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Feb 7 01:04:33 2018 +0000
Revert remove of packagedb-cli
rfpkg.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 6bf2f8f..43d891b 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -16,11 +16,16 @@ URL: https://github.com/rpmfusion-infra/rfpkg
Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: python2-devel python2-setuptools pkgconfig
+BuildRequires: python2-devel
+BuildRequires: python2-setuptools
+BuildRequires: python2-setuptools pkgconfig
+
# We br these things for man page generation due to imports
BuildRequires: rpmfusion-cert
+BuildRequires: packagedb-cli > 2.2
BuildRequires: pyrpkg >= 1.44
BuildRequires: bash-completion
+
# For testing
BuildRequires: python-nose
BuildRequires: python-mock
6 years, 9 months