- Don't include the release number in fedora-ocaml-release file, so that
packages built against this won't depend on the Fedora release.
This commit is contained in:
parent
7e41c47432
commit
6a495c8e9b
@ -1,6 +1,6 @@
|
|||||||
Name: ocaml
|
Name: ocaml
|
||||||
Version: 3.10.0
|
Version: 3.10.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
Summary: Objective Caml compiler and programming environment
|
Summary: Objective Caml compiler and programming environment
|
||||||
|
|
||||||
@ -234,7 +234,7 @@ mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/
|
|||||||
cp %{SOURCE4} $RPM_BUILD_ROOT/usr/lib/rpm/
|
cp %{SOURCE4} $RPM_BUILD_ROOT/usr/lib/rpm/
|
||||||
cp %{SOURCE5} $RPM_BUILD_ROOT/usr/lib/rpm/
|
cp %{SOURCE5} $RPM_BUILD_ROOT/usr/lib/rpm/
|
||||||
|
|
||||||
echo %{version}-%{release} > $RPM_BUILD_ROOT%{_libdir}/ocaml/fedora-ocaml-release
|
echo %{version} > $RPM_BUILD_ROOT%{_libdir}/ocaml/fedora-ocaml-release
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -421,6 +421,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 3 2007 Richard W.M. Jones <rjones@redhat.com> - 3.10.0-5
|
||||||
|
- Don't include the release number in fedora-ocaml-release file, so
|
||||||
|
that packages built against this won't depend on the Fedora release.
|
||||||
|
|
||||||
* Wed Aug 29 2007 Gerard Milmeister <gemi@bluewin.ch> - 3.10.0-4
|
* Wed Aug 29 2007 Gerard Milmeister <gemi@bluewin.ch> - 3.10.0-4
|
||||||
- added BR util-linux-ng
|
- added BR util-linux-ng
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user