SUNWdmz-cursor-aa.spec
author funix
Wed, 26 May 2010 04:08:05 +0000
branchopensolaris-2010-03
changeset 18636 12dfdf681007
parent 18400 5613b4277952
permissions -rw-r--r--
2010-05-22 Harry Fu <[email protected]> * indiana/SUNWopensolaris-welcome.spec: Bump to 0.0.35

#
# spec file for package SUNWdmz-cursor-aa
#
# includes module(s): dmz-cursor-aa
#
# Copyright 2009 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
%define owner gheet
#
%include Solaris.inc
%include base.inc

%use dmz = dmz-cursor-aa.spec

Name:                    SUNWdmz-cursor-aa
Summary:                 DMZ cursor-aa themes
Version:                 %{dmz.version}
SUNW_BaseDir:            %{_basedir}
SUNW_Copyright:          %{name}.copyright
BuildRoot:               %{_tmppath}/%{name}-%{version}-build

%include default-depend.inc
BuildRequires: SUNWgtk2
BuildRequires: SUNWgtk2-devel

%prep
rm -rf %name-%version
mkdir %name-%version

mkdir %name-%version/%{base_arch}
%dmz.prep -d %name-%version/%{base_arch}

%build
export PKG_CONFIG=/usr/bin/pkg-config
PKG_CONFIG_DISABLE_UNINSTALLED=
unset PKG_CONFIG_DISABLE_UNINSTALLED

%dmz.build -d %name-%version/%{base_arch}

%install
rm -rf $RPM_BUILD_ROOT

%dmz.install -d %name-%version/%{base_arch}

%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-, root, other)
%dir %attr (0755, root, sys) %{_datadir}
%{_datadir}/icons/*

%changelog
* Thu Nov 19 2009 - [email protected]
- Where's the %changelog? Fixing directory permissions.