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

Revision 10525, 6.2 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: smokegen
4Summary: Smoke Generator
5Version: 4.14.3
6Release: 2%{?_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 Jul 03 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
78- rebuild with gcc-5.4.0
79
80* Sun Jan  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.3-1
81- new upstream release
82
83* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.2-1
84- splitted from kdebindings
85
86* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
87- new upstream release
88
89* Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
90- updated to 4.6.1
91- added BR: kdesdk-devel
92- disabled attica plugins temporaly
93- rebuilt with mono-2.10.1
94
95* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
96- rebuilt with rpm-4.8.1 for pkg-config
97
98* Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
99- new upstream release
100- added Patch50
101- added more japanese summaries
102
103* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
104- new upstream release
105
106* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
107- new upstream release
108
109* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
110- new upstream release
111
112* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
113- new upstream release
114
115* Tue Mar  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
116- new upstream release
117- added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
118  (see https://bugs.kde.org/show_bug.cgi?id=214824)
119- built with new toolchain
120
121* Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
122- new upstream release
123
124* Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
125- merged 4.3.1-2 %changelog
126- re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
127
128* Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
129- use %%{_prefix}/lib for mono-dll (for x86_64)
130
131* Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
132- new upstream release
133- built with PyQt4-4.6
134
135* Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
136- define %%{mono_dir} to specify mono library install path
137
138* Sun Sep  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
139- new upstream release
140- fixed ruby modules installation path
141
142* Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
143- new upstream release
144- spilt sub package based on Fedora
145
146* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
147- applied new versioning policy
148- added Patch1
149  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
150
151* Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
152- added --with-qt-libraries option
153
154* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
155- rebuild for VineSeed
156
157* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
158- new upstream release
159
160* Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
161- rebuild for VineSeed
162
163* Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
164- new upstream release
165- update Patch0
166- drop Patch1
167
168* Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
169- new upstream release
170- add Patch1
171- add --enable-libsuffix option
172
173* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
174- rebuild for VineSeed
175
176* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
177- new upstream release
178
179* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
180- rebuild for VineSeed
181
182* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
183- new upstream release
184
185* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
186- rebuild for VineSeed
187
188* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
189- new upstream release
190
191* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
192- rebuild for VineSeed
193
194* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
195- new upstream release
196
197* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
198- rebuild for VineSeed
199
200* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
201- new upstream release
202- renew BuildPrereq and build section
203- renew %%files
204- enable python
205- change spec to make main and devel package
206- add BuildPrereq: ruby ruby-devel
207- add Patch0 to install ruby-bindings under /usr/lib/ruby
208
209* Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
210- build for VineSeed
211- disable python and mozilla
212- objprelink (i386 only)
213
214* Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
215- 2.2.2
216- build kmozilla binding only on x86/alpha
217
218* Thu Aug  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
219- Make sure %%{name}-kmozilla isn't built on ia64
220
221* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
222- Move python bindings to separate package
223- Add perl bindings
224- Shut up rpmlint
225
226* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
227- 2.1
228
229* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
230- initial RPM
Note: See TracBrowser for help on using the repository browser.