54 lines
1.5 KiB
RPMSpec
54 lines
1.5 KiB
RPMSpec
|
#
|
||
|
# spec file for package dmz-icon-theme-cursors (Version 11.2.0)
|
||
|
#
|
||
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
#
|
||
|
# 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.
|
||
|
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
|
||
|
|
||
|
Name: dmz-icon-theme-cursors
|
||
|
Version: 11.2.0
|
||
|
Release: 1
|
||
|
License: GPLv2+
|
||
|
Summary: DMZ Cursor Theme
|
||
|
Group: System/GUI/GNOME
|
||
|
Source: dmz-cursors.tar.bz2
|
||
|
Requires: hicolor-icon-theme
|
||
|
Provides: icon-theme-dmz-cursors = %{version}
|
||
|
Obsoletes: icon-theme-dmz-cursors < %{version}
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description
|
||
|
This package contains the DMZ cursor theme for X.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n dmz-cursors
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
mkdir -p %{buildroot}%{_datadir}/icons
|
||
|
cp -a DMZ DMZ-AA %{buildroot}%{_datadir}/icons/
|
||
|
|
||
|
%clean
|
||
|
rm -rf %{buildroot}
|
||
|
|
||
|
%files
|
||
|
%defattr (-, root, root)
|
||
|
%{_datadir}/icons/DMZ
|
||
|
%{_datadir}/icons/DMZ-AA
|
||
|
|
||
|
%changelog
|