diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-07-29 21:51:45 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-07-29 21:51:45 +0200 |
commit | 28af76e07607eaaf9d7606c4c4e532a83f793c5b (patch) | |
tree | 625ca7519cf74d85da12a7b6963f6d6c9359dca7 /redhat/tdeartwork | |
parent | 48f15898ad7c85138e5cf1a50961143389248b7b (diff) | |
download | tde-packaging-28af76e07607eaaf9d7606c4c4e532a83f793c5b.tar.gz tde-packaging-28af76e07607eaaf9d7606c4c4e532a83f793c5b.zip |
RPM packaging: update R14 packages
Diffstat (limited to 'redhat/tdeartwork')
-rw-r--r-- | redhat/tdeartwork/tdeartwork-14.0.0.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/redhat/tdeartwork/tdeartwork-14.0.0.spec b/redhat/tdeartwork/tdeartwork-14.0.0.spec index 78ee69cfc..e8c812144 100644 --- a/redhat/tdeartwork/tdeartwork-14.0.0.spec +++ b/redhat/tdeartwork/tdeartwork-14.0.0.spec @@ -60,6 +60,7 @@ BuildRequires: trinity-libart-lgpl-devel # XSCREENSAVER support %if 0%{?fedora} >= 15 || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?rhel} >= 6 || 0%{?suse_version} +%if 0%{?rhel} == 0 || 0%{?rhel} <= 6 %define with_xscreensaver 1 %if 0%{?mgaversion} || 0%{?mdkversion} %if 0%{?mgaversion} >= 4 @@ -93,6 +94,7 @@ BuildRequires: xscreensaver-data-extra %endif %endif +%endif # JACK support %if 0%{?mgaversion} || 0%{?mdkversion} @@ -431,6 +433,11 @@ This package is part of Trinity, and a component of the TDE artwork module. %{tde_datadir}/applnk/System/ScreenSavers/photopile.desktop %{tde_datadir}/applnk/System/ScreenSavers/skytentacles.desktop +# These screensavers do not exist on Mageia 2 +%if 0%{?mgaversion} == 0 && 0%{?mdkversion} == 0 +%{tde_datadir}/applnk/System/ScreenSavers/glmatrix.desktop +%endif + ########## %if 0%{?with_webcollage} @@ -456,10 +463,6 @@ you might find inappropriate and offensive. You are specially discouraged to install this package if you are using your computer in a working environment or in an environment with children. -If you still want to install this package, please read the file -/usr/share/doc/tdescreensaver-xsavers-webcollage/README.Debian after the -installation. - This package is part of Trinity, and a component of the TDE artwork module. %files -n trinity-tdescreensaver-xsavers-webcollage @@ -629,7 +632,7 @@ This package is part of Trinity, and a component of the TDE artwork module. %{tde_datadir}/applnk/System/ScreenSavers/xmatrix.desktop %endif -%if 0%{?rhel} == 6 +%if 0%{?rhel} >= 6 %{tde_datadir}/applnk/System/ScreenSavers/rubikblocks.desktop %{tde_datadir}/applnk/System/ScreenSavers/surfaces.desktop %endif |