source: projects/specs/trunk/g/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-vl.spec @ 4704

Revision 4704, 2.3 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2 beta 1 (3.1.90)

Line 
1Summary: Symbolic GNOME icons
2Name: gnome-icon-theme-symbolic
3Version: 3.1.90
4Release: 1%{?_dist_release}
5Source0: http://download.gnome.org/sources/gnome-icon-theme-symbolic/3.1/%{name}-%{version}.tar.xz
6License: CC-BY-SA
7BuildArch: noarch
8Group: User Interface/Desktops
9BuildRequires: icon-naming-utils >= 0.8.7
10Requires: gnome-icon-theme >= 2.30.2.1-2
11
12Vendor: Project Vine
13Distribution: Vine Linux
14Packager: Takemikaduchi
15
16%description
17This package contains symbolic icons for use by the GNOME desktop.
18
19%prep
20%setup -q
21
22%build
23export ac_cv_path_GTK_UPDATE_ICON_CACHE=/bin/true
24
25%configure
26
27%install
28make install DESTDIR=$RPM_BUILD_ROOT
29
30%post
31touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
32
33%postun
34if [ $1 -eq 0 ] ; then
35    touch --no-create %{_datadir}/icons/gnome &>/dev/null
36    gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
37fi
38
39%posttrans
40gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
41
42%files
43%defattr(-,root,root)
44%doc COPYING AUTHORS
45%{_datadir}/icons/gnome/*
46
47%changelog
48* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
49- new upstream release
50
51* Sat Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
52- initial build for Vine Linux
53
54
55* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
56- Update to 3.1.4
57
58* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-2
59- Update icon cache scriptlet
60
61* Tue Apr  5 2011 Christopher Aillon <caillon@redhat.com> 3.0.0-1
62- Update to 3.0.0
63
64* Tue Mar 29 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
65- Update to 2.91.93
66
67* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> 2.91.92-1
68- Update to 2.91.92
69
70* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-1
71- Update to 2.91.7
72
73* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
75
76* Thu Feb  3 2011 Christopher Aillon <caillon@redhat.com> - 2.91.6-1
77- Update to 2.91.6
78
79* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.0-1
80- Update to 2.31.0
81
82* Fri May 21 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-3
83- Require gnome-icon-theme-2.30.2.1-2 so that we have scalable
84  directories
85
86* Fri Apr 30 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-2
87- Updated for review comments
88
89* Thu Apr 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
90- First build
91
Note: See TracBrowser for help on using the repository browser.