source: projects/specs/branches/6/o/oxygen-icon-theme/oxygen-icon-theme-vl.spec @ 4216

Revision 4216, 3.9 KB checked in by inagaki, 13 years ago (diff)

updated: KDE SC 4.6.4

Line 
1Name:          oxygen-icon-theme
2Summary:       Oxygen icon theme
3Summary(ja):   Oxygen アイコンテーマ
4Version:       4.6.4
5Release:       1%{?_dist_release}
6
7License:       LGPLv3+
8Group:         User Interface/Desktops
9URL:           http://www.kde.org/
10Source0:       ftp://ftp.kde.org/pub/kde/stable/%{version}/src/oxygen-icons-%{version}.tar.bz2
11
12BuildRoot:     %{_tmppath}/%{name}-%{version}-root
13BuildArch:     noarch
14BuildRequires: cmake
15Requires(posttrans): gtk2
16Requires(postun): gtk2
17
18Obsoletes: oxygen-icon-theme-scalable < 4.2.85
19
20%description
21Oxygen icon theme.
22
23%description -l ja
24Oxygen テーマのアイコン集です.
25
26%prep
27%setup -q -n oxygen-icons-%{version}
28
29%build
30mkdir -p %{_target_platform}
31pushd %{_target_platform}
32unset QTDIR || : ; . /etc/profile.d/qt4.sh
33%cmake \
34    -DCMAKE_BUILD_TYPE=release \
35    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
36    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
37    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
38    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
39    ..
40popd
41
42make %{?_smp_mflags} -C %{_target_platform}
43
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%post
54touch --no-create %{_datadir}/icons/oxygen &> /dev/null || :
55
56%posttrans
57gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
58
59%postun
60if [ $1 -eq 0 ] ; then
61    touch --no-create %{_datadir}/icons/oxygen &> /dev/null || :
62    gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
63fi
64
65
66%files
67%defattr(-,root,root,-)
68%doc AUTHORS CONTRIBUTING COPYING
69%dir %{_datadir}/icons/oxygen
70%{_datadir}/icons/oxygen/*
71
72%changelog
73* Sat Jun 11 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
74- new upstream release
75
76* Sun Mar 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
77- new upstream release
78
79* Sat Feb 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.0-1
80- new upstream release
81
82* Sun Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.1-1
83- new upstream release
84
85* Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.0-1
86- new upstream release
87
88* Sat Jul  3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.5-1
89- new upstream release
90
91* Sat Jun 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.4-1
92- new upstream release
93
94* Wed May  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.3-1
95- new upstream release
96- fixed changelog typo
97
98* Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.2-1
99- new upstream release
100
101* Sun Mar  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.1-1
102- new upstream release
103
104* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.0-1
105- new upstream release
106
107* Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.3-1
108- new upstream release
109
110* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.2-1
111- new upsteam release
112
113* Sat Sep  5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.1-1
114- new upsteam release
115- used %%cmake macro
116
117* Sat Aug 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.0-2
118- Initial build for Vine Linux
119
120* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
121- 4.3.0
122
123* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2
124- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
125
126* Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
127- 4.3rc3
128
129* Mon Jul 13 2009 Than Ngo <than@redhat.com> - 4.2.96-1
130- 4.3rc2
131
132* Fri Jun 26 2009 Than Ngo <than@redhat.com> - 4.2.95-1
133- 4.3rc1
134
135* Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.90-1
136- KDE-4.3 beta2 (4.2.90)
137
138* Fri May 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.85-1
139- oxygen-icons-4.2.85
140
141* Tue Mar 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-1
142- kde-4.2.2
143
144* Mon Mar 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-11
145- License: LGPLv3+
146- %%doc: AUTHORS CONTRIBUTING COPYING TODO*
147
148* Fri Mar 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-10
149- standalone (noarch) oxygen-icon-theme
150
Note: See TracBrowser for help on using the repository browser.