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

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

thunderbird,libvisio: new upstream release
others: rebuild

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