source: projects/specs/trunk/g/gnome-icon-theme-extras/gnome-icon-theme-extras-vl.spec @ 8353

Revision 8353, 1.1 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

Line 
1Summary: Extra GNOME icons for specific devices and file types
2Name: gnome-icon-theme-extras
3Version: 3.12.0
4Release: 1%{?_dist_release}
5Source0: http://download.gnome.org/sources/%{name}/3.12/%{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 extra GNOME icons for specific devices and file types.
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
43%files
44%defattr(-,root,root)
45%doc COPYING AUTHORS
46%{_datadir}/icons/gnome/*
47
48
49%changelog
50* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
51- initial build
52
Note: See TracBrowser for help on using the repository browser.