|
|
@ -301,11 +301,13 @@ VCS="" |
|
|
|
VCSDEPENDS="" |
|
|
|
VCSDEPENDS="" |
|
|
|
if test -d .svn; then |
|
|
|
if test -d .svn; then |
|
|
|
VCS="svn" |
|
|
|
VCS="svn" |
|
|
|
VCSDEPENDS="svn2cl, subversion, subversion-tools," |
|
|
|
VCSDEPENDS_DEB="svn2cl, subversion, subversion-tools," |
|
|
|
|
|
|
|
VCSDEPENDS_RPM="subversion, subversion-tools," |
|
|
|
echo -e " \e[32msuccess\e[0m detected ${VCS}" |
|
|
|
echo -e " \e[32msuccess\e[0m detected ${VCS}" |
|
|
|
elif test -d .git; then |
|
|
|
elif test -d .git; then |
|
|
|
VCS="git" |
|
|
|
VCS="git" |
|
|
|
VCSDEPENDS="git2cl, git," |
|
|
|
VCSDEPENDS_DEB="git2cl, git," |
|
|
|
|
|
|
|
VCSDEPENDS_RPM="git," |
|
|
|
echo -e " \e[32msuccess\e[0m detected ${VCS}" |
|
|
|
echo -e " \e[32msuccess\e[0m detected ${VCS}" |
|
|
|
else |
|
|
|
else |
|
|
|
echo -e " \e[33mignored\e[0m" |
|
|
|
echo -e " \e[33mignored\e[0m" |
|
|
@ -1463,7 +1465,7 @@ if testtag AX_USE_DEBIAN_PACKAGING; then |
|
|
|
|
|
|
|
|
|
|
|
-- @PACKAGER@ @BUILD_DATE@ |
|
|
|
-- @PACKAGER@ @BUILD_DATE@ |
|
|
|
EOF |
|
|
|
EOF |
|
|
|
BUILD_DEPENDS="debhelper, fakeroot, ${VCSDEPENDS} pkg-config, automake, libtool, autotools-dev, pandoc, lsb-release, fakeroot, $(if testtag AX_USE_DOXYGEN; then echo -n ", doxygen, graphviz, mscgen, default-jre-headless|default-jre"; fi; if testtag AX_USE_PERLDOC; then echo -n ", libpod-tree-perl"; fi; if testtag AX_USE_CPPUNIT; then echo -n ", libcppunit-dev"; fi; if testtag AX_CXX_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n ", qt5-default | libqt4-core | libqtcore4, qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools"; fi)" |
|
|
|
BUILD_DEPENDS="debhelper, fakeroot, ${VCSDEPENDS_DEB} pkg-config, automake, libtool, autotools-dev, pandoc, lsb-release, fakeroot, $(if testtag AX_USE_DOXYGEN; then echo -n ", doxygen, graphviz, mscgen, default-jre-headless|default-jre"; fi; if testtag AX_USE_PERLDOC; then echo -n ", libpod-tree-perl"; fi; if testtag AX_USE_CPPUNIT; then echo -n ", libcppunit-dev"; fi; if testtag AX_CXX_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n ", qt5-default | libqt4-core | libqtcore4, qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools"; fi)" |
|
|
|
to debian/control.in <<EOF |
|
|
|
to debian/control.in <<EOF |
|
|
|
Source: @PACKAGE_NAME@ |
|
|
|
Source: @PACKAGE_NAME@ |
|
|
|
Priority: extra |
|
|
|
Priority: extra |
|
|
@ -1534,7 +1536,7 @@ else |
|
|
|
fi) |
|
|
|
fi) |
|
|
|
Source0: %{name}-%{version}.tar.gz |
|
|
|
Source0: %{name}-%{version}.tar.gz |
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|
|
|
BuildRequires: gnupg, ${VCSDEPENDS} make, automake, autoconf, rpm-build$( |
|
|
|
BuildRequires: gnupg, ${VCSDEPENDS_RPM} make, automake, autoconf, rpm-build$( |
|
|
|
if testtag AX_USE_CXX; then |
|
|
|
if testtag AX_USE_CXX; then |
|
|
|
echo -n ", binutils-devel, gcc-c++" |
|
|
|
echo -n ", binutils-devel, gcc-c++" |
|
|
|
fi |
|
|
|
fi |
|
|
@ -1552,13 +1554,16 @@ BuildRequires: gnupg, ${VCSDEPENDS} make, automake, autoconf, rpm-build$( |
|
|
|
$(if testtag AX_USE_DOXYGEN; then echo -n "BuildRequires: graphviz"; fi) |
|
|
|
$(if testtag AX_USE_DOXYGEN; then echo -n "BuildRequires: graphviz"; fi) |
|
|
|
%endif |
|
|
|
%endif |
|
|
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} || 0%{?mageia} |
|
|
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} || 0%{?mageia} |
|
|
|
BuildRequires: which, rpm-sign, pkgconfig$( |
|
|
|
BuildRequires: which, pkgconfig$( |
|
|
|
if testtag AX_USE_LIBTOOL; then |
|
|
|
if testtag AX_USE_LIBTOOL; then |
|
|
|
echo -n ", cppunit-devel" |
|
|
|
echo -n ", cppunit-devel" |
|
|
|
fi |
|
|
|
fi |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
%if 0%{?rhel} > 6 || 0%{?rhl} > 6 || 0%{?centos} > 6 || 0%{?fedora} || 0%{?mageia} |
|
|
|
|
|
|
|
BuildRequires: rpm-sign |
|
|
|
|
|
|
|
%endif |
|
|
|
%if 0%{?mageia} |
|
|
|
%if 0%{?mageia} |
|
|
|
BuildRequires: lsb-release$( |
|
|
|
BuildRequires: gnupg, lsb-release$( |
|
|
|
if testtag AX_USE_LIBTOOL; then |
|
|
|
if testtag AX_USE_LIBTOOL; then |
|
|
|
echo -n ", libltdl-devel" |
|
|
|
echo -n ", libltdl-devel" |
|
|
|
fi |
|
|
|
fi |
|
|
|