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

Revision 8084, 2.3 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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