rpms/fabric/devel fabric.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Silas Sewell silas at fedoraproject.org
Sun Apr 12 18:24:32 UTC 2009


Author: silas

Update of /cvs/pkgs/rpms/fabric/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4102/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fabric.spec import.log 
Log Message:
Initial commit



--- NEW FILE fabric.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           fabric
Version:        0.1.1
Release:        1%{?dist}
Summary:        A simple pythonic remote deployment tool

Group:          Applications/System
License:        GPLv2+
URL:            http://www.nongnu.org/fab/
Source0:        http://download.savannah.gnu.org/releases/fab/fab-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-paramiko >= 1.7

%description
Fabric is a simple pythonic remote deployment tool which is designed to upload
files to, and run shell commands on, a number of servers in parallel or
serially.

%prep
%setup -q -n fab-%{version}
sed -i '/^#!\/usr\/bin\/env\ python -i/,+1 d' fabric.py

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc LICENSE README TODO
%{python_sitelib}/*
%{_bindir}/fab

%changelog
* Thu Apr 09 2009 Silas Sewell <silas at sewell ch> - 0.1.1-1
- Update to 0.1.1
- Up Paramiko version dependency to 1.7
- Remove Python version dependency
- Make sed safer

* Sat Mar 28 2009 Silas Sewell <silas at sewell ch> - 0.1.0-3
- Fix dependencies
- Fix non-executable-script error

* Thu Mar 26 2009 Silas Sewell <silas at sewell ch> - 0.1.0-2
- Changed define to global

* Sun Feb 22 2009 Silas Sewell <silas at sewell ch> - 0.1.0-1
- Updated to 0.1.0
- Upped Python requirement to 2.5 per recommendation on official site

* Thu Nov 20 2008 Silas Sewell <silas at sewell ch> - 0.0.9-3
- Fixed changelog syntax issue

* Thu Nov 20 2008 Silas Sewell <silas at sewell ch> - 0.0.9-2
- Fixed various issues with the SPEC file

* Wed Nov 19 2008 Silas Sewell <silas at sewell ch> - 0.0.9-1
- Initial package


--- NEW FILE import.log ---
fabric-0_1_1-1_fc10:HEAD:fabric-0.1.1-1.fc10.src.rpm:1239560592


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fabric/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2009 18:20:05 -0000	1.1
+++ .cvsignore	12 Apr 2009 18:24:01 -0000	1.2
@@ -0,0 +1 @@
+fab-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fabric/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2009 18:20:05 -0000	1.1
+++ sources	12 Apr 2009 18:24:01 -0000	1.2
@@ -0,0 +1 @@
+b317a951d44abb2649b86c0539dadd3b  fab-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list