diff --git a/.cvsignore b/.cvsignore index e69de29..60cbdbf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +tango-icon-theme-extras-0.1.0.tar.gz diff --git a/sources b/sources index e69de29..c714a98 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +caaceaec7b61f1cbda0db9842f9db281 tango-icon-theme-extras-0.1.0.tar.gz diff --git a/tango-icon-theme-extras.spec b/tango-icon-theme-extras.spec new file mode 100644 index 0000000..2886ea5 --- /dev/null +++ b/tango-icon-theme-extras.spec @@ -0,0 +1,64 @@ +Name: tango-icon-theme-extras +Version: 0.1.0 +Release: 1%{?dist} +Summary: Extra Icons from the Tango Project + +License: Creative Commons Attribution Share-Alike +Group: User Interface/Desktops +URL: http://tango-project.org/ + +Source0: http://tango-project.org/releases/%{name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: icon-naming-utils >= 0.7.2 +BuildRequires: ImageMagick-devel >= 5.5.7 +BuildRequires: librsvg2-devel >= 2.12.3 +BuildRequires: pkgconfig >= 0.19 + +Requires: tango-icon-theme + +## Much of this is from the included README file... +%description +Contains extra icons for from the Tango Project. Currently this includes Tango +icons for iPod Digital Audio Player (DAP) devices and the Dell Pocket DJ DAP. + + +%prep +%setup -q + + +%build +%configure --enable-png-creation +make + + +%install +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} + + +%clean +rm -rf %{buildroot} + + +%post +touch --no-create %{_datadir}/icons/Tango 2> /dev/null ||: +gtk-update-icon-cache -q %{_datadir}/icons/Tango 2> /dev/null ||: + + +%postun +touch --no-create %{_datadir}/icons/Tango 2> /dev/null ||: +gtk-update-icon-cache -q %{_datadir}/icons/Tango 2> /dev/null ||: + + +%files +%defattr(-,root,root,-) +%{_datadir}/icons/Tango/* +%doc AUTHORS ChangeLog COPYING README + + +%changelog +* Sat Jan 13 2007 Peter Gordon - 0.1.0-1 +- Initial packaging for Fedora Extras, based heavily on the tango-icon-theme + spec already in Extras (created by Piotr Drąg). \ No newline at end of file