diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-30 12:04:08 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-30 12:04:08 +0100 |
commit | 4b12fba11b57c78864a260667e9472f799d4dd6f (patch) | |
tree | 1894601a18530bda9a575b6bbfacff0693705dd3 /redhat | |
parent | 4611749e726beabc895e475048339669c6b55d86 (diff) | |
download | tde-packaging-4b12fba11b57c78864a260667e9472f799d4dd6f.tar.gz tde-packaging-4b12fba11b57c78864a260667e9472f799d4dd6f.zip |
RPM Packaging: update tdegames
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/extras/trinity-filesystem/trinity-filesystem-14.0.0.spec | 3 | ||||
-rw-r--r-- | redhat/tdegames/tdegames-14.0.0.spec | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/redhat/extras/trinity-filesystem/trinity-filesystem-14.0.0.spec b/redhat/extras/trinity-filesystem/trinity-filesystem-14.0.0.spec index 988ee01f3..619a447c2 100644 --- a/redhat/extras/trinity-filesystem/trinity-filesystem-14.0.0.spec +++ b/redhat/extras/trinity-filesystem/trinity-filesystem-14.0.0.spec @@ -63,6 +63,7 @@ This package installs the Trinity directory structure. %dir %{tde_datadir} %dir %{tde_datadir}/config +%dir %{tde_datadir}/config/magic %dir %{tde_docdir} %dir %{tde_tdedocdir} @@ -146,9 +147,11 @@ This package installs the Trinity directory structure. %__install -d -m 755 %{?buildroot}%{tde_datadir}/apps/plugin %__install -d -m 755 %{?buildroot}%{tde_datadir}/apps/profiles %__install -d -m 755 %{?buildroot}%{tde_datadir}/apps/videothumbnail +%__install -d -m 755 %{?buildroot}%{tde_datadir}/apps/zeroconf %__install -d -m 755 %{?buildroot}%{tde_datadir}/autostart %__install -d -m 755 %{?buildroot}%{tde_datadir}/cmake %__install -d -m 755 %{?buildroot}%{tde_datadir}/config +%__install -d -m 755 %{?buildroot}%{tde_datadir}/config/magic %__install -d -m 755 %{?buildroot}%{tde_datadir}/config.kcfg %__install -d -m 755 %{?buildroot}%{tde_datadir}/emoticons %__install -d -m 755 %{?buildroot}%{tde_datadir}/locale diff --git a/redhat/tdegames/tdegames-14.0.0.spec b/redhat/tdegames/tdegames-14.0.0.spec index 5a4c3cb00..92d02de1b 100644 --- a/redhat/tdegames/tdegames-14.0.0.spec +++ b/redhat/tdegames/tdegames-14.0.0.spec @@ -170,6 +170,8 @@ This package is part of TDE, and a component of the TDE games module. %files -n trinity-libtdegames1 %defattr(-,root,root,-) %{tde_libdir}/libtdegames.so.* +%dir %{tde_datadir}/apps/tdegames +%dir %{tde_datadir}/apps/tdegames/pics %{tde_datadir}/apps/tdegames/pics/star.png %{tde_datadir}/icons/crystalsvg/*/actions/roll.png %{tde_datadir}/icons/crystalsvg/*/actions/highscore.png @@ -221,7 +223,7 @@ This package is part of Trinity, and a component of the TDE games module. %files card-data %defattr(-,root,root,-) -%{tde_datadir}/apps/carddecks/* +%{tde_datadir}/apps/carddecks/ ########## @@ -714,8 +716,7 @@ This package is part of Trinity, and a component of the TDE games module. %{tde_tdeappdir}/klickety.desktop %{tde_datadir}/icons/hicolor/*/apps/klickety.png %{tde_datadir}/icons/crystalsvg/*/actions/endturn.png -%{tde_datadir}/apps/klickety/klicketyui.rc -%{tde_datadir}/apps/klickety/eventsrc +%{tde_datadir}/apps/klickety/ %{tde_tdedocdir}/HTML/en/klickety/ %post -n trinity-klickety @@ -1122,7 +1123,7 @@ This package is part of Trinity, and a component of the TDE games module. %defattr(-,root,root,-) %{tde_bindir}/ksame %{tde_datadir}/icons/hicolor/*/apps/ksame.png -%{tde_datadir}/apps/ksame/* +%{tde_datadir}/apps/ksame/ %{tde_tdeappdir}/ksame.desktop %{tde_tdedocdir}/HTML/en/ksame/ |