[rfpkg-minimal] Initial import (#4112).

Ben Rosser tc01 at rpmfusion.org
Tue Jul 19 21:16:36 CEST 2016


commit fab7e461ab35b103060182df172c4b13c66355be
Author: Ben Rosser <rosser.bjr at gmail.com>
Date:   Tue Jul 19 15:16:32 2016 -0400

    Initial import (#4112).

 .gitignore         |  1 +
 rfpkg-minimal.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
 sources            |  1 +
 3 files changed, 47 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..576a10a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/rfpkg-minimal-0.1.1.tar.gz
diff --git a/rfpkg-minimal.spec b/rfpkg-minimal.spec
new file mode 100644
index 0000000..5ea1c3d
--- /dev/null
+++ b/rfpkg-minimal.spec
@@ -0,0 +1,45 @@
+Name:           rfpkg-minimal
+Version:        0.1.1
+Release:        1%{?dist}
+Summary:        Fork of fedpkg-minimal for RPM Fusion
+
+# Licensing is unclear; LICENSE is the GPLv2 but bin/fedpkg (upstream)
+# has a comment saying it is under the GPLv3. We're assuming GPLv2 for now.
+# See https://fedorahosted.org/fedpkg-minimal/ticket/2
+License:        GPLv2
+
+URL:            https://github.com/TC01/rfpkg-minimal
+Source0:        https://github.com/TC01/rfpkg-minimal/archive/0.1.1.tar.gz#/rfpkg-minimal-0.1.1.tar.gz
+
+BuildArch:      noarch
+
+# The script needs curl, just like fedpkg-minimal.
+Requires:       curl
+
+%description
+rfpkg-minimal contains a script for use in RPM Fusion's Koji instance
+to download the sources of a package. It is based on (and is a fork of)
+fedpkg-minimal.
+
+%prep
+%autosetup
+
+%build
+# Nothing to build!
+
+%install
+mkdir -p %{buildroot}%{_bindir}
+install -pm 755 bin/rfpkg-minimal %{buildroot}%{_bindir}/rfpkg-minimal
+
+%files
+%{_bindir}/rfpkg-minimal
+%doc README.md AUTHORS.md
+%license LICENSE
+
+%changelog
+* Sat Jul  9 2016 Ben Rosser <rosser.bjr at gmail.com> 0.1.1-1
+- Rename rfpkg to rfpkg-minimal, remove conflict with fedpkg
+- Add comment with link to upstream bug about licensing
+
+* Fri Jul  8 2016 Ben Rosser <rosser.bjr at gmail.com> 0.1.0-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..2336774 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f6911fa4c4ee776975dfbcb3095c42ff  rfpkg-minimal-0.1.1.tar.gz


More information about the rpmfusion-commits mailing list