Blob Blame History Raw
Name:           elementary-icon-theme
Version:        3.1
Release:        3%{?dist}
Summary:        Icons from the Elementary Project
License:        GPLv2
URL:            https://launchpad.net/elementaryicons/
Source0:        https://launchpad.net/elementaryicons/3.x/%{version}/+download/elementaryicons%{version}.tar.gz
BuildArch:      noarch

%description
This is an icon theme designed to be smooth, sexy, clear, and efficient.

%prep
%setup -qn elementaryicons%{version}

%build
#Nothing here.

%install
mkdir -p %{buildroot}%{_datadir}/icons/elementary
cp -apR * %{buildroot}%{_datadir}/icons/elementary
chmod 644 %{buildroot}%{_datadir}/icons/elementary/index.theme
find %{buildroot} -name 'AUTHORS' -delete
find %{buildroot} -name 'CONTRIBUTORS' -delete
find %{buildroot} -name 'COPYING' -delete
find %{buildroot} -name '.bzrignore' -delete

%post
touch --no-create %{_datadir}/icons/elementary &>/dev/null ||:

%postun
if [ $1 -eq 0 ] ; then
         touch --no-create %{_datadir}/icons/elementary &>/dev/null
         gtk-update-icon-cache -q %{_datadir}/icons/elementary &>/dev/null ||:
fi

%posttrans 
gtk-update-icon-cache %{_datadir}/icons/elementary &>/dev/null ||:

%files
%doc AUTHORS CONTRIBUTORS COPYING
%{_datadir}/icons/elementary/

%changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Fri Aug 30 2013 Christopher Meng <rpm@cicku.me> - 3.1-1
- Update to 3.1

* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Sun Jul 07 2013 Christopher Meng <rpm@cicku.me> - 3.0-1
- Update to 3.0(BZ#973917)

* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Wed Apr 06 2011 Johannes Lips <johannes.lips@googlemail.com> - 2.7.1-1
- update to 2.7.1
- updated the source url

* Sun Mar 13 2011 Johannes Lips <johannes.lips@googlemail.com> - 2.5-1
- update to 2.5

* Wed Aug 18 2010 Tajidin Abd <tajidinabd@archlinux.us> - 2.4-6
- removed wildcards in created directory

* Tue Aug 17 2010 Tajidin Abd <tajidinabd@archlinux.us> - 2.4-5
- corrected to reflect timestamps
- corrected license
- made changes to documentation

* Tue Aug 10 2010 Tajidin Abd <tajidinabd@archlinux.us> - 2.4-4
- cleaned up files macro

* Mon Aug 09 2010 Tajidin Abd <tajidinabd@archlinux.us> - 2.4-3
- made corrections to prep macro
- version number is referenced from URL:

* Sun Aug 08 2010 Tajidin Abd <tajidinabd@archlinux.us> - 2.4-2
- Added Scriplets
- corrected tarname macro usage

* Fri Aug 06 2010 Tajidin Abd <tajidinabd@archlinux.us> - 2.4-1
- Intial rpm build Fedora