source: projects/specs/branches/6/d/doxygen/doxygen-vl.spec @ 10315

Revision 10315, 8.5 KB checked in by Takemikaduchi, 8 years ago (diff)

for Vine6.5

RevLine 
[521]1# Set this to "1" if you want to build doxywizard
2%define wizard 1
3
4Summary: A documentation system for C/C++.
5Summary(ja): C/C++ 向けドキュメンテーションシステム
6Name: doxygen
[10315]7Version: 1.8.6
[521]8Release: 1%{?_dist_release}
9Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
[10315]10Patch0: doxygen-1.8.6-config.patch
11Patch1: doxygen-1.8.5-html_timestamp_default_false.patch
12Patch2: doxygen-1.8.3-multilib.patch
13
[521]14Group: Development/Tools
[10315]15License: GPLv2
[521]16URL: http://www.stack.nl/~dimitri/doxygen/
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
[10315]19BuildRequires: perl texlive texlive-collection-fontutils ghostscript gettext
[521]20BuildRequires: flex bison
21%if %{wizard}
22BuildRequires: qt4-devel => 4.4
23%endif
24
25%description
26Doxygen can generate an online class browser (in HTML) and/or a
27reference manual (in LaTeX) from a set of documented source files. The
28documentation is extracted directly from the sources. Doxygen can
29also be configured to extract the code structure from undocumented
30source files.
31
32%package doxywizard
33Summary: A GUI for creating and editing configuration files.
34Group: Applications/Development
35Requires: %{name} = %{version}-%{release}
36
37%description doxywizard
38Doxywizard is a GUI for creating and editing configuration files that
39are used by doxygen.
40
41%prep
42%setup -q -n %{name}-%{version}
43%patch0 -p1 -b .config
[10315]44%patch1 -p1 -b .html_timestamp_default_false
45%patch2 -p1 -b .multilib
[521]46
47%build
48unset QTDIR
49
50./configure \
51    --prefix %{_prefix} \
52    --shared \
53%if %{wizard}
54     --with-doxywizard \
55%endif
56     --release
57
58make %{?_smp_mflags} all
59make docs
60
61%install
62rm -rf $RPM_BUILD_ROOT
63
64make install DESTDIR=$RPM_BUILD_ROOT
65
[10315]66%if %{wizard}
67make doxywizard_install DESTDIR=$RPM_BUILD_ROOT
68%else
69rm -f $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.*
[521]70%endif
71
[10315]72# convert into utf-8
73iconv --from=ISO-8859-1 --to=UTF-8 LANGUAGE.HOWTO > LANGUAGE.HOWTO.new
74touch -r LANGUAGE.HOWTO LANGUAGE.HOWTO.new
75mv LANGUAGE.HOWTO.new LANGUAGE.HOWTO
76
77
[521]78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%files
82%defattr(-,root,root)
[10315]83%doc LANGUAGE.HOWTO LICENSE README.md examples html
[521]84%{_bindir}/doxygen
85%{_mandir}/man1/doxygen.*
86
87%if %{wizard}
88%files doxywizard
89%defattr(-,root,root)
90%{_bindir}/doxywizard
91%{_mandir}/man1/doxywizard.*
92%endif
93
94%changelog
[10315]95* Sun May 22 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.8.6-1
96- update to 1.8.6
97- merge with VineSeed package
98
99  * Tue Jan 14 2014 NAKAMURA Kenta <kenta@vinelinux.org> - 1.8.6-1
100  - new upstream release
101
102  * Wed Nov 02 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 1.7.5.1-1
103  - new upstream release
104  - updated Patch0 and 1
105
106* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.1-1
[521]107- new upstream release
108- added Patch0, 1 from Fedora
109  * Mon Aug 24 2009 Than Ngo <than@redhat.com> - 1.6.0-2
110  - fix #516339, allow to enable/disable timstamp to avoid the multilib issue
111    HTMP_TIMESTAMP is disable by default
112- enabled doxywizard
113
114* Tue Dec  9 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.5.7.1-1
115- new upstream release
116- disable doxywizard
117
118* Thu May 29 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.5.6-1
119- new upstream release
120
121* Thu Feb 21 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.5.5-0vl1
122- new upstream release
123
124* Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.5.2-0vl1
125- new upstream release
126
127* Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.7-0vl3
128- rebuild with libstdc++34
129
130* Sun Oct 15 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.7-0vl2
131- add BuildRequires: flex
132
133* Fri Sep 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.7-0vl1
134- new upstream release
135- changed doxygen-doxywizard Group to Applications/Development
136
137* Sat Aug 05 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.4.5-0vl2
138- added doxygen-1.4.5-libdir.patch for x86_64 and ppc64 archtecture
139
140* Tue Nov 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.5-0vl1
141- new upstream release
142
143* Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.4-0vl1
144- new upstream release
145- update Requires
146
147* Wed Jun  1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.3-0vl2
148- build for VineSeed
149
150* Wed Jun  1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.3-0vl1
151- new upstream release
152- build for Vine3.1
153- LANG=C when build and install
154- add man pages
155
156* Mon Jan 24 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.1-0vl1
157- new upstream release
158- BuildPrereq: qt-devel => 3.2
159
160* Tue Dec  7 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.9.1-0vl1
161- source upgrade
162
163* Sun May 16 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.7-0vl1
164- source upgrade
165- remove %%{_bindir}/doxysearch from %%files
166- remove about Vine2.6
167
168* Tue Dec 16 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.3-0vl2
169- build for VineSeed
170
171* Tue Dec 16 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.3-0vl1
172- source upgrade
173- add BuildPrereq: graphviz and Requires: graphviz
174- change spec to build both VineSeed and Vine2.5/2.6
175
176* Sat May 31 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.1-0vl1
177- source upgrade
178
179* Sat May 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3-0vl1
180- source upgrade
181
182* Wed Jan  8 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3-0vl0.3
183- source upgrade to 1.3-rc3
184- enable %%configure --with-doxywizard
185
186* Wed Jan  8 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3-0vl0.1
187- source upgrade to 1.3-rc2
188- add BuildPrereq: libpng-devel
189- add Requires: XFree86-gl libexpat to %%package doxywizard
190- add LICENSE to %%docs
191- disable %%configure --with-doxywizard
192
193* Fri Jan  3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.18-0vl1
194- source upgrade
195- build with new toolchains
196- delete Patch2
197
[10315]198* Mon Aug  5 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.17-0vl1
[521]199- source upgrade
200- build with qt-3.0.5
201
202* Sun Jun  9 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 1.2.16-0vl1
203- source update to 1.2.16
204
205* Thu May 09 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 1.2.15-0vl1
206- source update to 1.2.15
207
208* Sat Mar 23 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 1.2.14-3vl1
209- build for VineSeed
210- delete Epoch
211
212* Fri Mar  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-3
213- rebuild against qt 3.0.2
214
215* Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.2.14-2
216- rebuild against qt 2.3.2
217
218* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.14-1
219- 1.2.14
220
221* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
222- automated rebuild
223
224* Sun Jan 06 2002 Than Ngo <than@redhat.com> 1.2.13.1-1
225- update to 1.2.13.1
226- fixed build doxywizard with qt3
227
228* Sun Dec 30 2001 Jeff Johnson <jbj@redhat.com> 1.2.13-1
229- update to 1.2.13
230
231* Sun Nov 18 2001 Than Ngo <than@redhat.com> 1.2.12-1
232- update to 1.2.12
233- s/Copyright/License
234
235* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
236- rebuild with new gcc and binutils
237
238* Wed Jun 13 2001 Than Ngo <than@redhat.com>
239- update tp 1.2.8.1
240- make doxywizard as separat package
241- fix to use install as default
242
243* Tue Jun 05 2001 Than Ngo <than@redhat.com>
244- update to 1.2.8
245
246* Tue May 01 2001 Than Ngo <than@redhat.com>
247- update to 1.2.7
248- clean up specfile
249- patch to use RPM_OPT_FLAG
250
251* Wed Mar 14 2001 Jeff Johnson <jbj@redhat.com>
252- update to 1.2.6
253
254* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
255- rebuild
256
257* Tue Dec 26 2000 Than Ngo <than@redhat.com>
258- update to 1.2.4
259- remove excludearch ia64
260- bzip2 sources
261
262* Mon Dec 11 2000 Than Ngo <than@redhat.com>
263- rebuild with the fixed fileutils
264
265* Mon Oct 30 2000 Jeff Johnson <jbj@redhat.com>
266- update to 1.2.3.
267
268* Sun Oct  8 2000 Jeff Johnson <jbj@redhat.com>
269- update to 1.2.2.
270- enable doxywizard.
271
272* Sat Aug 19 2000 Preston Brown <pbrown@redhat.com>
273- 1.2.1 is latest stable, so we upgrade before Winston is released.
274
275* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
276- automatic rebuild
277
278* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
279- Rebuild with new C++
280
281* Fri Jun 30 2000 Florian La Roche <laroche@redhat.de>
282- fix QTDIR detection
283
284* Fri Jun 09 2000 Preston Brown <pbrown@redhat.com>
285- compile on x86 w/o optimization, revert when compiler fixed!!
286
287* Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
288- use newer RPM macros
289
290* Tue Jun  6 2000 Jeff Johnson <jbj@redhat.com>
291- add to distro.
292
293* Tue May  9 2000 Tim Powers <timp@redhat.com>
294- rebuilt for 7.0
295
296* Wed Feb  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
297- recompile with current Qt (2.1.0/1.45)
298
299* Wed Jan  5 2000 Jeff Johnson <jbj@redhat.com>
300- update to 1.0.0.
301- recompile with qt-2.0.1 if available.
302- relocatable package.
303
304* Mon Nov  8 1999 Tim Powers <timp@redhat.com>
305-updated to 0.49-991106
306
307* Tue Jul 13 1999 Tim Powers <timp@redhat.com>
308- updated source
309- cleaned up some stuff in the spec file
310
311* Thu Apr 22 1999 Jeff Johnson <jbj@redhat.com>
312- Create Power Tools 6.0 package.
Note: See TracBrowser for help on using the repository browser.