[rfpkg/f24] Add new-sources
by nchauvet
Summary of changes:
11ed959... Add new-sources (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[rfpkg] Update to 1.24.0
by nchauvet
commit bbabf59aab480b6536668a7b9ca77bd29c1e2a2e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Aug 5 16:04:28 2016 +0200
Update to 1.24.0
rfpkg.spec | 59 +++++++++++++++++++++++++++++++++++------------------------
1 file changed, 35 insertions(+), 24 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index cf7ddb7..63f8a4d 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -1,44 +1,46 @@
-%if 0%{?rhel} && 0%{?rhel} <= 6
-%{!?__python2: %global __python2 /usr/bin/python2}
-%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%global python2_version 2.6
-%endif
+# sitelib for noarch packages, sitearch for others (remove the unneeded one)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%global checkout f5465b851ad4a10fe4504a6f499409dd54b93c04
+%define compdir %(pkg-config --variable=completionsdir bash-completion)
+%if "%{compdir}" == ""
+%define compdir "/etc/bash_completion.d"
+%endif
Name: rfpkg
Summary: RPM Fusion utility for working with dist-git
-Version: 1.23.4
-Release: 3%{?dist}
+Version: 1.24.0
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://github.com/rpmfusion-infra/rfpkg
Source0: https://github.com/rpmfusion-infra/rfpkg/archive/v%{version}.zip#/%{name}...
-%{?python_provide:%python_provide python2-%{name}}
-BuildArch: noarch
-
-BuildRequires: python2-devel, python-setuptools, bash-completion
-
-BuildRequires: pyrpkg, fedora-cert
-BuildRequires: python-fedora, packagedb-cli > 2.2
-
-Requires: bodhi-client
+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: koji
-Requires: packagedb-cli > 2.2
-Requires: pyrpkg >= 1.33
-Requires: python-pycurl
-Requires: redhat-rpm-config
+Requires: bodhi-client, packagedb-cli > 2.2
+Requires: packagedb-cli
+%if 0%{?rhel} == 5 || 0%{?rhel} == 4
+Requires: python-kitchen
+%endif
+
+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: bash-completion
+# This until fedora-cert gets fixed
+BuildRequires: python-fedora, packagedb-cli > 2.2
+# For testing
+BuildRequires: python-nose, python-mock, git
%description
RPM Fusion utility for working with dist-git.
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%build
%{__python2} setup.py build
@@ -51,6 +53,10 @@ sed -e 's|^#!python|#!%{__python2}|g' -i $RPM_BUILD_ROOT%{_bindir}/rfpkg
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -p -m 0644 rfpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
+%if 0%{?rhel} && 0%{?rhel} == 7
+# The completion file must be named similarly to the command.
+mv $RPM_BUILD_ROOT%{compdir}/rfpkg.bash $RPM_BUILD_ROOT%{compdir}/rfpkg
+%endif
%files
@@ -71,9 +77,14 @@ install -p -m 0644 rfpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
%endif
%dir %{_sysconfdir}/rpkg
%config(noreplace) %{_sysconfdir}/rpkg/rfpkg.conf
+# zsh completion
+%{_datadir}/zsh/site-functions/_%{name}
%changelog
+* Fri Aug 05 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 1.24.0-1
+- Update to 1.24.0
+
* Mon Aug 01 2016 Sérgio Basto <sergio(a)serjux.com> - 1.23.4-3
-
https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_...
8 years, 3 months
[devedeng] Updated to new upstream release
by Andrea Musuruane
commit 65b329ed88f179954365f4d0a54b31e5395382ce
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Fri Aug 5 11:34:58 2016 +0200
Updated to new upstream release
.gitignore | 1 +
devedeng.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5aa0495..ecee0f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/devedeng-4.7.0.tar.gz
+/devedeng-4.7.1.tar.gz
diff --git a/devedeng.spec b/devedeng.spec
index a6f7fcd..d434714 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,5 +1,5 @@
Name: devedeng
-Version: 4.7.0
+Version: 4.7.1
Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
@@ -111,6 +111,9 @@ fi
%changelog
+* Thu Aug 04 2016 Andrea Musuruane <musuruan(a)gmail.com> 4.7.1-1
+- Updated to new upstream release
+
* Mon Apr 25 2016 Andrea Musuruane <musuruan(a)gmail.com> 4.7.0-1
- Updated to new upstream release
diff --git a/sources b/sources
index 90d6eb1..a17c779 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a670082258b22ba8483bc1754be7ce24 devedeng-4.7.0.tar.gz
+17fb9e41ad9583324184bed2da64d914 devedeng-4.7.1.tar.gz
8 years, 3 months
[vlc] Remove -f from vlc-cache-gen scriptlets rfbz#4167
by Leigh Scott
commit af0cfd6950f756ed3c278297c1f1482f29fc0103
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Aug 4 14:31:21 2016 +0100
Remove -f from vlc-cache-gen scriptlets rfbz#4167
vlc.spec | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 7515008..bbce7a2 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -32,7 +32,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.4%{?dist}
+Release: 0.5%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -334,8 +334,8 @@ touch $RPM_BUILD_ROOT%{_libdir}/vlc/plugins.dat
%post
-%{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc &>/dev/null
-touch --no-create %{_datadir}/icons/hicolor
+%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null
+%{_bindir}/touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi
@@ -344,9 +344,9 @@ fi
%post core -p /sbin/ldconfig
%postun
-%{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc &>/dev/null
+%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null
%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null
-touch --no-create %{_datadir}/icons/hicolor
+%{_bindir}/touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi || :
@@ -354,26 +354,26 @@ fi || :
%postun core -p /sbin/ldconfig
%posttrans core
-%{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc &>/dev/null || :
+%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
%post extras
if [ $1 == 1 ] ; then
- %{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc &>/dev/null || :
+ %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
fi
%post plugin-jack
if [ $1 == 1 ] ; then
- %{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc &>/dev/null || :
+ %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
fi
%postun extras
if [ $1 == 0 ] ; then
- %{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc &>/dev/null || :
+ %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
fi
%postun plugin-jack
if [ $1 == 0 ] ; then
- %{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc &>/dev/null || :
+ %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc &>/dev/null || :
fi
%preun core
@@ -504,6 +504,9 @@ fi || :
%changelog
+* Thu Aug 04 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-0.5
+- Remove -f from vlc-cache-gen scriptlets rfbz#4167
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.0.0-0.4
- Rebuilt for ffmpeg-3.1.1
8 years, 3 months
[devedeng/f23] First import
by Andrea Musuruane
Summary of changes:
f8fa6eb... First import (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months