diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-04-17 12:29:01 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-04-17 12:29:01 +0200 |
commit | 1f8ba9d80ad9fb636b36d72450777745ebe8cc3f (patch) | |
tree | fcf8ac034dfab0394dd79e145c113a8455fdd5f7 /redhat/main/tdeutils | |
parent | bc322573d8c7bd37edb2a7995e8c7070cdbcb886 (diff) | |
download | tde-packaging-1f8ba9d80ad9fb636b36d72450777745ebe8cc3f.tar.gz tde-packaging-1f8ba9d80ad9fb636b36d72450777745ebe8cc3f.zip |
RPM Packaging: add tdefilereplace to tdeutils
Diffstat (limited to 'redhat/main/tdeutils')
-rw-r--r-- | redhat/main/tdeutils/tdeutils-14.0.0.spec | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/redhat/main/tdeutils/tdeutils-14.0.0.spec b/redhat/main/tdeutils/tdeutils-14.0.0.spec index cd5440d47..3772b3081 100644 --- a/redhat/main/tdeutils/tdeutils-14.0.0.spec +++ b/redhat/main/tdeutils/tdeutils-14.0.0.spec @@ -1001,6 +1001,33 @@ done ########## +%package -n trinity-tdefilereplace +Summary: Batch search-and-replace component for TDE +Group: Applications/Utilities + +%description -n trinity-tdefilereplace +TDEFileReplace is an embedded component for TDE that acts as a batch +search-and-replace tool. It allows you to replace one expression with +another in many files at once. + +Note that at the moment TDEFileReplace does not come as a standalone +application. + +This package is part of Trinity, as a component of the TDE utilities module. + +%files -n trinity-tdefilereplace +%{tde_bindir}/tdefilereplace +%{tde_tdelibdir}/libtdefilereplacepart.la +%{tde_tdelibdir}/libtdefilereplacepart.so +%{tde_tdeappdir}/tdefilereplace.desktop +%{tde_datadir}/apps/tdefilereplace/ +%{tde_datadir}/apps/tdefilereplacepart/ +%{tde_tdedocdir}/HTML/en/tdefilereplace/ +%{tde_datadir}/icons/hicolor/*/apps/tdefilereplace.png +%{tde_datadir}/services/tdefilereplacepart.desktop + +########## + # afaik, nobody BR's it, and it pulls kdeutils into multilib -- Rex %package devel Summary: Development files for %{name} |