source: projects/specs/trunk/o/oxygen-icon-theme/oxygen-icon-theme-vl.spec @ 560

Revision 560, 3.1 KB checked in by inagaki, 14 years ago (diff)

2010-03-13 Ryoichi INAGAKI <ryo1@…>

updated for KDE 4.4.1

Line 
1Name:          oxygen-icon-theme
2Summary:       Oxygen icon theme
3Summary(ja):   Oxygen アイコンテーマ
4
5Version:       4.4.1
6Release:       1%{?_dist_release}
7
8License:       LGPLv3+
9Group:         User Interface/Desktops
10URL:           http://www.kde.org/
11Source0:       ftp://ftp.kde.org/pub/kde/stable/%{version}/src/oxygen-icons-%{version}.tar.bz2
12
13BuildRoot:     %{_tmppath}/%{name}-%{version}-root
14BuildArch:     noarch
15BuildRequires: cmake
16Requires(posttrans): gtk2
17Requires(postun): gtk2
18Obsoletes: oxygen-icon-theme-scalable < 4.2.85
19
20%description
21%{summary}.
22
23%description -l ja
24%{summary}.
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
61touch --no-create %{_datadir}/icons/oxygen &> /dev/null || :
62gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null || :
63fi
64
65
66%files
67%defattr(-,root,root,-)
68%doc AUTHORS CONTRIBUTING COPYING TODO*
69%dir %{_datadir}/icons/oxygen
70%{_datadir}/icons/oxygen/*
71
72%changelog
73* Sun Mar  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.1-1
74- new upsteam release
75
76* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.0-1
77- new upsteam release
78
79* Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.3-1
80- new upsteam release
81
82* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.2-1
83- new upsteam release
84
85* Sat Sep  5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.1-1
86- new upsteam release
87- used %%cmake macro
88
89* Sat Aug 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.0-2
90- Initial build for Vine Linux
91
92* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
93- 4.3.0
94
95* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
97
98* Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
99- 4.3rc3
100
101* Mon Jul 13 2009 Than Ngo <than@redhat.com> - 4.2.96-1
102- 4.3rc2
103
104* Fri Jun 26 2009 Than Ngo <than@redhat.com> - 4.2.95-1
105- 4.3rc1
106
107* Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.90-1
108- KDE-4.3 beta2 (4.2.90)
109
110* Fri May 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.85-1
111- oxygen-icons-4.2.85
112
113* Tue Mar 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-1
114- kde-4.2.2
115
116* Mon Mar 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-11
117- License: LGPLv3+
118- %%doc: AUTHORS CONTRIBUTING COPYING TODO*
119
120* Fri Mar 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-10
121- standalone (noarch) oxygen-icon-theme
122
Note: See TracBrowser for help on using the repository browser.