rpms/bitfrost/devel bitfrost.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel Drake dsd at fedoraproject.org
Fri Jul 10 18:55:49 UTC 2009


Author: dsd

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

Modified Files:
	.cvsignore sources 
Added Files:
	bitfrost.spec 
Log Message:
Initial import v1.0.1


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

Name:		bitfrost
Version:	1.0.1
Release:	1%{?dist}
Summary:	OLPC bitfrost security modules

Group:		System Environment/Base
License:	LGPLv2+ and GPLv2+ and Public Domain
URL:		http://dev.laptop.org/git/projects/bitfrost
Source0:	http://dev.laptop.org/~dsd/bitfrost/%{name}-%{version}.tar.bz2
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:	python-devel, Pyrex


%description
A collection of Python modules which implement parts of Bitfrost, the
OLPC security platform.


%prep
%setup -q


%build
make OPTFLAGS="$RPM_OPT_FLAGS"
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --install-lib "%{python_sitearch}" --root $RPM_BUILD_ROOT
%{__install} -d $RPM_BUILD_ROOT/%{python_sitearch}/bitfrost/util
%{__install} -m 755 bitfrost/util/{pysign.so,pyverify.so} $RPM_BUILD_ROOT/%{python_sitearch}/bitfrost/util/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc
%{python_sitearch}/bitfrost
%{python_sitearch}/bitfrost-%{version}-*.egg-info/


%changelog
* Fri Jul 10 2009 Daniel Drake <dsd at laptop.org> 1.0.1-1
- Initial import



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bitfrost/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Jul 2009 18:11:43 -0000	1.1
+++ .cvsignore	10 Jul 2009 18:55:47 -0000	1.2
@@ -0,0 +1 @@
+bitfrost-1.0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bitfrost/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Jul 2009 18:11:43 -0000	1.1
+++ sources	10 Jul 2009 18:55:47 -0000	1.2
@@ -0,0 +1 @@
+e3c5c64d8c7cb65e99eadc7c8d9eee46  bitfrost-1.0.1.tar.bz2




More information about the fedora-extras-commits mailing list