rpms/olpc-contents/devel olpc-contents.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel Drake dsd at fedoraproject.org
Fri Jul 17 16:30:41 UTC 2009


Author: dsd

Update of /cvs/pkgs/rpms/olpc-contents/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13734

Modified Files:
	.cvsignore sources 
Added Files:
	olpc-contents.spec 
Log Message:
import v2.6


--- NEW FILE olpc-contents.spec ---

Name:		olpc-contents

Version:	2.6

Release:	1%{?dist}

Summary:	OLPC contents manifest tools



License:	GPLv2+ and Public Domain

Group:		System Environment/Base

URL:		http://dev.laptop.org/git/users/cscott/olpc-contents

Source0:	http://dev.laptop.org/~dsd/olpc-contents/%{name}-%{version}.tar.bz2

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)



BuildRequires:	python-devel, Pyrex, libicu-devel

Requires:		bitfrost



%description

The olpc-contents utilities allow creation and verification of

manifest files describing directory trees.  The olpc-update

utility uses this to verify a downloaded update before it is

installed.





%prep

%setup -q





%build

make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"





%install

rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/%{_sbindir}



%{__install} -m 755 olpc-contents-create olpc-contents-clean olpc-contents-hash $RPM_BUILD_ROOT/%{_sbindir}

%{__install} -m 755 fv $RPM_BUILD_ROOT/%{_sbindir}/olpc-contents-verify





%clean

rm -rf $RPM_BUILD_ROOT





%files

%defattr(-,root,root,-)

%doc README COPYING



%{_sbindir}/olpc-contents-create

%{_sbindir}/olpc-contents-clean

%{_sbindir}/olpc-contents-hash

%{_sbindir}/olpc-contents-verify





%changelog

* Wed Jul 15 2009 Daniel Drake <dsd at laptop.org> - 2.6-1

- Initial import




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-contents/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Jul 2009 15:35:04 -0000	1.1
+++ .cvsignore	17 Jul 2009 16:30:40 -0000	1.2
@@ -0,0 +1 @@
+olpc-contents-2.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-contents/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Jul 2009 15:35:04 -0000	1.1
+++ sources	17 Jul 2009 16:30:40 -0000	1.2
@@ -0,0 +1 @@
+91fae621f89a839e8bbb074a7f53316c  olpc-contents-2.6.tar.bz2




More information about the fedora-extras-commits mailing list