summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2016-04-17 12:29:01 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2016-04-17 12:29:01 +0200
commit1f8ba9d80ad9fb636b36d72450777745ebe8cc3f (patch)
treefcf8ac034dfab0394dd79e145c113a8455fdd5f7
parentbc322573d8c7bd37edb2a7995e8c7070cdbcb886 (diff)
downloadtde-packaging-1f8ba9d80ad9fb636b36d72450777745ebe8cc3f.tar.gz
tde-packaging-1f8ba9d80ad9fb636b36d72450777745ebe8cc3f.zip
RPM Packaging: add tdefilereplace to tdeutils
-rw-r--r--redhat/main/tdeutils/tdeutils-14.0.0.spec27
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}