Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 0b2ff3060b30e23342e2b0edb376ea3c > files > 2

olpc-contents-2.6-2.fc12.src.rpm

Name:		olpc-contents
Version:	2.6
Release:	2%{?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
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

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