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

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

updated: kdelibs, kdepimlibs, oxygen-icon-theme, shared-desktop-ontologies

Line 
1Name:          oxygen-icon-theme
2Summary:       Oxygen icon theme
3Summary(ja):   Oxygen アイコンテーマ
4
5Version:       4.4.2
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 Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.2-1
74- new upsteam release
75
76* Sun Mar  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.1-1
77- new upsteam release
78
79* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.4.0-1
80- new upsteam release
81
82* Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.3-1
83- new upsteam release
84
85* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.2-1
86- new upsteam release
87
88* Sat Sep  5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.1-1
89- new upsteam release
90- used %%cmake macro
91
92* Sat Aug 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.0-2
93- Initial build for Vine Linux
94
95* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
96- 4.3.0
97
98* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
100
101* Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
102- 4.3rc3
103
104* Mon Jul 13 2009 Than Ngo <than@redhat.com> - 4.2.96-1
105- 4.3rc2
106
107* Fri Jun 26 2009 Than Ngo <than@redhat.com> - 4.2.95-1
108- 4.3rc1
109
110* Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.90-1
111- KDE-4.3 beta2 (4.2.90)
112
113* Fri May 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.85-1
114- oxygen-icons-4.2.85
115
116* Tue Mar 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-1
117- kde-4.2.2
118
119* Mon Mar 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-11
120- License: LGPLv3+
121- %%doc: AUTHORS CONTRIBUTING COPYING TODO*
122
123* Fri Mar 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-10
124- standalone (noarch) oxygen-icon-theme
125
Note: See TracBrowser for help on using the repository browser.