summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-09-20 17:58:06 -0400
committerAdrian Likins <alikins@redhat.com>2007-09-20 17:58:06 -0400
commit925e043108e8b8e6859f07611d206701ae2f7424 (patch)
tree1dc5a2aa312dde18481d1e4cdf43dcdeb68b93e3
parenta847a423257a863c18f20b003820f74dcd5259af (diff)
parenta38a6220a40c934ca880bbe76093d916fd1ca1c7 (diff)
downloadthird_party-func-925e043108e8b8e6859f07611d206701ae2f7424.tar.gz
third_party-func-925e043108e8b8e6859f07611d206701ae2f7424.tar.xz
third_party-func-925e043108e8b8e6859f07611d206701ae2f7424.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
-rw-r--r--func.spec13
-rw-r--r--version2
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 <jbowes@redhat.com> - 0.0.11-2
+- Clean up some speclint warnings
+
* Thu Sep 20 2007 Adrian Likins <alikins@redhat.com> - 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