source: projects/specs/trunk/d/doxygen/doxygen-vl.spec @ 8182

Revision 8182, 8.4 KB checked in by kenta, 10 years ago (diff)
  • doxygen
    • new upstream release
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
[8182]7Version: 1.8.6
[521]8Release: 1%{?_dist_release}
9Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
[8182]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
[5187]15License: GPLv2
[521]16URL: http://www.stack.nl/~dimitri/doxygen/
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
[5187]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
[8182]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
[8182]66%if %{wizard}
67make doxywizard_install DESTDIR=$RPM_BUILD_ROOT
68%else
69rm -f $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.*
[521]70%endif
71
[5187]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)
[8182]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
[8182]95* Tue Jan 14 2014 NAKAMURA Kenta <kenta@vinelinux.org> - 1.8.6-1
96- new upstream release
97
[5187]98* Wed Nov 02 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 1.7.5.1-1
[521]99- new upstream release
[5187]100- updated Patch0 and 1
101
102* Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.1-1
103- new upstream release
[521]104- added Patch0, 1 from Fedora
105  * Mon Aug 24 2009 Than Ngo <than@redhat.com> - 1.6.0-2
106  - fix #516339, allow to enable/disable timstamp to avoid the multilib issue
107    HTMP_TIMESTAMP is disable by default
108- enabled doxywizard
109
110* Tue Dec  9 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.5.7.1-1
111- new upstream release
112- disable doxywizard
113
114* Thu May 29 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.5.6-1
115- new upstream release
116
117* Thu Feb 21 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.5.5-0vl1
118- new upstream release
119
120* Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.5.2-0vl1
121- new upstream release
122
123* Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.7-0vl3
124- rebuild with libstdc++34
125
126* Sun Oct 15 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.7-0vl2
127- add BuildRequires: flex
128
129* Fri Sep 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.7-0vl1
130- new upstream release
131- changed doxygen-doxywizard Group to Applications/Development
132
133* Sat Aug 05 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.4.5-0vl2
134- added doxygen-1.4.5-libdir.patch for x86_64 and ppc64 archtecture
135
136* Tue Nov 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.5-0vl1
137- new upstream release
138
139* Fri Jul 22 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.4-0vl1
140- new upstream release
141- update Requires
142
143* Wed Jun  1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.3-0vl2
144- build for VineSeed
145
146* Wed Jun  1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.3-0vl1
147- new upstream release
148- build for Vine3.1
149- LANG=C when build and install
150- add man pages
151
152* Mon Jan 24 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.1-0vl1
153- new upstream release
154- BuildPrereq: qt-devel => 3.2
155
156* Tue Dec  7 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.9.1-0vl1
157- source upgrade
158
159* Sun May 16 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.7-0vl1
160- source upgrade
161- remove %%{_bindir}/doxysearch from %%files
162- remove about Vine2.6
163
164* Tue Dec 16 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.3-0vl2
165- build for VineSeed
166
167* Tue Dec 16 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.3-0vl1
168- source upgrade
169- add BuildPrereq: graphviz and Requires: graphviz
170- change spec to build both VineSeed and Vine2.5/2.6
171
172* Sat May 31 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3.1-0vl1
173- source upgrade
174
175* Sat May 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3-0vl1
176- source upgrade
177
178* Wed Jan  8 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3-0vl0.3
179- source upgrade to 1.3-rc3
180- enable %%configure --with-doxywizard
181
182* Wed Jan  8 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3-0vl0.1
183- source upgrade to 1.3-rc2
184- add BuildPrereq: libpng-devel
185- add Requires: XFree86-gl libexpat to %%package doxywizard
186- add LICENSE to %%docs
187- disable %%configure --with-doxywizard
188
189* Fri Jan  3 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.18-0vl1
190- source upgrade
191- build with new toolchains
192- delete Patch2
193
[8182]194* Mon Aug  5 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.2.17-0vl1
[521]195- source upgrade
196- build with qt-3.0.5
197
198* Sun Jun  9 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 1.2.16-0vl1
199- source update to 1.2.16
200
201* Thu May 09 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 1.2.15-0vl1
202- source update to 1.2.15
203
204* Sat Mar 23 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 1.2.14-3vl1
205- build for VineSeed
206- delete Epoch
207
208* Fri Mar  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-3
209- rebuild against qt 3.0.2
210
211* Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.2.14-2
212- rebuild against qt 2.3.2
213
214* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.14-1
215- 1.2.14
216
217* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
218- automated rebuild
219
220* Sun Jan 06 2002 Than Ngo <than@redhat.com> 1.2.13.1-1
221- update to 1.2.13.1
222- fixed build doxywizard with qt3
223
224* Sun Dec 30 2001 Jeff Johnson <jbj@redhat.com> 1.2.13-1
225- update to 1.2.13
226
227* Sun Nov 18 2001 Than Ngo <than@redhat.com> 1.2.12-1
228- update to 1.2.12
229- s/Copyright/License
230
231* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
232- rebuild with new gcc and binutils
233
234* Wed Jun 13 2001 Than Ngo <than@redhat.com>
235- update tp 1.2.8.1
236- make doxywizard as separat package
237- fix to use install as default
238
239* Tue Jun 05 2001 Than Ngo <than@redhat.com>
240- update to 1.2.8
241
242* Tue May 01 2001 Than Ngo <than@redhat.com>
243- update to 1.2.7
244- clean up specfile
245- patch to use RPM_OPT_FLAG
246
247* Wed Mar 14 2001 Jeff Johnson <jbj@redhat.com>
248- update to 1.2.6
249
250* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
251- rebuild
252
253* Tue Dec 26 2000 Than Ngo <than@redhat.com>
254- update to 1.2.4
255- remove excludearch ia64
256- bzip2 sources
257
258* Mon Dec 11 2000 Than Ngo <than@redhat.com>
259- rebuild with the fixed fileutils
260
261* Mon Oct 30 2000 Jeff Johnson <jbj@redhat.com>
262- update to 1.2.3.
263
264* Sun Oct  8 2000 Jeff Johnson <jbj@redhat.com>
265- update to 1.2.2.
266- enable doxywizard.
267
268* Sat Aug 19 2000 Preston Brown <pbrown@redhat.com>
269- 1.2.1 is latest stable, so we upgrade before Winston is released.
270
271* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
272- automatic rebuild
273
274* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
275- Rebuild with new C++
276
277* Fri Jun 30 2000 Florian La Roche <laroche@redhat.de>
278- fix QTDIR detection
279
280* Fri Jun 09 2000 Preston Brown <pbrown@redhat.com>
281- compile on x86 w/o optimization, revert when compiler fixed!!
282
283* Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
284- use newer RPM macros
285
286* Tue Jun  6 2000 Jeff Johnson <jbj@redhat.com>
287- add to distro.
288
289* Tue May  9 2000 Tim Powers <timp@redhat.com>
290- rebuilt for 7.0
291
292* Wed Feb  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
293- recompile with current Qt (2.1.0/1.45)
294
295* Wed Jan  5 2000 Jeff Johnson <jbj@redhat.com>
296- update to 1.0.0.
297- recompile with qt-2.0.1 if available.
298- relocatable package.
299
300* Mon Nov  8 1999 Tim Powers <timp@redhat.com>
301-updated to 0.49-991106
302
303* Tue Jul 13 1999 Tim Powers <timp@redhat.com>
304- updated source
305- cleaned up some stuff in the spec file
306
307* Thu Apr 22 1999 Jeff Johnson <jbj@redhat.com>
308- Create Power Tools 6.0 package.
Note: See TracBrowser for help on using the repository browser.