- Rebuild with patch fuzz.
- No need to create $RPM_BUILD_ROOT.
This commit is contained in:
parent
9a8d0fb001
commit
7aee8d1821
@ -9,7 +9,7 @@ ExcludeArch: ppc64
|
|||||||
|
|
||||||
Name: ocaml-facile
|
Name: ocaml-facile
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: OCaml library for constraint programming
|
Summary: OCaml library for constraint programming
|
||||||
Summary(fr): Librairie OCaml de programmation par contraintes
|
Summary(fr): Librairie OCaml de programmation par contraintes
|
||||||
|
|
||||||
@ -87,7 +87,6 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ocaml
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ocaml
|
||||||
make install
|
make install
|
||||||
|
|
||||||
@ -113,8 +112,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/ocaml/facile/*.mli
|
%{_libdir}/ocaml/facile/*.mli
|
||||||
|
|
||||||
%changelog
|
%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.
|
- Rebuild with patch fuzz.
|
||||||
|
- No need to create $RPM_BUILD_ROOT.
|
||||||
|
|
||||||
* Wed Apr 23 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.1-3
|
* Wed Apr 23 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.1-3
|
||||||
- rebuild for new ocaml (3.10.2)
|
- rebuild for new ocaml (3.10.2)
|
||||||
|
Loading…
Reference in New Issue
Block a user