Rehosted on github. Update to 1:1.1

I assumed configshell was version 1.99, like rtslib and targetcli, but
unfortunately it is not. Since we have already produced RPMs for rhel
and rawhide with 1.99, we need to increment Epoch to 1 to go back to
version 1.1, as tagged in git.

Rehost onto github. This allows us to package based on a proper tarball,
and allows intermediate upstream releases by moi. (This is necessary because
RTS will only take MIT, not AGPLv3, contributions.)

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2011-11-21 18:09:35 -08:00
parent d7ee83841f
commit 143996bec1
3 changed files with 9 additions and 12 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/configshell-1.99.1.git987b63b.tar.gz /configshell-1.99.1.git987b63b.tar.gz
/1.1

View File

@ -1,20 +1,16 @@
# Copyright 2011, Red Hat # Copyright 2011, Red Hat
%global oname configshell %global oname configshell-fedora
Name: python-configshell Name: python-configshell
License: AGPLv3 License: AGPLv3
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: A framework to implement simple but nice CLIs Summary: A framework to implement simple but nice CLIs
Version: 1.99.1.git987b63b Epoch: 1
Release: 5%{?dist} Version: 1.1
# placeholder URL and source entries Release: 1%{?dist}
# archive created using: URL: https://github.com/agrover/configshell-fedora
# git clone git://risingtidesystems.com/configshell.git Source: https://github.com/agrover/%{oname}/tarball/%{version}
# cd configshell
# git archive 987b63b --prefix configshell-%{version}/ | gzip > configshell-%{version}.tar.gz
URL: http://www.risingtidesystems.com/git/
Source: %{oname}-%{version}.tar.gz
Patch1: %{name}-git-version.patch Patch1: %{name}-git-version.patch
Patch2: %{name}-remove-epydoc-dep.patch Patch2: %{name}-remove-epydoc-dep.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -27,7 +23,7 @@ A framework to implement simple but nice configuration-oriented
command-line interfaces. command-line interfaces.
%prep %prep
%setup -q -n %{oname}-%{version} %setup -q -n agrover-%{oname}-3ba5560
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1

View File

@ -1 +1 @@
93eba365d2a455a0cec166e323a2b215 configshell-1.99.1.git987b63b.tar.gz e951e9a2d13f45687f8e61995ac97108 1.1