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

Revision 962, 3.3 KB checked in by inagaki, 14 years ago (diff)

updated: KDE SC 4.4.3

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