specs/SUNWdmz-cursor-aa.spec
author gheet
Wed, 10 Nov 2010 12:25:55 +0000
changeset 20340 02f4f65aa8a7
parent 17937 664c0536875a
child 20427 8d936b2ec938
permissions -rw-r--r--
2010-11-10 Ghee Teo <[email protected]> Include license tag. * specs/SUNWcairomm.spec: * specs/SUNWdmz-cursor-aa.spec: * specs/SUNWdmz-cursor.spec: * specs/SUNWglibmm.spec: * specs/SUNWgnome-component.spec: * specs/SUNWgnome-gvfs.spec: * specs/SUNWgnome-pdf-viewer.spec: * specs/SUNWgnome-print.spec: * specs/SUNWgnome-session.spec: * specs/SUNWgnome-vfs.spec: * specs/SUNWgtkmm.spec: * specs/SUNWmm-common.spec: * specs/SUNWpangomm.spec: * specs/SUNWtgnome-xagent.spec:

#
# 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
IPS_package_name:        gnome/theme/cursor/dmz-cursor-aa
License:                 MIT
Meta(info.classification): %{classification_prefix}:Desktop (GNOME)/Theming
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.