[python-configshell: 1/2] Update to 1.1.fb5-1

Andy Grover grover at fedoraproject.org
Tue Jul 31 17:44:21 UTC 2012


commit 3ac4a81ea379c07f8827f17169c44d0dfc57316e
Author: Andy Grover <agrover at redhat.com>
Date:   Tue Jul 31 10:34:32 2012 -0700

    Update to 1.1.fb5-1
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 .gitignore              |    1 +
 python-configshell.spec |   18 ++++++++----------
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c520d1..361b69c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /v1.1.fb2
 /v1.1.fb3
 /v1.1.fb4
+/configshell-fb-1.1.fb5.tar.gz
diff --git a/python-configshell.spec b/python-configshell.spec
index 284d0ed..ad47f39 100644
--- a/python-configshell.spec
+++ b/python-configshell.spec
@@ -7,11 +7,10 @@ License:        AGPLv3
 Group:          System Environment/Libraries
 Summary:        A framework to implement simple but nice CLIs
 Epoch:          1
-Version:        1.1.fb4
+Version:        1.1.fb5
 Release:        1%{?dist}
 URL:            https://github.com/agrover/configshell-fb
-Source:         https://github.com/agrover/%{oname}/tarball/v%{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source:         https://github.com/downloads/agrover/%{oname}/%{oname}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python-devel epydoc python-simpleparse python-urwid
 Requires: python-simpleparse python-urwid
@@ -21,7 +20,7 @@ A framework to implement simple but nice configuration-oriented
 command-line interfaces.
 
 %prep
-%setup -q -n agrover-%{oname}-0deef22
+%setup -q -n %{oname}-%{version}
 
 %build
 %{__python} setup.py build
@@ -30,16 +29,15 @@ command-line interfaces.
 rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
-
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
-%{python_sitelib}
+%{python_sitelib}/*
 %doc COPYING README
 
 %changelog
+* Tue Jan 10 2012 Andy Grover <agrover at redhat.com> - 1:1.1.fb5-1
+- New upstream release
+- Update Source URL to proper tarball
+
 * Tue Jan 10 2012 Andy Grover <agrover at redhat.com> - 1:1.1.fb4-1
 - New upstream release
 
diff --git a/sources b/sources
index 3aabab6..90e1f1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80710076ad02f59fee98b51c58ed1514  v1.1.fb4
+93dff95676042227b95d0abbfc134ad8  configshell-fb-1.1.fb5.tar.gz


More information about the scm-commits mailing list