f060b74
Name:		tango-icon-theme-extras
f060b74
Version:	0.1.0
b507822
Release:	3%{?dist}
f060b74
Summary:	Extra Icons from the Tango Project
f060b74
a078e1e
License:	CC-BY-SA
f060b74
Group:		User Interface/Desktops
a078e1e
URL:		http://tango.freedesktop.org/Tango_Desktop_Project
f060b74
a078e1e
Source0:	http://tango.freedesktop.org/releases/%{name}-%{version}.tar.gz
f060b74
BuildArch:	noarch
f060b74
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f060b74
f060b74
BuildRequires:	icon-naming-utils >= 0.7.2
f060b74
BuildRequires:	ImageMagick-devel >= 5.5.7
f060b74
BuildRequires:	librsvg2-devel >= 2.12.3
f060b74
BuildRequires:	pkgconfig >= 0.19
f060b74
f060b74
Requires:	tango-icon-theme
f060b74
f060b74
## Much of this is from the included README file...
f060b74
%description
f060b74
Contains extra icons for from the Tango Project. Currently this includes Tango
f060b74
icons for iPod Digital Audio Player (DAP) devices and the Dell Pocket DJ DAP.
f060b74
f060b74
f060b74
%prep
f060b74
%setup -q 
f060b74
f060b74
f060b74
%build
f060b74
%configure --enable-png-creation
f060b74
make
f060b74
f060b74
f060b74
%install
f060b74
rm -rf %{buildroot}
f060b74
make install DESTDIR=%{buildroot}
f060b74
f060b74
f060b74
%clean
f060b74
rm -rf %{buildroot}
f060b74
f060b74
f060b74
%post
f060b74
touch --no-create %{_datadir}/icons/Tango 2> /dev/null ||:
f060b74
gtk-update-icon-cache -q %{_datadir}/icons/Tango 2> /dev/null ||:
f060b74
f060b74
f060b74
%postun
f060b74
touch --no-create %{_datadir}/icons/Tango 2> /dev/null ||:
f060b74
gtk-update-icon-cache -q %{_datadir}/icons/Tango 2> /dev/null ||:
f060b74
f060b74
f060b74
%files
f060b74
%defattr(-,root,root,-)
f060b74
%{_datadir}/icons/Tango/*
f060b74
%doc AUTHORS ChangeLog COPYING README 
f060b74
f060b74
f060b74
%changelog
b507822
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-3
b507822
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b507822
a078e1e
* Sun Sep  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.1.0-2
a078e1e
- fix license tag
a078e1e
f060b74
* Sat Jan 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.1.0-1
f060b74
- Initial packaging for Fedora Extras, based heavily on the tango-icon-theme
a078e1e
  spec already in Extras (created by Piotr Drąg).