10791N/A#
10791N/A# spec file for package gnome-icon-theme-symbolic
10791N/A#
10791N/A# Copyright (c) 2011,2012, Oracle and/or its affiliates. All rights reserved.
10791N/A# This file and all modifications and additions to the pristine
10791N/A# package are under the same license as the package itself.
10791N/A#
10791N/A%define owner erwannc
10791N/A
10791N/A%define OSR LFI#105446 (gnome Exec. summary):n/a
11049N/A
10791N/AName: gnome-icon-theme-symbolic
10791N/ALicense: GPL v2
10791N/AGroup: System/GUI/GNOME
10791N/ABuildArchitectures: noarch
10791N/AVersion: 3.4.0
11389N/ARelease: 1
10791N/ADistribution: Java Desktop System
10791N/AVendor: Gnome Community
10791N/ASummary: GNOME Icon Themes
10791N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz
10791N/AURL: http://www.gnome.org/
10791N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10791N/ADocdir: %{_defaultdocdir}/doc
10791N/AAutoreqprov: on
10791N/A
10791N/A%define hicolor_icon_theme_version 0.4
10791N/A
10791N/ARequires: hicolor-icon-theme >= %{hicolor_icon_theme_version}
10791N/ABuildRequires: glib2
10791N/ABuildRequires: hicolor-icon-theme >= %{hicolor_icon_theme_version}
10791N/ABuildRequires: automake >= 1.9
10791N/A
10791N/A%description
10791N/ACollection of Icon Themes for the GNOME Desktop
10791N/A
10791N/A%prep
10791N/A%setup -q
10791N/A
10791N/A%build
10791N/A%ifos linux
10791N/Aif [ -x /usr/bin/getconf ]; then
11282N/A CPUS=`getconf _NPROCESSORS_ONLN`
11282N/Afi
10791N/A%else
10791N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10791N/A%endif
10791N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10791N/A CPUS=1
10791N/Afi
11049N/A
11049N/Aaclocal $ACLOCAL_FLAGS
10791N/Aautomake -a -c -f
10791N/Aautoconf
10791N/A
10791N/ACFLAGS="$RPM_OPT_FLAGS" \
10791N/A./configure --prefix=%{_prefix} \
10791N/A%ifos linux
10791N/A --sysconfdir=%{_sysconfdir}
10791N/A%else
10791N/A --sysconfdir=%{_sysconfdir} \
10791N/A --disable-hicolor-check
11049N/A%endif
10791N/Amake -j $CPUS
10791N/A
10791N/A%install
10791N/Amake DESTDIR=$RPM_BUILD_ROOT install
10791N/A
10791N/A%clean
10791N/Arm -rf $RPM_BUILD_ROOT
10791N/A
10791N/A%files
10791N/A%defattr(-, root, root)
10791N/A%{_datadir}/icons/gnome
10791N/A%{_libdir}/pkgconfig/gnome-icon-theme.pc
10791N/A
10791N/A%changelog
10791N/A* Fri May 04 2012 - brian.cameron@oracle.com
10791N/A- Bump to 3.4.0.
10791N/A* Wed Oct 19 2011 - brian.cameron@oracle.com
10791N/A- Bump to 3.2.1.
10791N/A* Fri Sep 30 2011 - brian.cameron@oracle.com
10791N/A- Bump to 3.2.0.
10791N/A* Thu Sep 08 2011 - brian.cameron@oracle.com
10791N/A- Bump to 3.1.90.
10791N/A* Sat Aug 06 2011 - brian.cameron@oracle.com
10791N/A- Bump to 3.1.4.
10791N/A* Fri Jul 08 2011 - brian.cameron@oracle.com
10791N/A- Created with 3.0.0.
10791N/A
10791N/A