rpms/python-minimock/devel import.log, NONE, 1.1 python-minimock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

tomspur tomspur at fedoraproject.org
Wed Dec 23 20:00:24 UTC 2009


Author: tomspur

Update of /cvs/pkgs/rpms/python-minimock/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16386/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-minimock.spec 
Log Message:
Initial import (#544581)



--- NEW FILE import.log ---
python-minimock-1_2_5-1_fc12:HEAD:python-minimock-1.2.5-1.fc12.src.rpm:1261598362


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

Name:           python-minimock
Version:        1.2.5
Release:        1%{?dist}
Summary:        The simplest possible mock library

Group:          Development/Tools
License:        MIT
URL:            http://pypi.python.org/pypi/MiniMock
Source0:        http://pypi.python.org/packages/source/M/MiniMock/MiniMock-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
minimock is a simple library for doing Mock objects with doctest.


%prep
%setup -q -n MiniMock-%{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 docs/*
%{python_sitelib}/*


%changelog
* Thu Dec 22 2009 Thomas Spura <tomspur at fedoraproject.org> - 1.2.5-1
- correct URL
- update to new version

* Sat Dec 5 2009 Thomas Spura <tomspur at fedoraproject.org> - 1.0-1
- Initial creation for review


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-minimock/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Dec 2009 19:42:43 -0000	1.1
+++ .cvsignore	23 Dec 2009 20:00:24 -0000	1.2
@@ -0,0 +1 @@
+MiniMock-1.2.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-minimock/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Dec 2009 19:42:43 -0000	1.1
+++ sources	23 Dec 2009 20:00:24 -0000	1.2
@@ -0,0 +1 @@
+404ad9b0b2052686dee28936403aa3e7  MiniMock-1.2.5.tar.gz




More information about the fedora-extras-commits mailing list