diff options
author | François Andriot <albator78@libertysurf.fr> | 2017-12-10 18:39:17 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2017-12-10 18:39:17 +0100 |
commit | cdfe982606b1229589e08d99f3fb6b1fc6f06db7 (patch) | |
tree | b3b329969ba50c9309a88f144a94bd2a3bc0d69b /redhat/applications | |
parent | 2c6b5dc9b85e94f37f166eee9da18b6d32446011 (diff) | |
download | tde-packaging-cdfe982606b1229589e08d99f3fb6b1fc6f06db7.tar.gz tde-packaging-cdfe982606b1229589e08d99f3fb6b1fc6f06db7.zip |
RPM: update build scripts for Fedora 27, opensuse TW
Diffstat (limited to 'redhat/applications')
-rw-r--r-- | redhat/applications/amarok/amarok-14.0.0.spec | 2 | ||||
-rw-r--r-- | redhat/applications/qalculate-tde/qalculate-tde.spec | 10 | ||||
-rw-r--r-- | redhat/applications/smartcardauth/smartcardauth-14.0.0.spec | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/redhat/applications/amarok/amarok-14.0.0.spec b/redhat/applications/amarok/amarok-14.0.0.spec index 824c9361a..e80a2a2fc 100644 --- a/redhat/applications/amarok/amarok-14.0.0.spec +++ b/redhat/applications/amarok/amarok-14.0.0.spec @@ -191,7 +191,7 @@ BuildRequires: libofa-devel %if 0%{?mgaversion} && 0%{?mgaversion} <= 2 BuildRequires: libtunepimp-devel %endif -%if 0%{?suse_version} +%if 0%{?suse_version} && 0%{?suse_version} != 1330 BuildRequires: libtunepimp-devel %endif %if 0%{?fedora} && 0%{?fedora} <= 23 diff --git a/redhat/applications/qalculate-tde/qalculate-tde.spec b/redhat/applications/qalculate-tde/qalculate-tde.spec index ef36cdc26..cdf54b84e 100644 --- a/redhat/applications/qalculate-tde/qalculate-tde.spec +++ b/redhat/applications/qalculate-tde/qalculate-tde.spec @@ -68,6 +68,10 @@ BuildRequires: libtool BuildRequires: libqalculate-devel >= 0.9.6 +%if 0%{?suse_version} == 1330 +BuildRequires: cln-devel +%endif + # SUSE desktop files utility %if 0%{?suse_version} BuildRequires: update-desktop-files @@ -161,10 +165,4 @@ export PATH="%{tde_bindir}:${PATH}" %{tde_datadir}/icons/hicolor/*/actions/qalculate_convert.png -%post - - -%postun - - %changelog diff --git a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec index f6becc34b..27ed4338c 100644 --- a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec +++ b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec @@ -33,6 +33,10 @@ %define tde_tdeincludedir %{tde_includedir}/tde %define tde_tdelibdir %{tde_libdir}/trinity +%if 0%{?fedora} >= 27 +%define debug_package %{nil} +%endif + Name: trinity-%{tde_pkg} Epoch: %{tde_epoch} @@ -112,11 +116,7 @@ BuildRequires: libdb-devel BuildRequires: libdb-cxx-devel %endif %if 0%{?suse_version} -%if "%{?suse_version}" == "1310" || "%{?suse_version}" == "1320" || 0%{?sle_version} == 120200 || 0%{?sle_version} == 120300 BuildRequires: libdb-4_8-devel -%else -BuildRequires: libdb-5_1-devel -%endif %endif %if 0%{?rhel} && 0%{?rhel} <= 6 BuildRequires: db4-devel |