source: projects/specs/branches/6/h/hicolor-icon-theme/hicolor-icon-theme-vl.spec @ 3595

Revision 3595, 2.2 KB checked in by Takemikaduchi, 13 years ago (diff)

rebuild with rpm-4.8.1

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