gnome-icon-theme.spec revision 12078
10139N/A#
10139N/A# spec file for package gnome-icon-theme
10139N/A#
10139N/A# Copyright 2007 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
10139N/A# Owner: erwannc
10139N/AName: gnome-icon-theme
10139N/ALicense: GPL
10139N/AGroup: System/GUI/GNOME
10139N/ABuildArchitectures: noarch
10139N/AVersion: 2.21.4
10139N/ARelease: 1
11416N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: GNOME Icon Themes
10139N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.21/%{name}-%{version}.tar.bz2
10139N/A%if %option_with_sun_branding
11253N/ASource3: branded-throbber.tar.gz
10139N/ASource4: sun_java.png
10139N/A#owner:gman date:2005-04-08 type:branding
10139N/APatch1: gnome-icon-theme-01-sun-java-icon.diff
10611N/A%endif
10139N/A# This patch removes a path from icon-name-mapping because the binary is being
10139N/A# run before the module is installed.
10139N/A#owner:dcarbery date:2005-10-11 type:branding
10139N/APatch2: gnome-icon-theme-02-pkgconfig-dir.diff
10139N/AURL: http://www.gnome.org/
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/doc
10139N/AAutoreqprov: on
10139N/A
10139N/A%define hicolor_icon_theme_version 0.4
10139N/A
10139N/ARequires: hicolor-icon-theme >= %{hicolor_icon_theme_version}
10139N/ABuildRequires: intltool
10139N/ABuildRequires: glib2
10139N/ABuildRequires: hicolor-icon-theme >= %{hicolor_icon_theme_version}
10139N/ABuildRequires: automake >= 1.9
10139N/A
10139N/A%description
10139N/ACollection of Icon Themes for the GNOME Desktop
10139N/A
10139N/A%prep
10139N/A%setup -q
10139N/A%if %option_with_sun_branding
10139N/Agzip -dc %SOURCE3 | tar xvf -
10139N/Acp %SOURCE4 48x48/apps/
10139N/A%patch1 -p1
10139N/A%endif
10139N/A%patch2 -p1
10139N/A
10139N/A%build
10139N/A%ifos linux
10139N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
10139N/A%else
10139N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10504N/A%endif
10139N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10139N/A CPUS=1
10139N/Afi
10139N/A
10139N/Aintltoolize --copy --force
10139N/Alibtoolize --force
10139N/Aaclocal $ACLOCAL_FLAGS
10139N/Aautomake -a -c -f
10139N/Aautoconf
10139N/A
10139N/ACFLAGS="$RPM_OPT_FLAGS" \
10139N/A./configure --prefix=%{_prefix} \
10139N/A%ifos linux
10139N/A --sysconfdir=%{_sysconfdir}
11149N/A%else
10139N/A --sysconfdir=%{_sysconfdir} \
10139N/A --disable-hicolor-check
10139N/A%endif
10139N/Amake -j $CPUS
10139N/A
10139N/A%install
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%files
10139N/A%defattr(-, root, root)
10139N/A%{_datadir}/icons/gnome
10139N/A%{_libdir}/pkgconfig/gnome-icon-theme.pc
10139N/A
10139N/A
10139N/A%changelog
10139N/A* Wed Dec 19 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.21.4.
10139N/A* Tue Nov 27 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.21.0.
10139N/A* Fri Sep 28 2007 - laca@sun.com
10139N/A- do not install sun java icon when sun branding is not requested
10139N/A* Tue Sep 18 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.20.0. Remove upstream patch, 03-missing-index.
10139N/A* Tue Aug 28 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.91.
10139N/A* Wed Aug 15 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.90.
10139N/A* Fri Aug 03 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.6.
10139N/A* Mon Jul 02 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.1.
10139N/A* Tue Mar 13 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.18.0.
10139N/A* Tue Feb 13 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.91.
11416N/A* Tue Jan 23 2007 - damien.carbery@sun.com
11416N/A- Bump to 2.17.90.
11253N/A* Tue Jan 09 2007 - damien.carbery@sun.com
11253N/A- Bump to 2.17.5.
11149N/A* Thu Dec 21 2006 - damien.carbery@sun.com
11149N/A- Bump to 2.17.4.1.
11123N/A* Wed Dec 20 2006 - damien.carbery@sun.com
11123N/A- Bump to 2.17.4.
10979N/A* Thu Dec 07 2006 - damien.carbery@sun.com
10979N/A- Bump to 2.17.3.
10917N/A* Wed Nov 22 2006 - damien.carbery@sun.com
10917N/A- Bump to 2.17.2.1.
10817N/A* Tue Sep 05 2006 - damien.carbery@sun.com
10817N/A- Bump to 2.16.0.1.
10642N/A* Mon Sep 04 2006 - damien.carbery@sun.com
10642N/A- Bump to 2.16.0.
10611N/A* Tue Aug 22 2006 - damien.carbery@sun.com
10611N/A- Bump to 2.15.92.
10504N/A* Tue Aug 08 2006 - damien.carbery@sun.com
10504N/A- Bump to 2.15.91.
10474N/A* Mon Jul 24 2006 - damien.carbery@sun.com
10474N/A- Bump to 2.15.90.
10285N/A* Fri Jul 21 2006 - damien.carbery@sun.com
10285N/A- Bump to 2.15.3. Remove obsolete patch, 03-relative-symlinks.
10139N/A* Fri May 12 2006 - laca@sun.com
10139N/A- add patch relative-symlinks.diff for making some absolute symlinks relative
10139N/A* Wed Mar 15 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.2.
10139N/A* Sun Feb 26 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.1.
10139N/A* Mon Feb 13 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.0.
10139N/A- Remove obsolete patch, 03-no-script-path.
10139N/A* Thu Feb 9 2006 - damien.carbery@sun.com
10139N/A- Add patch, 03-no-script-path, so not set path to icon-name-mapping script.
10139N/A* Wed Feb 8 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.7.
10139N/A* Tue Jan 17 2006 - damien.carbery@sun.com
10139N/A- Add needed intltoolize call.
10139N/A* Sun Jan 15 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.4.
10139N/A* Wed Dec 21 2005 - glynn.foster@sun.com
10139N/A- Bump to 2.13.2.
10139N/A* Tue Oct 11 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.12.1
10139N/A- Add patch, gnome-icon-theme-02-pkgconfig-dir, to undo change in 2.12.1 where
10139N/A pc file installed into /usr/share instead of /usr/lib. Maintainer queried.
10139N/A* Sat Sep 17 2005 - glynn.foster@sun.com
10139N/A- Bump to 2.12.0
10139N/A* Thu Aug 25 2005 - damien.carbery@sun.com
10139N/A- Add automake build dependency, as it will fail for earlier automake.
10139N/A* Mon Aug 15 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.11.91.
10139N/A* Fri May 06 2005 - glynn.foster@sun.com
10139N/A- Bump to 2.10.1
10139N/A* Fri Apr 08 2005 - glynn.foster@sun.com
10139N/A- Remove panel-icons.tar.gz from the build, since we should
10139N/A be installing these elsewhere, rather than duplicating
10139N/A stuff. Add back sun_java.png since it's not installed
10139N/A elsewhere.
10139N/A* Fri Apr 08 2005 - glynn.foster@sun.com
10139N/A- Remove the staroffice icons, since now the staroffice team
10139N/A are responsible for delivering them.
10139N/A* Mon Feb 21 2005 - calum.benson@sun.com
10139N/A- Added Source5 (branded-throbber.tar.gz) to fix 6203001.
* Thu Feb 10 2005 - muktha.narayan@wipro.com
- Updated gnome-icon-theme-05-add-panel-icons.diff and
ext-sources/panelicons.tar.gz to include gnome-main-menu.png.
* Fri Jan 28 2005 - muktha.narayan@wipro.com
- Added gnome-icon-theme-05-add-panel-icons.diff and
ext-sources/panelicons.tar.gz to install panel icons
in order to fix #5088581.
* Wed Sep 29 2004 - takao.fujiwara@sun.com
- Update gnome-icon-theme-02-g11n-potfiles.diff
- Add gnome-icon-theme-04-g11n-icons.diff to fix 5061956
* Thu Jul 08 2004 - damien.donlon@sun.com
- Updated l10n content to gnome-icon-theme-l10n-po-1.2.tar.bz2
* Wed Jul 07 2004 - dermot.mccluskey@sun.com
- added "-j $CPUS" to make to speed up builds
* Tue Jun 01 2004 - danek.duvall@sun.com
- Fixed broken symlink to shellscript mimetype icon
* Wed May 12 2004 - damien.donlon@sun.com
- Updated l10n content to gnome-icon-theme-l10n-po-1.1.tar.bz2
* Mon Mar 29 2004 - damien.donlon@sun.com
- Updated l10n content to gnome-icon-theme-l10n-po-1.0.tar.bz2
* Thu Mar 25 2004 - niall.power@sun.com
- Bumt to 1.2.0, add proper hicolor-icon-theme dependencies
* Mon Mar 22 2004 - glynn.foster@sun.com
- Bump to 1.1.91, remove weird linking patch,
and timezone icon patch
* Tue Mar 16 2004 - takao.fujiwara@sun.com
- Added gnome-icon-theme-04-g11n-icon.diff to fix 4957964
* Mon Feb 16 2004 - <niall.power@sun.com>
- disable-hicolor-check on Solaris. It will fail.
- Add ACLOCAL_FLAGS to aclocal invocation
* Thu Feb 12 2004 - <matt.keenan@sun.com>
- Amend files to install all hicolor icons !!
* Wed Feb 11 2004 - <matt.keenan@sun.com>
- Patch for install data hook to use DESTDIR
* Tue Feb 10 2004 - <matt.keenan@sun.com>
- Bump to 1.1.6, l10n to 0.7
* Thu Jan 29 2004 - <dermot.mccluskey@sun.com>
- Add dependency on intltool
* Fri Jan 16 2004 - matt.keenan@sun.com
- Remove reference to SOURCE4 :)
* Fri Jan 16 2004 - glynn.foster@sun.com
- Remove the jar icon since it's gone into HEAD
* Tue Jan 06 2004 - niall.power@sun.com
- Update to 1.1.4. Fixes build breakage.
* Mon Dec 15 2003 - glynn.foster@sun.com
- Update to 1.1.3
* Fri Oct 10 2003 - laca@sun.com
- Update to 1.0.9
* Thu Jul 24 2003 - glynn.foster@sun.com
- Add jar icon
* Wed Jul 23 2003 - glynn.foster@sun.com
- New my computer icon
* Wed Jul 23 2003 - glynn.foster@sun.com
- New timezone icon
* Tue Jul 08 2003 - glynn.foster@sun.com
- New tarball, bump version, reset release
* Wed Jul 01 2003 - glynn.foster@sun.com
- New tarball, bump version, reset release
* Tue Jun 30 2003 - Stephen.Browne@sun.com
- Add pngs for StarOffice launchers and mimetypes
* Tue May 13 2003 - Stephen.Browne@sun.com
- initial release