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

Revision 1260, 2.1 KB checked in by Takemikaduchi, 14 years ago (diff)

update gnome (2.30.2)

Line 
1Summary: Basic requirement for icon themes
2Summary(ja): アイコンテーマの基本ファイル
3Name: hicolor-icon-theme
4Version: 0.12
5Release: 1%{?_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* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-1
58- new upstream release
59
60* Sun Nov 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11-1
61- new upstream release
62
63* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10-2
64- spec in utf-8
65
66* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-1vl5
67- new upstream release
68- add Requires(post): gtk2
69
70* Thu Aug 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl2
71- add PreReq: coreutils
72
73* Sat Apr 01 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9-0vl1
74- new upstream release
75- run gtk-update-icon-cache in %%post script.
76
77* Tue Mar 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7-0vl1
78- new upstream version
79
80* Sat Aug 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-0vl1
81- new upstream release
82- add Conflicts: kdelibs <= 3.2.3-0vl1
83
84* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-0vl1
85- initial build.
Note: See TracBrowser for help on using the repository browser.