- Rebuild with patch fuzz.

- No need to create $RPM_BUILD_ROOT.
This commit is contained in:
Richard W.M. Jones 2008-08-28 17:11:19 +00:00
parent 9a8d0fb001
commit 7aee8d1821

View File

@ -9,7 +9,7 @@ ExcludeArch: ppc64
Name: ocaml-facile
Version: 1.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: OCaml library for constraint programming
Summary(fr): Librairie OCaml de programmation par contraintes
@ -87,7 +87,6 @@ make
%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ocaml
make install
@ -113,8 +112,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/ocaml/facile/*.mli
%changelog
* Thu Aug 28 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1-4
* Thu Aug 28 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1-5
- Rebuild with patch fuzz.
- No need to create $RPM_BUILD_ROOT.
* Wed Apr 23 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.1-3
- rebuild for new ocaml (3.10.2)