rpms/python-achoo/F-10 python-achoo.spec,NONE,1.1 sources,1.1,1.2

Ramakrishna Reddy ramkrsna at fedoraproject.org
Thu Apr 23 11:05:44 UTC 2009


Author: ramkrsna

Update of /cvs/pkgs/rpms/python-achoo/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4067

Modified Files:
	sources 
Added Files:
	python-achoo.spec 
Log Message:
Initial release for F-10


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

Name:           python-achoo
Version:        1.0
Release:        2%{?dist}
Summary:        A fluent interface for testing Python objects

Group:          Development/Languages
License:        LGPLv3+
URL:            http://web.quuxo.com/products/achoo/
Source0:        http://web.quuxo.com/products/achoo/achoo-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools

%description
Achoo is a fluent interface for unit testing Python objects.
Achoo makes it easy to make assertions about the properties 
and behaviours of Python objects. For example, is this object
equal to this other one? Does calling this function with these
arguments raise an error? More Infomation on fluent from here
http://www.martinfowler.com/bliki/FluentInterface.html

%prep
%setup -q -n achoo-%{version}


%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 README COPYING.LESSER AUTHORS 
%{python_sitelib}/*


%changelog
* Thu Apr 09 2009 Ramakrishna Reddy Yekulla <ramkrsna at fedoraproject.org> 1.0-2
- Adding correct upstream source, matching md5sums

* Wed Apr 08 2009 Ramakrishna Reddy Yekulla <ramkrsna at fedoraproject.org> 1.0-1
- Initial RPM release



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-achoo/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2009 21:36:38 -0000	1.1
+++ sources	23 Apr 2009 11:05:12 -0000	1.2
@@ -0,0 +1 @@
+2030a24b9daa0232aa776c08461e8061  achoo-1.0.tar.gz




More information about the fedora-extras-commits mailing list