diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-01-02 17:36:19 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-01-02 17:36:19 +0100 |
commit | 39f44fc043a7e4fc74ac03b2988d88efa4746cbd (patch) | |
tree | 0d77b0936a94514998e54542dd4b789c1429b936 /redhat | |
parent | 12f73b08c5dd349b52b24a94e3d5a44e20294011 (diff) | |
download | tde-packaging-39f44fc043a7e4fc74ac03b2988d88efa4746cbd.tar.gz tde-packaging-39f44fc043a7e4fc74ac03b2988d88efa4746cbd.zip |
RPM packaging: update amarok
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/applications/amarok/amarok-14.0.0.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/redhat/applications/amarok/amarok-14.0.0.spec b/redhat/applications/amarok/amarok-14.0.0.spec index 9250cdccb..e188073f6 100644 --- a/redhat/applications/amarok/amarok-14.0.0.spec +++ b/redhat/applications/amarok/amarok-14.0.0.spec @@ -29,7 +29,7 @@ %define tde_tdeappdir %{tde_datadir}/applications/tde %define tde_tdedocdir %{tde_docdir}/tde %define tde_tdeincludedir %{tde_includedir}/tde -%define tde_tdelibdir %{tde_libdir}/tde +%define tde_tdelibdir %{tde_libdir}/trinity Name: trinity-%{tde_pkg} @@ -59,6 +59,9 @@ BuildRequires: trinity-tdelibs-devel >= %{tde_version} BuildRequires: trinity-tdebase-devel >= %{tde_version} BuildRequires: trinity-konqueror-devel >= %{tde_version} +BuildRequires: trinity-filesystem >= %{tde_version} +Requires: trinity-filesystem >= %{tde_version} + BuildRequires: desktop-file-utils BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ |