|
@@ -1,6 +1,6 @@
|
|
%define pkg_name opensource-cobol
|
|
%define pkg_name opensource-cobol
|
|
-%define pkg_version 1.4.0J
|
|
+%define pkg_version 1.5.0J
|
|
-%define pkg_release 2%{?_dist_release}
|
|
+%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: An open-source COBOL compiler
|
|
Summary: An open-source COBOL compiler
|
|
Name: %{pkg_name}
|
|
Name: %{pkg_name}
|
|
@@ -16,8 +16,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
%if %{?_dist_release} == "vl6"
|
|
%if %{?_dist_release} == "vl6"
|
|
BuildRequires: db4-devel
|
|
BuildRequires: db4-devel
|
|
-%endif
|
|
+%else
|
|
-%if %{?_dist_release} == "vl7"
|
|
|
|
BuildRequires: libdb-devel
|
|
BuildRequires: libdb-devel
|
|
%endif
|
|
%endif
|
|
BuildRequires: gmp-devel
|
|
BuildRequires: gmp-devel
|
|
@@ -27,37 +26,14 @@ BuildRequires: texinfo
|
|
BuildRequires: texlive-common
|
|
BuildRequires: texlive-common
|
|
%if %{?_dist_release} == "vl6"
|
|
%if %{?_dist_release} == "vl6"
|
|
BuildRequires: texlive-collection-texinfo
|
|
BuildRequires: texlive-collection-texinfo
|
|
-%endif
|
|
+%else
|
|
-%if %{?_dist_release} == "vl7"
|
|
|
|
BuildRequires: texlive-collection-plainextra
|
|
BuildRequires: texlive-collection-plainextra
|
|
BuildRequires: texlive-collection-fontsrecommended
|
|
BuildRequires: texlive-collection-fontsrecommended
|
|
-# rpm -qa --qf "BuildRequires: %{name}\n" | grep -v -e "doc$" | \
|
|
|
|
-# grep texlive-collection-lang
|
|
|
|
-BuildRequires: texlive-collection-langenglish
|
|
|
|
-BuildRequires: texlive-collection-langkorean
|
|
|
|
-BuildRequires: texlive-collection-langitalian
|
|
|
|
-BuildRequires: texlive-collection-langpolish
|
|
|
|
-BuildRequires: texlive-collection-langgerman
|
|
|
|
-BuildRequires: texlive-collection-langjapanese
|
|
|
|
-BuildRequires: texlive-collection-langgreek
|
|
|
|
-BuildRequires: texlive-collection-langcyrillic
|
|
|
|
-BuildRequires: texlive-collection-langeuropean
|
|
|
|
-BuildRequires: texlive-collection-langspanish
|
|
|
|
-BuildRequires: texlive-collection-langcjk
|
|
|
|
-BuildRequires: texlive-collection-langczechslovak
|
|
|
|
-BuildRequires: texlive-collection-langfrench
|
|
|
|
-BuildRequires: texlive-collection-langarabic
|
|
|
|
-BuildRequires: texlive-collection-langother
|
|
|
|
-BuildRequires: texlive-collection-langportuguese
|
|
|
|
-BuildRequires: texlive-collection-langindic
|
|
|
|
-BuildRequires: texlive-collection-langafrican
|
|
|
|
-BuildRequires: texlive-collection-langchinese
|
|
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%if %{?_dist_release} == "vl6"
|
|
%if %{?_dist_release} == "vl6"
|
|
Requires: db4
|
|
Requires: db4
|
|
-%endif
|
|
+%else
|
|
-%if %{?_dist_release} == "vl7"
|
|
|
|
Requires: libdb
|
|
Requires: libdb
|
|
%endif
|
|
%endif
|
|
|
|
|
|
@@ -138,6 +114,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jun 19 2016 Toshiaki Ara <ara_t@384.jp> 1.5.0J-1
|
|
|
|
+- update to 1.5.0J
|
|
|
|
+- delete BuildRequires: texlive-collection-lang*
|
|
|
|
+
|
|
* Sat May 14 2016 Toshiaki Ara <ara_t@384.jp> 1.4.0J-2
|
|
* Sat May 14 2016 Toshiaki Ara <ara_t@384.jp> 1.4.0J-2
|
|
- rebuild under texlive 2016 pretest
|
|
- rebuild under texlive 2016 pretest
|
|
- add BuildRequires
|
|
- add BuildRequires
|