Fixed building on F-15
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
ebf67f01df
commit
4edfd8114b
1 changed files with 7 additions and 4 deletions
11
erlang.spec
11
erlang.spec
|
|
@ -14,9 +14,9 @@
|
|||
%bcond_without doc
|
||||
|
||||
# Change this back to include all Fedora versions (not just those <
|
||||
# 16) when the fop package has been fixed on fc16 (bug 689930).
|
||||
%if 0%{fedora} < 16
|
||||
%define use_prebuilt_docs 0
|
||||
# 15) when the fop package has been fixed on fc15 (bug 689930).
|
||||
%if 0%{fc15}
|
||||
%define use_prebuilt_docs 1
|
||||
%else
|
||||
%define use_prebuilt_docs 0
|
||||
%endif
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
Name: erlang
|
||||
Version: %{upstream_ver}
|
||||
Release: %{upstream_rel_for_rpm}.1%{?dist}
|
||||
Release: %{upstream_rel_for_rpm}.2%{?dist}
|
||||
Summary: General-purpose programming language and runtime environment
|
||||
|
||||
Group: Development/Languages
|
||||
|
|
@ -2384,6 +2384,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 21 2011 Peter Lemenkov <lemenkov@gmail.com> - R14B-03.2
|
||||
- Fixed building on F-15
|
||||
|
||||
* Wed Jul 20 2011 Peter Lemenkov <lemenkov@gmail.com> - R14B-03.1
|
||||
- Ver. R14B03
|
||||
- New module - diameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue