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

Revision 12005, 1.8 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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