source: projects/specs/trunk/s/smokekde/smokekde-vl.spec @ 10525

Revision 10525, 7.8 KB checked in by Takemikaduchi, 8 years ago (diff)

thunderbird,libvisio: new upstream release
others: rebuild

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