SUNWgegl.spec
changeset 15650 dbcf7e3715dd
parent 15504 64a3820cf2fc
child 15789 14949d215ab7
child 18753 8188b7598c7a
equal deleted inserted replaced
15649:241f195b9ae0 15650:dbcf7e3715dd
    24 SUNW_BaseDir:            %{_basedir}
    24 SUNW_BaseDir:            %{_basedir}
    25 SUNW_Copyright:		 SUNWgegl.copyright
    25 SUNW_Copyright:		 SUNWgegl.copyright
    26 BuildRoot:               %{_tmppath}/%{name}-%{version}-build
    26 BuildRoot:               %{_tmppath}/%{name}-%{version}-build
    27 
    27 
    28 %include default-depend.inc
    28 %include default-depend.inc
       
    29 Requires:                SUNWgtk2
    29 Requires:                SUNWgnome-libs
    30 Requires:                SUNWgnome-libs
       
    31 BuildRequires:           SUNWgtk2-devel
    30 BuildRequires:           SUNWgnome-libs-devel
    32 BuildRequires:           SUNWgnome-libs-devel
    31 Requires:		 SUNWbabl
    33 Requires:		 SUNWbabl
    32 BuildRequires:           SUNWbabl-devel
    34 BuildRequires:           SUNWbabl-devel
    33 Requires:                SUNWlibsdl
    35 Requires:                SUNWlibsdl
    34 Requires:                SUNWlibrsvg
    36 Requires:                SUNWlibrsvg
    57 %build
    59 %build
    58 %gegl.build -d %name-%version/%{base_arch}
    60 %gegl.build -d %name-%version/%{base_arch}
    59 %ifarch amd64 sparcv9
    61 %ifarch amd64 sparcv9
    60 %gegl_64.build -d %name-%version/%_arch64
    62 %gegl_64.build -d %name-%version/%_arch64
    61 %endif
    63 %endif
    62 
       
    63 
       
    64 
    64 
    65 %install
    65 %install
    66 rm -rf $RPM_BUILD_ROOT
    66 rm -rf $RPM_BUILD_ROOT
    67 %ifarch amd64 sparcv9
    67 %ifarch amd64 sparcv9
    68 %gegl_64.install -d %name-%version/%_arch64
    68 %gegl_64.install -d %name-%version/%_arch64
   130 - Add SUNWsdl and SUNWrsvg as required packages
   130 - Add SUNWsdl and SUNWrsvg as required packages
   131 * Tue Dec 16 2008 - [email protected]
   131 * Tue Dec 16 2008 - [email protected]
   132 - Fix SparcV9 file section problem
   132 - Fix SparcV9 file section problem
   133 * Wed Nov 26 2008 - [email protected]
   133 * Wed Nov 26 2008 - [email protected]
   134 - Initial Create
   134 - Initial Create
       
   135