From 8e1de7ab6374d626d47863a6ee828520eb410dd8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2019 16:10:50 +0000 Subject: import gnome-icon-theme-symbolic-3.12.0-2.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff24c24 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gnome-icon-theme-symbolic-3.12.0.tar.xz diff --git a/.gnome-icon-theme-symbolic.metadata b/.gnome-icon-theme-symbolic.metadata new file mode 100644 index 0000000..d280514 --- /dev/null +++ b/.gnome-icon-theme-symbolic.metadata @@ -0,0 +1 @@ +e0d84c1d8983f37c7697afd55df69de8aae02b03 SOURCES/gnome-icon-theme-symbolic-3.12.0.tar.xz diff --git a/SPECS/gnome-icon-theme-symbolic.spec b/SPECS/gnome-icon-theme-symbolic.spec new file mode 100644 index 0000000..fb3b130 --- /dev/null +++ b/SPECS/gnome-icon-theme-symbolic.spec @@ -0,0 +1,152 @@ +Summary: Symbolic GNOME icons +Name: gnome-icon-theme-symbolic +Version: 3.12.0 +Release: 2%{?dist} +#VCS: git:git://git.gnome.org/gnome-icon-theme-symbolic +Source0: http://download.gnome.org/sources/gnome-icon-theme-symbolic/3.12/%{name}-%{version}.tar.xz +License: CC-BY-SA +BuildArch: noarch +Group: User Interface/Desktops +BuildRequires: icon-naming-utils >= 0.8.7 +Requires: gnome-icon-theme >= 2.30.2.1-2 + +%description +This package contains symbolic icons for use by the GNOME desktop. + +%prep +%setup -q + +%build +# Avoid a BuildRequires on gtk2-devel +export ac_cv_path_GTK_UPDATE_ICON_CACHE=/bin/true + +%configure + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +%post +touch --no-create %{_datadir}/icons/gnome &>/dev/null || : + +%postun +if [ $1 -eq 0 ] ; then + touch --no-create %{_datadir}/icons/gnome &>/dev/null + gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || : +fi + +%posttrans +gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || : + +%files +%doc COPYING AUTHORS +%{_datadir}/icons/gnome/* +%{_datadir}/pkgconfig/gnome-icon-theme-symbolic.pc + +%changelog +* Tue Mar 25 2014 Richard Hughes - 3.12.0-1 +- Update to 3.12.0 +- Resolves: #1174384 + +* Fri Dec 27 2013 Daniel Mach - 3.8.2.2-2 +- Mass rebuild 2013-12-27 + +* Tue May 14 2013 Richard Hughes - 3.8.2.2-1 +- Update to 3.8.2.2 + +* Mon May 13 2013 Richard Hughes - 3.8.2.1-1 +- Update to 3.8.2.1 + +* Wed Mar 27 2013 Kalev Lember - 3.8.0.1-1 +- Update to 3.8.0.1 + +* Tue Mar 26 2013 Richard Hughes - 3.8.0-1 +- Update to 3.8.0 + +* Wed Mar 6 2013 Matthias Clasen - 3.7.91-1 +- Update to 3.7.91 + +* Wed Feb 06 2013 Kalev Lember - 3.7.5-1 +- Update to 3.7.5 + +* Thu Jan 17 2013 Matthias Clasen - 3.7.4.1-1 +- Update to 3.7.4.1 + +* Wed Nov 14 2012 Kalev Lember - 3.6.2-1 +- Update to 3.6.2 + +* Tue Sep 25 2012 Matthias Clasen - 3.6.0-1 +- Update to 3.6.0 + +* Tue Aug 28 2012 Richard Hughes - 3.5.90-1 +- Update to 3.5.90 + +* Tue Aug 21 2012 Richard Hughes - 3.5.5-1 +- Update to 3.5.5 + +* Thu Jul 19 2012 Fedora Release Engineering - 3.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 17 2012 Richard Hughes - 3.5.4-1 +- Update to 3.5.4 + +* Thu Jun 07 2012 Richard Hughes - 3.5.2-1 +- Update to 3.5.2 + +* Tue Mar 27 2012 Richard Hughes - 3.4.0-1 +- Update to 3.4.0 + +* Wed Mar 21 2012 Kalev Lember - 3.3.91.1-1 +- Update to 3.3.91.1 + +* Mon Mar 5 2012 Matthias Clasen - 3.3.91-1 +- Update to 3.3.91 + +* Mon Jan 16 2012 Matthias Clasen - 3.2.2-1 +- Update to 3.2.2 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Oct 18 2011 Matthias Clasen - 3.2.1-1 +- Update to 3.2.1 + +* Tue Sep 27 2011 Ray - 3.2.0-1 +- Update to 3.2.0 + +* Mon Jul 25 2011 Matthias Clasen - 3.1.4-1 +- Update to 3.1.4 + +* Sat May 07 2011 Christopher Aillon - 3.0.0-2 +- Update icon cache scriptlet + +* Tue Apr 5 2011 Christopher Aillon 3.0.0-1 +- Update to 3.0.0 + +* Tue Mar 29 2011 Matthias Clasen 2.91.93-1 +- Update to 2.91.93 + +* Tue Mar 22 2011 Christopher Aillon 2.91.92-1 +- Update to 2.91.92 + +* Tue Feb 22 2011 Matthias Clasen - 2.91.7-1 +- Update to 2.91.7 + +* Tue Feb 08 2011 Fedora Release Engineering - 2.91.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Feb 3 2011 Christopher Aillon - 2.91.6-1 +- Update to 2.91.6 + +* Wed Aug 18 2010 Matthias Clasen - 2.31.0-1 +- Update to 2.31.0 + +* Fri May 21 2010 Bastien Nocera 2.30.0-3 +- Require gnome-icon-theme-2.30.2.1-2 so that we have scalable + directories + +* Fri Apr 30 2010 Bastien Nocera 2.30.0-2 +- Updated for review comments + +* Thu Apr 29 2010 Bastien Nocera 2.30.0-1 +- First build +