File patterns-trinity.spec of Package patterns-trinity
#
# spec file for package patterns-trinity
#
# Copyright (c) 2014 Lietukas <opensuse.lietuviu.kalba@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Name: patterns-trinity
Version: 14
Release: 0
Summary: Meta-package to install TDE
License: MIT
Group: Metapackages
Url: http://trinitydesktop.org/
Source0: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl(URI::Escape)
%ifarch x86_64
#Requires: pattern() = 64bit
%else
#Requires: pattern() = 32bit
%endif
Requires: trinity-tdebase >= 14
Requires: tqt3-i18n
%if 0%{?suse_version}
Recommends: trinity-tdeaddons
Recommends: trinity-tdeartwork
Recommends: trinity-tdenetwork
Recommends: trinity-tdepim
Recommends: trinity-tdeutils
Recommends: trinity-tdegraphics
Recommends: trinity-knetworkconf
Recommends: trinity-kmix
Suggests: trinity-tdemultimedia
Suggests: trinity-kpackage
%endif
#Conflicts:
%description
Meta-package to install Trinity Desktop Environement (TDE).
%prep
%build
%install
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns-trinity/
echo 'This file marks the pattern patterns-trinity to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns-trinity/patterns-trinity.txt
%files
%defattr(644,root,root,755)
%dir /usr/share/doc/packages/patterns-trinity
/usr/share/doc/packages/patterns-trinity/patterns-trinity.txt
%changelog