diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-22 20:38:17 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-22 20:38:17 +0200 |
commit | 5237694308b4ed6f5824814977700b64a1d37d80 (patch) | |
tree | 519ffbf0f9e159338c623271e0b3197e6b165981 /redhat/dependencies | |
parent | 301eaaf370bda535197230b3a1901b5bf198c526 (diff) | |
download | tde-packaging-5237694308b4ed6f5824814977700b64a1d37d80.tar.gz tde-packaging-5237694308b4ed6f5824814977700b64a1d37d80.zip |
RPM Packaging: update python-tqt
Diffstat (limited to 'redhat/dependencies')
-rw-r--r-- | redhat/dependencies/libcarddav/libcarddav-14.0.0.spec | 2 | ||||
-rw-r--r-- | redhat/dependencies/python-tqt/python-tqt-14.0.0.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/redhat/dependencies/libcarddav/libcarddav-14.0.0.spec b/redhat/dependencies/libcarddav/libcarddav-14.0.0.spec index e8964f275..bd2414f9a 100644 --- a/redhat/dependencies/libcarddav/libcarddav-14.0.0.spec +++ b/redhat/dependencies/libcarddav/libcarddav-14.0.0.spec @@ -112,7 +112,7 @@ Build dependencies are minimal, requiring only libcurl. %package -n %{libcarddav}-devel Summary: A portable CardDAV client implementation (Development Files) Group: Development/Libraries/C and C++ -Requires: %{libcarddav} = %{version}-%{release} +Requires: libcarddav = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: trinity-libcarddav-devel < %{version}-%{release} Provides: trinity-libcarddav-devel = %{version}-%{release} diff --git a/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec b/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec index 4ee94f3ff..44f80e7bd 100644 --- a/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec +++ b/redhat/dependencies/python-tqt/python-tqt-14.0.0.spec @@ -70,7 +70,7 @@ Obsoletes: trinity-python-qt3 BuildRequires: libtqt4-devel >= %{?epoch:%{epoch}:}4.2.0 BuildRequires: trinity-filesystem >= %{tde_version} BuildRequires: sip4-tqt-devel >= %{?epoch:%{epoch}:}4.10.5 -BuildRequires: tqscintilla-devel >= %{?epoch:%{epoch}:}1.7.1 +BuildRequires: libtqscintilla-devel >= %{?epoch:%{epoch}:}1.7.1 BuildRequires: gcc-c++ BuildRequires: python |