commit 6472d8ae2019563aba88828060877b929ce8cbe3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jul 1 20:06:13 2016 +0200
Update to 1.23.3
rfpkg.spec | 23 ++++++-----------------
sources | 2 +-
2 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 7f5f58a..ab59efc 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -5,12 +5,11 @@
%global python2_version 2.6
%endif
-%global checkout 62a8b01494dde87116cc588b318c008499bf30ac
-%global date 20151027
+%global checkout f5465b851ad4a10fe4504a6f499409dd54b93c04
Name: rfpkg
Summary: RPM Fusion utility for working with dist-git
-Version: 1.23.2
+Version: 1.23.3
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -53,26 +52,12 @@ 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
-##Make 'rfpkg' free/nonfree scripts
-cat > $RPM_BUILD_ROOT%{_bindir}/rfpkg-free <<EOF
-#!/bin/sh
-exec %{_bindir}/rfpkg -C %{_sysconfdir}/rpkg/rfpkg-free.conf "\$@"
-EOF
-
-cat > $RPM_BUILD_ROOT%{_bindir}/rfpkg-nonfree <<EOF
-#!/bin/sh
-exec %{_bindir}/rfpkg -C %{_sysconfdir}/rpkg/rfpkg-nonfree.conf "\$@"
-EOF
-
-chmod +x $RPM_BUILD_ROOT%{_bindir}/rfpkg-*free
-##
%files
%{!?_licensedir:%global license %doc}
%doc README
%license COPYING
%{_bindir}/rfpkg
-%{_bindir}/rfpkg-*
%{python2_sitelib}/rfpkg/
%{python2_sitelib}/rfpkg-%{version}-py%{python2_version}.egg-info/
%{_mandir}/man1/rfpkg.1*
@@ -91,6 +76,10 @@ chmod +x $RPM_BUILD_ROOT%{_bindir}/rfpkg-*free
%changelog
+* Fri Jul 01 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 1.23.3-1
+- Update to 1.23.3
+- Remove broken rfpkg-free and rfpkg-nonfree
+
* Sun Jun 19 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.23.2-1
- Update to 1.23.2
diff --git a/sources b/sources
index b6c605e..02cb52b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b05545b2b970c7d1d8911bb20d13c1ed rfpkg-1.23.2.tar.gz
+87716274826b741a5ec80e514f800c76 rfpkg-1.23.3.tar.gz