source: projects/specs/trunk/a/adwaita-icon-theme/adwaita-icon-theme-vl.spec @ 9791

Revision 9791, 1.5 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

Line 
1Summary: Adwaita icon theme
2Name: adwaita-icon-theme
3Version: 3.18.0
4Release: 1%{?_dist_release}
5Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{name}-%{version}.tar.xz
6License: CC-BY-SA,LGPLv3
7BuildArch: noarch
8Group: User Interface/Desktops
9Requires: hicolor-icon-theme
10Requires(post): gtk2
11BuildRequires: icon-naming-utils >= 0.8.7
12BuildRequires: gtk2
13BuildRequires: pkgconfig
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: Takemikaduchi
19
20%description
21%{summary}
22
23%prep
24%setup -q
25
26%build
27%configure --disable-hicolor-check
28
29%install
30rm -rf $RPM_BUILD_ROOT
31%__make install DESTDIR=$RPM_BUILD_ROOT
32
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%post
38if [ -x /usr/bin/gtk-update-icon-cache ]; then
39  for dir in /usr/share/icons/*; do
40    if [ -d "$dir" -a -f "$dir/index.theme" ]; then
41      /usr/bin/gtk-update-icon-cache --quiet $dir ||:
42    fi
43  done
44fi
45                 
46
47%files
48%defattr(-,root,root)
49%doc COPYING COPYING_CCBYSA3 COPYING_LGPL NEWS README
50%{_datadir}/icons/Adwaita
51%{_datadir}/pkgconfig/%{name}.pc
52
53
54%changelog
55* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
56- new upstream release
57
58* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.2-1
59- new upstream release
60
61* Fri May 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2.1-1
62- new upstream release
63
64* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
65- new upstream release
66
67* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
68- initial build
69
Note: See TracBrowser for help on using the repository browser.