diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-08-03 10:53:56 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-08-03 10:57:44 +0200 |
commit | 1367f1a4e2f3c1641e8ae3f694813a1a4d9420ee (patch) | |
tree | 5ba159b4a7f6be51e53ab2eac3a9de2130d48b50 /redhat/applications/mathemagics | |
parent | 5ae5cb66ad5bb2d60335c66bf8d87b70cd2454bd (diff) | |
download | tde-packaging-1367f1a4e2f3c1641e8ae3f694813a1a4d9420ee.tar.gz tde-packaging-1367f1a4e2f3c1641e8ae3f694813a1a4d9420ee.zip |
RPM: various updates for TDE 14.0.11
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/mathemagics')
-rw-r--r-- | redhat/applications/mathemagics/mathemagics.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/redhat/applications/mathemagics/mathemagics.spec b/redhat/applications/mathemagics/mathemagics.spec index 9c1ae13d8..a770cf090 100644 --- a/redhat/applications/mathemagics/mathemagics.spec +++ b/redhat/applications/mathemagics/mathemagics.spec @@ -107,12 +107,14 @@ export PATH="%{tde_bindir}:${PATH}" %__rm -rf %{buildroot} %__make install DESTDIR=%{buildroot} -C build +%find_lang %{tde_pkg} + %clean %__rm -rf $RPM_BUILD_ROOT -%files +%files -f %{tde_pkg}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING README %{tde_bindir}/mathemagics |