source: projects/specs/trunk/h/hicolor-icon-theme/hicolor-icon-theme-vl.spec @ 12562

Revision 12562, 2.4 KB checked in by tomop, 3 years ago (diff)

updated 4 packages

bash-completion-2.11-1

hicolor-icon-theme-0.17-1

spawn-fcgi-1.6.4-1

xdg-user-dirs-0.17-1

Line 
1Summary: Basic requirement for icon themes
2Summary(ja): アイコンテーマの基本ファイル
3Name: hicolor-icon-theme
4Version: 0.17
5Release: 1%{?_dist_release}
6Group: system
7Vendor: Project Vine
8Distribution: Vine Linux
9Packager: daisuke, inagaki
10
11License: GPL
12URL: https://freedesktop.org/wiki/Software/icon-theme/
13Source0: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildArch: noarch
17Conflicts: kdelibs <= 3.2.3-0vl1
18Requires(post): coreutils, gtk2
19
20%description
21Contains the basic directories and files needed for icon theme support.
22
23%description -l ja
24アイコンテーマサポートに必要な基本ディレクトリおよびファイルが含まれています。
25
26
27%prep
28%setup -q
29
30
31%build
32%configure
33
34
35%install
36rm -rf $RPM_BUILD_ROOT
37#make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} install
38%makeinstall
39
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44
45%post
46touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
47
48%posttrans
49gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
50
51%postun
52touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
53gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
54
55
56%files
57%defattr(-,root,root,-)
58%license COPYING
59%doc README
60%{_datadir}/icons/hicolor
61
62
63%changelog
64* Wed Mar 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.17-1
65- new upstream release.
66
67* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-3
68- rebuild with VineSeed environment
69
70* Wed Apr 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-2
71- rebuild with rpm-4.8.1
72
73* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-1
74- new upstream release
75
76* Sun Nov 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11-1
77- new upstream release
78
79* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10-2
80- spec in utf-8
81
82* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-1vl5
83- new upstream release
84- add Requires(post): gtk2
85
86* Wed Aug 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl2
87- add PreReq: coreutils
88
89* Fri Apr 01 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl1
90- new upstream release
91- run gtk-update-icon-cache in %%post script.
92
93* Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7-0vl1
94- new upstream version
95
96* Sat Aug 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-0vl1
97- new upstream release
98- add Conflicts: kdelibs <= 3.2.3-0vl1
99
100* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-0vl1
101- initial build.
Note: See TracBrowser for help on using the repository browser.