tango-icon-theme.spec revision 10199
12174N/A#
12174N/A# spec file for package tango-icon-theme
12174N/A#
12174N/A# Copyright (c) 2005 Sun Microsystems, Inc.
12174N/A# This file and all modifications and additions to the pristine
18678N/A# package are under the same license as the package itself.
12174N/A#
12174N/A# Owner: erwannc
12174N/A# bugdb: bugs.freedesktop.org
17834N/A#
12174N/AName: tango-icon-theme
10145N/ALicense: GPL
18593N/AGroup: System/GUI/GNOME
18593N/ABuildArchitectures: noarch
10145N/AVersion: 0.8.0
10145N/ARelease: 1
10145N/ADistribution: Java Desktop System
10145N/AVendor: Sun Microsystems, Inc.
10145N/ASummary: tango icon theme
10145N/ASource: http://tango-project.org/releases/%name-%version.tar.gz
10145N/A#owner:dcarbery date:2006-01-06 type:bug bugzilla:9837
12627N/APatch1: tango-icon-theme-01-pkgconfig_ver.diff
10239N/AURL: http://www.tango-project.org/
10878N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10145N/ADocdir: %{_defaultdocdir}/doc
10145N/AAutoreqprov: on
10145N/A
13850N/ABuildRequires: intltool
10145N/ABuildRequires: glib2
10697N/ABuildRequires: automake >= 1.9
18678N/ABuildRequires: icon-naming-utils
18678N/A
10145N/A%description
10145N/AThe aim of the tango project is providing a standard set of
12710N/Aicons for the Linux desktop.
10145N/A
10145N/A%prep
16401N/A%setup -q
10145N/A%patch1 -p1
10145N/A
10145N/A%build
10145N/A%ifos linux
10145N/Aif [ -x /usr/bin/getconf ]; then
10145N/A CPUS=`getconf _NPROCESSORS_ONLN`
10145N/Afi
10373N/A%else
16401N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10145N/A%endif
10145N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10145N/A CPUS=1
10145N/Afi
10145N/A
10373N/Alibtoolize --force
10145N/Aintltoolize --force
10145N/Aglib-gettextize --force
10145N/Aaclocal $ACLOCAL_FLAGS
10145N/Aautomake -a -c -f
10145N/Aautoconf
10145N/A
10145N/ACFLAGS="$RPM_OPT_FLAGS" \
10145N/A./configure --prefix=%{_prefix} \
10145N/A --sysconfdir=%{_sysconfdir}
10145N/Amake -j $CPUS
10145N/A
10145N/A%install
10145N/Amake DESTDIR=$RPM_BUILD_ROOT install
10145N/A
10145N/A%clean
10145N/Arm -rf $RPM_BUILD_ROOT
10145N/A
10145N/A%files
10145N/A%defattr(-, root, root)
10145N/A%{_datadir}/icons/tango
10145N/A%{_libdir}/pkgconfig/tango-icon-theme.pc
10145N/A
10145N/A%changelog
10697N/A* Tue Mar 06 2006 - brian.cameron@sun.com
10697N/A- Bump to 0.8.0.
18678N/A
10145N/A* Thu Feb 01 2007 - damien.carbery@sun.com
12754N/A- Add patch metadata after pushing patch to bugzilla.
10145N/A
10145N/A* Fri Jun 23 2006 - brian.cameron@sun.com
10145N/A- Bump to 0.7.2.
10145N/A
10145N/A* Tue Feb 21 2006 - damien.carbery@sun.com
10145N/A- Bump to 0.7.0.
10145N/A
10145N/A* Thu Feb 9 2006 - damien.carbery@sun.com
12773N/A- Bump to 0.6.7.
12773N/A
12773N/A* Sat Jan 21 2006 - damien.carbery@sun.com
12773N/A- Call intltoolize and glib-gettextize.
12773N/A
10145N/A* Tue Jan 17 2006 - damien.carbery@sun.com
10145N/A- Bump to 0.6.5.
10145N/A
10145N/A* Fri Jan 06 2006 - damien.carbery@sun.com
10145N/A- Add patch to downgrade pkg-config ver and remove hard-coding of dir to
10145N/A icon-name-mapping (so it builds in the SUNWgnome-themes super-package).
10145N/A* Wed Dec 21 2005 - damien.carbery@sun.com
10145N/A- Bump to 0.6.3.
10145N/A
10145N/A Wed Oct 26 2005 - damien.carbery@sun.com
10145N/A- Bump to 0.3.2.1.
10145N/A
10145N/A* Sat Oct 15 2005 - laca@sun.com
10145N/A- created
10145N/A