Name: packagedb-cli Version: 1.0.0 Release: 2%{?dist} Summary: A CLI for pkgdb License: GPLv2+ URL: https://fedorahosted.org/packagedb-cli/ # Will be in https://fedorahosted.org/releases/p/a/packagedb-cli/ # as soon as a "permission denied" is fixed and that I can upload # the tarball Source0: http://ambre.pingoured.fr/public/packagedb-cli-1.0.0.tar.gz BuildArch: noarch BuildRequires: python Requires: python-argparse %description packagedb-cli is a command line interface of the well-known packagedb of the Fedora project. It allows you to manage the ACL for your packages as well as requesting new ACL for new packages. It also allows you to orphan and/or retire your package(s). %prep %setup -q %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_bindir} mv pkgdb.py pkgdb-cli install pkgdb-cli $RPM_BUILD_ROOT/%{_bindir}/ %files %doc README LICENSE %{_bindir}/pkgdb-cli %changelog * Wed Jun 29 2011 Pierre-Yves Chibon - 1.0.0-2 - Used a temporary solution for Source0 for the review * Wed Jun 29 2011 Pierre-Yves Chibon - 1.0.0-1 - First package for Fedora