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

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon Aug 11 17:59:43 UTC 2008


Author: rnorwood

Update of /cvs/pkgs/rpms/puritan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26324/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log puritan.spec 
Log Message:
New package



--- NEW FILE import.log ---
puritan-0_4-2_fc9:HEAD:puritan-0.4-2.fc9.src.rpm:1218477393


--- NEW FILE puritan.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_version: %define python_version %(%{__python} -c "import sys; print sys.version[0:3]")}

Name:           puritan
Version:        0.4
Release:        2%{?dist}
Summary:        OLPC disk image compiler

Group:          Development/Tools
License:        MIT
URL:            http://wiki.laptop.org/go/Puritan
Source0:        http://dev.laptop.org/~mstone/releases/SOURCES/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       mock
Requires:       git-core
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
Puritan is a minimal tool for constructing OLPC disk images from sources
including RPM repositories and build-stream descriptions.


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


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
install -D -m 755 bin/puritan $RPM_BUILD_ROOT/%{_bindir}/puritan


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS
%dir %{python_sitelib}/puritan
%{python_sitelib}/puritan/*
%dir %{python_sitelib}/puritan-%{version}-py%{python_version}.egg-info
%{python_sitelib}/puritan-%{version}-py%{python_version}.egg-info/*
%{_bindir}/puritan


%changelog
* Tue Jul 29 2008 Robin Norwood <rnorwood at redhat.com> - 0.4-2.fc9
- Initial version for Fedora package review, based on M. Stone's spec file.

* Fri May 23 2008 Michael Stone <michael at laptop.org> - 0.4-1.olpc2
- Pipe verbosity and subcommand options to compilations.
- Teach the compilations to download packages and to record package-sets.

* Mon Apr 11 2008 Michael Stone <michael at laptop.org> - 0.3-1.olpc2
- Improve the error-reporting on Fedora.

* Mon Mar 03 2008 Michael Stone <michael at laptop.org> - 0.2-1.olpc2
- Use mock to construct a controlled build environment.

* Sat Jan 12 2008 Michael Stone <michael at laptop.org> - 0.1-1.olpc2
- Initial release of this spec.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/puritan/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Aug 2008 17:21:50 -0000	1.1
+++ .cvsignore	11 Aug 2008 17:59:13 -0000	1.2
@@ -0,0 +1 @@
+puritan-0.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/puritan/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Aug 2008 17:21:50 -0000	1.1
+++ sources	11 Aug 2008 17:59:13 -0000	1.2
@@ -0,0 +1 @@
+2abcd24587b313177c98ca4cc8d41258  puritan-0.4.tar.bz2




More information about the fedora-extras-commits mailing list