source: projects/specs/trunk/s/smokegen/smokegen-vl.spec @ 9075

Revision 9075, 6.0 KB checked in by inagaki, 10 years ago (diff)

2014-11-09 Ryoichi INAGAKI <ryo1@…>

  • QtRuby?, kimono, korundum, qwt, qyoto, smokegen, smokekde, smokeqt: NEW
  • kdebindings: updated


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