- Use RPM's builtin OCaml dependency generator on F13+
This commit is contained in:
parent
90c73711e4
commit
a62a20c9f2
@ -9,7 +9,7 @@ ExcludeArch: ppc64
|
||||
|
||||
Name: ocaml-facile
|
||||
Version: 1.1
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: OCaml library for constraint programming
|
||||
Summary(fr): Librairie OCaml de programmation par contraintes
|
||||
|
||||
@ -27,9 +27,11 @@ ExcludeArch: sparc64 s390 s390x
|
||||
BuildRequires: ocaml >= 3.02
|
||||
BuildRequires: ocaml-findlib-devel
|
||||
|
||||
%if 0%{?fedora} < 13
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
|
||||
%define __find_provides /usr/lib/rpm/ocaml-find-provides.sh
|
||||
%endif
|
||||
|
||||
%description
|
||||
FaCiLe is a constraint programming library on integer and integer set finite
|
||||
@ -113,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/ocaml/facile/*.mli
|
||||
|
||||
%changelog
|
||||
* Thu Dec 17 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1.1-11
|
||||
- Use RPM's builtin OCaml dependency generator on F13+
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user