diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-02 11:14:37 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-02 11:14:37 +0200 |
commit | 14b5a10d92e8fc60d481aba0b9f690c851ed8b71 (patch) | |
tree | a36f2ee1621a277cd3cf95b11e10d65dc499d97f /redhat/applications/kdmtheme | |
parent | 6548b413944f5b913bd9e1f3f9552cc0e362eb03 (diff) | |
download | tde-packaging-14b5a10d92e8fc60d481aba0b9f690c851ed8b71.tar.gz tde-packaging-14b5a10d92e8fc60d481aba0b9f690c851ed8b71.zip |
RHEL/Fedora: small updates for some applications
Diffstat (limited to 'redhat/applications/kdmtheme')
-rw-r--r-- | redhat/applications/kdmtheme/trinity-kdmtheme.spec | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/redhat/applications/kdmtheme/trinity-kdmtheme.spec b/redhat/applications/kdmtheme/trinity-kdmtheme.spec index e2bd41958..b7fb762dd 100644 --- a/redhat/applications/kdmtheme/trinity-kdmtheme.spec +++ b/redhat/applications/kdmtheme/trinity-kdmtheme.spec @@ -1,12 +1,10 @@ # Default version for this component %define kdecomp kdmtheme -%define version 1.2.2 -%define release 2 # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". %if "%{?_prefix}" != "/usr" %define _variant .opt -%define _docdir %{_prefix}/share/doc +%define _docdir %{_datadir}/doc %endif # TDE 3.5.13 specific building variables @@ -18,8 +16,8 @@ BuildRequires: autoconf automake libtool m4 Name: trinity-%{kdecomp} Summary: theme manager for KDM [Trinity] -Version: %{?version} -Release: %{?release}%{?dist}%{?_variant} +Version: 1.2.2 +Release: 2%{?dist}%{?_variant} License: GPLv2+ Group: Applications/Utilities @@ -41,7 +39,7 @@ BuildRequires: gettext %description -kdmtheme is a theme manager for KDM. It provides a KDE Control Module (KCM) +kdmtheme is a theme manager for KDM. It provides a TDE Control Module (KCM) that allows you to easily install, remove and change your KDM themes. @@ -87,9 +85,7 @@ export PATH="%{_bindir}:${PATH}" %{tde_libdir}/kcm_kdmtheme.la %{tde_libdir}/kcm_kdmtheme.so %{_datadir}/applications/kde/kdmtheme.desktop -%{tde_docdir}/HTML/en/kdmtheme/common -%{tde_docdir}/HTML/en/kdmtheme/index.cache.bz2 -%{tde_docdir}/HTML/en/kdmtheme/index.docbook +%{tde_docdir}/HTML/en/kdmtheme/ %Changelog |