source: projects/specs/trunk/k/kimono/kimono-vl.spec @ 9248

Revision 9248, 7.5 KB checked in by inagaki, 9 years ago (diff)

2015-01-11 Ryoichi INAGAKI <ryo1@…>

  • QtRuby?, kimono, kio_gopher, korundum, qyoto: updated
  • hfsutils, kio-ftps, kio_sysinfo, kphotoalbum: rebuilt
  • jfsutils: added Patch


Line 
1%global monodir /usr/lib/mono
2%global _kde4_version 4.14.3
3
4Name:    kimono
5Summary: .NET/Mono KDE bindings
6Summary(ja): KDE の .NET/Mono バインディング
7Version: 4.14.3
8Release: 1%{?_dist_release}
9
10# most items are pure GPLv2+
11# plasma bindings mix LGPLv2+ and GPLv2+ (combined result is GPLv2+ too)
12License: GPLv2+
13Group:   System Environment/Libraries
14URL:     https://projects.kde.org/projects/kde/kdebindings/csharp/kimono
15
16Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19BuildRequires: kdelibs4-devel >= %{version}
20BuildRequires: kdepimlibs-devel >= %{version}
21BuildRequires: nepomuk-core-devel
22BuildRequires: soprano-devel
23BuildRequires: akonadi-devel
24BuildRequires: mono-devel
25BuildRequires: monodoc
26BuildRequires: qyoto-devel >= %{version}
27BuildRequires: smokekde-devel >= %{version}
28
29Requires: qyoto >= %{_kde4_version}
30Requires: smokekde >= %{_kde4_version}
31
32%{?mono_arches:ExclusiveArch: %{mono_arches}}
33
34
35%description
36%{summary}.
37
38%package akonadi
39Summary: Akonadi runtime support for %{name}
40Summary(ja): %{name} の Akonadi ランタイムサポート
41Group:   System Environment/Libraries
42Requires: %{name} = %{version}-%{release}
43Requires: smokekde-akonadi >= %{version}
44
45%description akonadi
46%{summary}.
47
48
49%prep
50%setup -q
51
52
53%build
54mkdir -p %{_target_platform}
55pushd %{_target_platform}
56%cmake \
57    -DCMAKE_BUILD_TYPE=release \
58    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
59    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
60    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
61    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
62    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
63    ..
64popd
65
66make %{?_smp_mflags} -C %{_target_platform}
67
68%install
69rm -rf $RPM_BUILD_ROOT
70make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75%post -p /sbin/ldconfig
76%postun -p /sbin/ldconfig
77
78%files
79%defattr(-,root,root,-)
80%doc ChangeLog COPYING.GPLv2 COPYING.LGPLv2
81%{_libdir}/kde4/kimonopluginfactory.so
82%{_libdir}/libkhtml-sharp.so
83%{_libdir}/libkimono.so
84%{_libdir}/libktexteditor-sharp.so
85%{_libdir}/libnepomuk-sharp.so
86%{_libdir}/libplasma-sharp.so
87%{_libdir}/libsoprano-sharp.so
88%{monodir}/qyoto/kde-dotnet.dll
89%{monodir}/qyoto/khtml-dll.dll
90%{monodir}/qyoto/ktexteditor-dotnet.dll
91%{monodir}/qyoto/nepomuk-dll.dll
92%{monodir}/qyoto/plasma-dll.dll
93%{monodir}/qyoto/soprano.dll
94%{monodir}/gac/kde-dotnet/
95%{monodir}/gac/khtml-dll/
96%{monodir}/gac/ktexteditor-dotnet/
97%{monodir}/gac/nepomuk-dll/
98%{monodir}/gac/plasma-dll/
99%{monodir}/gac/soprano/
100%{_datadir}/kde4/apps/plasma_scriptengine_kimono/
101%{_datadir}/kde4/services/plasma-scriptengine-kimono-applet.desktop
102%{_datadir}/kde4/services/plasma-scriptengine-kimono-dataengine.desktop
103
104%files akonadi
105%defattr(-,root,root,-)
106%{_libdir}/libakonadi-sharp.so
107%{monodir}/qyoto/akonadi.dll
108%{monodir}/gac/akonadi/
109
110
111%changelog
112* Sun Jan 11 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.3-1
113- updated to 4.14.3
114- added BR: nepomuk-devel and soprano-devel
115
116* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.5-1
117- splitted from kdebindings
118
119* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
120- new upstream release
121
122* Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
123- updated to 4.6.1
124- added BR: kdesdk-devel
125- disabled attica plugins temporaly
126- rebuilt with mono-2.10.1
127
128* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
129- rebuilt with rpm-4.8.1 for pkg-config
130
131* Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
132- new upstream release
133- added Patch50
134- added more japanese summaries
135
136* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
137- new upstream release
138
139* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
140- new upstream release
141
142* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
143- new upstream release
144
145* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
146- new upstream release
147
148* Tue Mar  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
149- new upstream release
150- added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
151  (see https://bugs.kde.org/show_bug.cgi?id=214824)
152- built with new toolchain
153
154* Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
155- new upstream release
156
157* Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
158- merged 4.3.1-2 %changelog
159- re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
160
161* Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
162- use %%{_prefix}/lib for mono-dll (for x86_64)
163
164* Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
165- new upstream release
166- built with PyQt4-4.6
167
168* Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
169- define %%{mono_dir} to specify mono library install path
170
171* Sun Sep  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
172- new upstream release
173- fixed ruby modules installation path
174
175* Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
176- new upstream release
177- spilt sub package based on Fedora
178
179* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
180- applied new versioning policy
181- added Patch1
182  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
183
184* Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
185- added --with-qt-libraries option
186
187* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
188- rebuild for VineSeed
189
190* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
191- new upstream release
192
193* Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
194- rebuild for VineSeed
195
196* Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
197- new upstream release
198- update Patch0
199- drop Patch1
200
201* Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
202- new upstream release
203- add Patch1
204- add --enable-libsuffix option
205
206* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
207- rebuild for VineSeed
208
209* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
210- new upstream release
211
212* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
213- rebuild for VineSeed
214
215* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
216- new upstream release
217
218* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
219- rebuild for VineSeed
220
221* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
222- new upstream release
223
224* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
225- rebuild for VineSeed
226
227* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
228- new upstream release
229
230* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
231- rebuild for VineSeed
232
233* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
234- new upstream release
235- renew BuildPrereq and build section
236- renew %%files
237- enable python
238- change spec to make main and devel package
239- add BuildPrereq: ruby ruby-devel
240- add Patch0 to install ruby-bindings under /usr/lib/ruby
241
242* Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
243- build for VineSeed
244- disable python and mozilla
245- objprelink (i386 only)
246
247* Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
248- 2.2.2
249- build kmozilla binding only on x86/alpha
250
251* Thu Aug  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
252- Make sure %%{name}-kmozilla isn't built on ia64
253
254* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
255- Move python bindings to separate package
256- Add perl bindings
257- Shut up rpmlint
258
259* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
260- 2.1
261
262* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
263- initial RPM
Note: See TracBrowser for help on using the repository browser.