From a38a6220a40c934ca880bbe76093d916fd1ca1c7 Mon Sep 17 00:00:00 2001 From: James Bowes Date: Thu, 20 Sep 2007 17:38:36 -0400 Subject: Clean up some speclint warnings --- func.spec | 13 ++++++++++--- version | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/func.spec b/func.spec index 55efdc5..71c2dcf 100644 --- a/func.spec +++ b/func.spec @@ -1,13 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -Summary: func remote config, monitoring, and management api +Summary: Remote config, monitoring, and management api Name: func Source1: version Version: %(echo `awk '{ print $1 }' %{SOURCE1}`) Release: %(echo `awk '{ print $2 }' %{SOURCE1}`)%{?dist} Source0: %{name}-%{version}.tar.gz -License: GPL +License: GPL+ Group: Applications/System Requires: python >= 2.3 Requires: rhpl @@ -19,8 +19,10 @@ Url: https://hosted.fedoraproject.org/projects/func/ %description func is a remote api for mangement, configation, and monitoring of systems. + %prep %setup -q + %build %{__python} setup.py build @@ -28,10 +30,12 @@ func is a remote api for mangement, configation, and monitoring of systems. test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %{__python} setup.py install --root=$RPM_BUILD_ROOT +%clean +rm -fr $RPM_BUILD_ROOT + %files %{_bindir}/funcd /etc/init.d/funcd -#%dir /var/lib/virt-factory %config(noreplace) /etc/func/settings %dir %{python_sitelib}/func %dir %{python_sitelib}/func/server @@ -55,5 +59,8 @@ fi %changelog +* Thu Sep 20 2007 James Bowes - 0.0.11-2 +- Clean up some speclint warnings + * Thu Sep 20 2007 Adrian Likins - 0.0.11-1 - initial release (this one goes to .11) diff --git a/version b/version index 6f2b8fc..2311023 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.11 1 +0.11 2 -- cgit