SUNWgtkperf.spec
author an230044
Mon, 27 Apr 2009 10:20:06 +0000
branchopensolaris-2008-11
changeset 14400 9bcbbac16a07
parent 11994 77574f037100
child 15650 dbcf7e3715dd
permissions -rw-r--r--
#Bug 6755267 multiple security vulnerabilities in libpng before 1.2.32

#
# spec file for package SUNWgtkperf
#
# includes module(s): gtkperf
#
# Copyright (c) 2005 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Owner: dermot
#
%include Solaris.inc

%use gtkperf = gtkperf.spec

Name:                    SUNWgtkperf
Summary:                 Gtk+ performance testing application
Version:                 %{gtkperf.version}
SUNW_Copyright:          %{name}.copyright
SUNW_BaseDir:            %{_basedir}
BuildRoot:               %{_tmppath}/%{name}-%{version}-build

%include default-depend.inc
Requires: SUNWgnome-base-libs
Requires: SUNWlibms
Requires: SUNWmlib
BuildRequires: SUNWgnome-base-libs-devel

%prep
rm -rf %name-%version
mkdir %name-%version
%gtkperf.prep -d %name-%version

%build
%gtkperf.build -d %name-%version

%install
%gtkperf.install -d %name-%version
# Delete the unneeded README/COPYING etc files.
rm -rf $RPM_BUILD_ROOT%{_prefix}/doc

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* Sun Jun 11 2006 - [email protected]
- change group from other to bin/sys
* Mon Feb 20 2006 - [email protected]
- Update Build/Requires after running check-deps.pl script.
* Mon Oct 21 2005 - [email protected]
- Initial spec file created.