Blob Blame History Raw
Name:           echo-icon-theme
Version:        0.3.3
Release:        1%{?dist}
Summary:        Echo icon theme

Group:          User Interface/Desktops
License:        CC-BY-SA
URL:            http://fedoraproject.org/wiki/Artwork/EchoDevelopment
Source0:        https://fedorahosted.org/releases/e/c/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires(post): gtk2 >= 2.6.0
Requires(postun): gtk2 >= 2.6.0
Requires:       gnome-themes

%description
This package contains the Echo icon theme.


%prep
%setup -q

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/icons/Echo

cp -r --preserve=timestamps ./* %{buildroot}%{_datadir}/icons/Echo
touch %{buildroot}%{_datadir}/icons/Echo/icon-theme.cache

%post
touch --no-create %{_datadir}/icons/Echo || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/Echo || :

%clean
rm -rf %{buildroot}


%files
%defattr(0644,root,root,0755)
%doc COPYING
%dir %{_datadir}/icons/Echo
%{_datadir}/icons/Echo
%ghost %{_datadir}/icons/Echo/icon-theme.cache


%changelog
* Thu Sep 11 2008 Martin Sourada <mso@fedoraproject.org> - 0.3.3-1
- New release
- Add bunch of new icons
- Fix license tag

* Sun Jul 06 2008 Martin Sourada <martin.sourada@gmail.com> - 0.3.2.1-1
- New bugfix release

* Sun Jun 20 2008 Martin Sourada <martin.sourada@gmail.com> - 0.3.2-1
- New release
- adds bunch of new icons

* Mon Jan 7 2008 Luya Tshimbalanga <luya@fedoraproject.org> - 0.3.1-2
- Fixes rhbz #244512
- Adds new icons

* Sat Nov 17 2007 Martin Sourada <martin.sourada> - 0.3.1-1
- add missing requires
- new version
- fixes rhbz #333231
- adds new icons

* Thu Oct 04 2007 Martin Sourada <martin.sourada> - 0.3-3.git
- Fix big icons issue

* Wed Oct  3 2007 Matthias Clasenb <mclasen@redhat.com> - 0.3-2.git
- Drop the redhat-artwork dependency  (#309661)

* Tue Oct 02 2007 Luya Tshimbalanga <luya_tfz@thefinalzone.com> - 0.3-1.git
- Newest snapshot
- Included cc-by-sa 3.0 file
- Dropped patch contexts.patch

* Wed Sep 26 2007 Luya Tshimbalanga <luya_tfz@thefinalzone.com> - 0.2.5.20070427wiki
- Updated license to cc-by-sa 3.0

* Mon Jun 04 2007 Luya Tshimbalanga <luya_tfz@thefinalzone.com> - 0.2.4.20070427wiki
- New snapshot

* Mon May 21 2007 Matthias Clasen <mclasen@redhat.com> - 0.2.3.20070419wiki
- Fix context information in index.theme (#217832)

* Thu Apr 19 2007 Matthias Clasen <mclasen@redhat.com> - 0.2.2.20070419wiki
- Drop scalable images again

* Tue Apr 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.2.2.20070417wiki
- New snapshot
- Include scalable images

* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> - 0.2-2.20070326wiki
- Fix n-v-r ordering problem

* Mon Mar 26 2007 Matthias Clasen <mclasen@redhat.com> - 0.2-2.20070326wiki
- New snapshot

* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.2-2.20070223wiki
- New snapshot
- Fix some scriptlet issues
- Own the icon cache

* Tue Feb  6 2007 Matthias Clasen <mclasen@redhat.com> - 0.2-1.20070206wiki
- New snapshot

* Mon Feb  5 2007 Matthias Clasen <mclasen@redhat.com> - 0.1-7
- Neuter macros in %%changelog

* Thu Oct 26 2006 David Zeuthen <davidz@redhat.com> - 0.1-6
- Make this package own %%{_datadir}/icons/Echo
- Preserve timestamps
- Keep %%build around to document it's intentionally left empty
- Use %%{buildroot} instead of $RPM_BUILD_ROOT

* Thu Oct 26 2006 Luya Tshimbalanga <luya_tfz@thefinalzone.com> - 0.1-5
- Renamed the spec file to respect Packaging Guideline
- Included URL for source
- Cleaned up
- Ajusted permissions
- Removed unneeded build script 

* Wed Oct 25 2006 Luya Tshimbalanga <luya_tfz@thefinalzone.com> - 0.1-2
- Minor fixes

* Mon Oct 23 2006 Christopher Aillon <caillon@redhat.com> - 0.1-1
- Initial RPM.