rpms/euca2ools/F-12 euca2ools.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

gholms gholms at fedoraproject.org
Fri Feb 5 00:49:12 UTC 2010


Author: gholms

Update of /cvs/pkgs/rpms/euca2ools/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1528/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	euca2ools.spec import.log 
Log Message:
* Thu Feb 04 2010 Garrett Holmstrom <gholms at fedoraproject.org> - 1.1-5
- Fix changelog



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

Name:           euca2ools
Version:        1.1
Release:        5%{?dist}
Summary:        Elastic Utility Computing Architecture Command-Line Tools

Group:          Applications/Internet
License:        BSD
URL:            http://open.eucalyptus.com/
Source0:        http://eucalyptussoftware.com/downloads/releases/%{name}-%{version}.tar.gz

Requires:       m2crypto
Requires:       python-boto

BuildRequires:  help2man
BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel

BuildArch:      noarch

%description
Eucalyptus is an open source service overlay that implements elastic
computing using existing resources.  The goal of Eucalyptus is to allow
sites with existing clusters and server infrastructure to co-host elastic
computing services that are interface-compatible with Amazon's AWS (EC2,
S3, EBS).

This package contains the command line tools used to interact with
Eucalyptus.  These tools are also compatible with Amazon AWS.


%prep
%setup -q


%build
cd %{name}
%{__python} setup.py build


%install
pushd %{name}
%{__python} setup.py install --skip-build --root %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
popd

mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
cp -p bin/* %{buildroot}/%{_bindir}
cp -p man/* %{buildroot}/%{_mandir}/man1


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{_bindir}/euca-*
%{_mandir}/man1/euca*
%{python_sitelib}/%{name}-*.egg-info
%{python_sitelib}/%{name}/
%doc CHANGELOG
%doc COPYING
%doc INSTALL
%doc README

%changelog
* Thu Feb  4 2010 Garrett Holmstrom <gholms at fedoraproject.org> - 1.1-5
- Fix changelog

* Wed Jan 20 2010 Garrett Holmstrom <gholms at fedoraproject.org> - 1.1-4
- Stop requiring swig
- Take ownership of %%{python_sitelib}/%{name} directory
- Clarify description
- Drop now-superfluous buildroot tag and cleaning step

* Fri Jan 15 2010 Garrett Holmstrom <gholms at fedoraproject.org> - 1.1-3
- Update download URI

* Fri Jan  8 2010 Garrett Holmstrom <gholms at fedoraproject.org> - 1.1-2
- Add COPYING and INSTALL docfiles

* Fri Jan  8 2010 Garrett Holmstrom <gholms at fedoraproject.org> - 1.1-1
- Initial packaging attempt


--- NEW FILE import.log ---
euca2ools-1_1-5_fc12:F-12:euca2ools-1.1-5.fc12.src.rpm:1265330862


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/euca2ools/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Feb 2010 00:17:28 -0000	1.1
+++ .cvsignore	5 Feb 2010 00:49:11 -0000	1.2
@@ -0,0 +1 @@
+euca2ools-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/euca2ools/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Feb 2010 00:17:28 -0000	1.1
+++ sources	5 Feb 2010 00:49:11 -0000	1.2
@@ -0,0 +1 @@
+70dd0cb344e5fd0374d934eeda2ef730  euca2ools-1.1.tar.gz



More information about the scm-commits mailing list