swt2c / rpms / doxygen

Forked from rpms/doxygen 5 years ago
Clone
7f07aed
Summary: A documentation system for C/C++
Rex Dieter a209e3a
Name:    doxygen
Rex Dieter a209e3a
Epoch:   1
1f329d5
Version: 1.8.10
7593fe1
Release: 2%{?dist}
Rex Dieter a209e3a
fd8af41
# No version is specified.
fd8af41
License: GPL+
4542525
Url: http://www.stack.nl/~dimitri/doxygen/index.html
4542525
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
25b53a7
# this icon is part of kdesdk
25b53a7
Source1: doxywizard.png
25b53a7
Source2: doxywizard.desktop
1f329d5
Patch1: doxygen-1.8.10-install.patch
cvsdist b69ada2
beadc9a
BuildRequires: perl
Rex Dieter 35368b0
BuildRequires: tex(dvips)
Rex Dieter 35368b0
BuildRequires: tex(latex)
1f329d5
BuildRequires: tex(multirow.sty)
1f329d5
BuildRequires: tex(sectsty.sty)
1f329d5
BuildRequires: tex(tocloft.sty)
1f329d5
BuildRequires: tex(xtab.sty)
Rex Dieter 3da7c75
BuildRequires: /usr/bin/epstopdf
24175f6
BuildRequires: texlive-epstopdf
beadc9a
BuildRequires: ghostscript
beadc9a
BuildRequires: gettext
beadc9a
BuildRequires: flex
beadc9a
BuildRequires: bison
52a4647
BuildRequires: desktop-file-utils
1f329d5
BuildRequires: cmake
1f329d5
BuildRequires: graphviz
cvsdist b69ada2
cvsdist 00e8de9
%description
cvsdist 0a88b1a
Doxygen can generate an online class browser (in HTML) and/or a
cvsdist 0a88b1a
reference manual (in LaTeX) from a set of documented source files. The
cvsdist 0a88b1a
documentation is extracted directly from the sources. Doxygen can
cvsdist 0a88b1a
also be configured to extract the code structure from undocumented
cvsdist 0a88b1a
source files.
cvsdist 00e8de9
cvsdist 26345c8
%package doxywizard
7f07aed
Summary: A GUI for creating and editing configuration files
Rex Dieter 2199f55
Requires: %{name} = %{epoch}:%{version}-%{release}
Rex Dieter a209e3a
BuildRequires: qt4-devel
cvsdist 26345c8
%description doxywizard
cvsdist 0a88b1a
Doxywizard is a GUI for creating and editing configuration files that
cvsdist 0a88b1a
are used by doxygen.
cvsdist 26345c8
Rex Dieter a209e3a
%package latex
Rex Dieter a209e3a
Summary: Support for producing latex/pdf output from doxygen
Rex Dieter a209e3a
Requires: %{name} = %{epoch}:%{version}-%{release}
Rex Dieter a209e3a
Requires: tex(latex)
ee91c75
%if 0%{?fedora} > 17 || 0%{?rhel} > 6
Rex Dieter a209e3a
Requires: tex(multirow.sty)
Rex Dieter a209e3a
Requires: tex(sectsty.sty)
Rex Dieter a209e3a
Requires: tex(tocloft.sty)
Rex Dieter a209e3a
Requires: tex(xtab.sty)
d416892
Requires: texlive-epstopdf-bin
Rex Dieter a209e3a
%endif
Rex Dieter a209e3a
%description latex
Rex Dieter a209e3a
%{summary}.
Rex Dieter a209e3a
Rex Dieter a209e3a
cvsdist 00e8de9
%prep
e24bd7f
%setup -q
b2fa99a
%patch1 -p1 -b .config
7d841d4
Rex Dieter a209e3a
# convert into utf-8
Rex Dieter a209e3a
iconv --from=ISO-8859-1 --to=UTF-8 LANGUAGE.HOWTO > LANGUAGE.HOWTO.new
Rex Dieter a209e3a
touch -r LANGUAGE.HOWTO LANGUAGE.HOWTO.new
1f329d5
mv LANGUAGE.HOWTO.new LANGUAGE.HOWTO
Rex Dieter a209e3a
Rex Dieter a209e3a
cvsdist 00e8de9
%build
cvsdist 00e8de9
1f329d5
mkdir -p %{_target_platform}
1f329d5
pushd %{_target_platform}
1f329d5
%cmake \
1f329d5
		-Dbuild_doc=ON \
1f329d5
		-Dbuild_wizard=ON \
1f329d5
		-Dbuild_xmlparser=ON \
1f329d5
		-DMAN_INSTALL_DIR=%{_mandir}/man1 \
1f329d5
		-DDOC_INSTALL_DIR=%{_docdir}/doxygen \
1f329d5
		-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
7593fe1
		-DBUILD_SHARED_LIBS=OFF \
1f329d5
		..
1f329d5
popd
1f329d5
1f329d5
make %{?_smp_mflags} -C %{_target_platform}
1f329d5
make docs -C %{_target_platform}
6866286
Rex Dieter a209e3a
%install
1f329d5
make install \
1f329d5
	DESTDIR=%{buildroot} \
1f329d5
	-C %{_target_platform}
cvsdist 26345c8
Rex Dieter a209e3a
install -m644 -p -D %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/doxywizard.png
25b53a7
25b53a7
desktop-file-install \
25b53a7
   --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
25b53a7
cvsdist 00e8de9
%files
1f329d5
%doc LANGUAGE.HOWTO README.md
93ba94c
%doc %{_docdir}/doxygen
6866286
%{_bindir}/doxygen
6866286
%{_mandir}/man1/doxygen.1*
1f329d5
%{_mandir}/man1/doxyindexer.1.gz
1f329d5
%{_mandir}/man1/doxysearch.1.gz
cvsdist 26345c8
cvsdist 26345c8
%files doxywizard
cvsdist 26345c8
%{_bindir}/doxywizard
1a0ff8c
%{_mandir}/man1/doxywizard*
25b53a7
%{_datadir}/applications/doxywizard.desktop
Rex Dieter a209e3a
%{_datadir}/pixmaps/doxywizard.png
Rex Dieter a209e3a
Rex Dieter a209e3a
%files latex
Rex Dieter a209e3a
# intentionally left blank
Rex Dieter a209e3a
cvsdist 00e8de9
cvsdist 00e8de9
%changelog
7593fe1
* Wed Sep 23 2015 Than Ngo <than@redhat.com> - 1.8.10-2
7593fe1
- fix broken deps
7593fe1
1f329d5
* Fri Aug 28 2015 Than Ngo <than@redhat.com> - 1.8.10-1
1f329d5
- update to 1.8.10
1f329d5
e8c1809
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.9.1-4
e8c1809
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e8c1809
84774fa
* Thu May 28 2015 Than Ngo <than@redhat.com> - 1:1.8.9.1-3
84774fa
- rebuild
84774fa
fa6f4ff
* Wed Apr 29 2015 Than Ngo <than@redhat.com> - 1:1.8.9.1-2
fa6f4ff
- Resolves: bz#1198355, doxygen generates \backmatter in article class
fa6f4ff
fa6f4ff
* Wed Jan 21 2015 Than Ngo <than@redhat.com> 1:1.8.9.1-1
f293e09
- update to 1.8.9.1
f293e09
78ad620
* Mon Aug 25 2014 Than Ngo <than@redhat.com> - 1:1.8.8-1
78ad620
- 1.8.8
78ad620
634429f
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.7-3
634429f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
634429f
e784eb1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.7-2
e784eb1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e784eb1
cb30bb7
* Mon May 12 2014 Than Ngo <than@redhat.com> - 1:1.8.7-1
cb30bb7
- 1.8.7
cb30bb7
f4a9c56
* Thu Dec 26 2013 Orion Poplawski <orion@cora.nwra.com> - 1:1.8.6-1
f4a9c56
- 1.8.6
f4a9c56
d416892
* Tue Oct 08 2013 Than Ngo <than@redhat.com> - 1:1.8.5-2
d416892
- add exlive-epstopdf-bin in requirement
d416892
770d18d
* Mon Aug 26 2013 Than Ngo <than@redhat.com> - 1:1.8.5-1
770d18d
- 1.8.5
770d18d
24175f6
* Sat Aug 03 2013 Robert Scheck <robert@fedoraproject.org> - 1:1.8.4-4
24175f6
- Work around strange dependencies in epstopdf packages (#991699)
24175f6
b247550
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.4-3
b247550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b247550
b0278a0
* Mon Jun 24 2013 Than Ngo <than@redhat.com> - 1:1.8.4-2
b0278a0
- backport upstream patch to fix endless loop
b0278a0
7a60b03
* Tue May 21 2013 Than Ngo <than@redhat.com> - 1:1.8.4-1
7a60b03
- 1.8.4
7a60b03
b3ca81b
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.3.1-2
b3ca81b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b3ca81b
ee91c75
* Tue Jan 22 2013 Than Ngo <than@redhat.com> - 1.8.3.1-1
ee91c75
- 1.8.3.1
ee91c75
- fedora/rhel condition
ee91c75
Rex Dieter a209e3a
* Tue Jan 08 2013 Rex Dieter <rdieter@fedoraproject.org> - 1:1.8.3-3
Rex Dieter a209e3a
- -latex subpkg (#892288)
Rex Dieter a209e3a
- .spec cleanup
Rex Dieter a209e3a
Rex Dieter 2199f55
* Thu Jan 03 2013 Rex Dieter <rdieter@fedoraproject.org> - 1:1.8.3-2
Rex Dieter 2199f55
- doxygen is missing dependencies for texlive update (#891452)
Rex Dieter 2199f55
- doxywizard: tighten dep on main pkg
Rex Dieter 2199f55
4706d44
* Wed Jan 02 2013 Than Ngo <than@redhat.com> - 1:1.8.3-1
4706d44
- 1.8.3
4706d44
00da06b
* Mon Aug 13 2012 Than Ngo <than@redhat.com> - 1:1.8.2-1
00da06b
- 1.8.2
00da06b
e434075
* Mon Jul 30 2012 Than Ngo <than@redhat.com> - 1:1.8.1.2-1
e434075
- 1.8.1.2
e434075
a7a53bb
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.1.1-4
a7a53bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a7a53bb
a478249
* Wed Jun 20 2012 Than Ngo <than@redhat.com> - 1:1.8.1.1-3
a478249
- bz#832525, fix multilib issue
a478249
df87270
* Wed Jun 13 2012 Rex Dieter <rdieter@fedoraproject.org> 1:1.8.1.1-2
df87270
- make HTML_TIMESTAMP default FALSE
df87270
8effc62
* Mon Jun 11 2012 Than Ngo <than@redhat.com> - 1:1.8.1.1-1
8effc62
- 1.8.1.1
8effc62
e196f0e
* Wed Jun 06 2012 Than Ngo <than@redhat.com> - 1:1.8.1-1
e196f0e
- 1.8.1
e196f0e
70f6c1e
* Mon Feb 27 2012 Than Ngo <than@redhat.com> - 1:1.8.0-1
70f6c1e
- 1.8.0
25b53a7
70f6c1e
* Wed Jan 18 2012 Than Ngo <than@redhat.com> - 1:1.7.6.1-2
70f6c1e
- bz#772523, add desktop file
4de9edc
396a350
* Fri Dec 16 2011 Than Ngo <than@redhat.com> - 1:1.7.6.1-1
396a350
- 1.7.6.1
396a350
2b0f1b4
* Tue Dec 06 2011 Than Ngo <than@redhat.com> - 1:1.7.6-1
2b0f1b4
- 1.7.6
2b0f1b4
28a8bd2
* Tue Nov 08 2011 Than Ngo <than@redhat.com> - 1:1.7.5.1-1
28a8bd2
- 1.7.5.1
28a8bd2
4542525
* Tue Aug 23 2011 Than Ngo <than@redhat.com> - 1:1.7.5-1
4542525
- 1.7.5
4542525
ac3c905
* Mon Jun 27 2011 Than Ngo <than@redhat.com> - 1:1.7.4-2
ac3c905
- bz#688684, apply patch to fix crash when not generating man format
ac3c905
e8c7cd0
* Tue Mar 29 2011 Than Ngo <than@redhat.com> - 1.7.4-1
e8c7cd0
- 1.7.4
e8c7cd0
3895a4c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.7.3-2
3895a4c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3895a4c
fb13cda
* Mon Jan 17 2011 Than Ngo <than@redhat.com> - 1.7.3-1
fb13cda
- 1.7.3
fb13cda
- bz#661107
fb13cda
a491e50
* Fri Nov 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.7.2-2
a491e50
- Wrong Buildrequire to qt-devel (#651064)
a491e50
73fb3fe
* Mon Oct 11 2010 Than Ngo <than@redhat.com> - 1.7.2-1
73fb3fe
- 1.7.2
73fb3fe
633de66
* Wed Sep 08 2010 Than Ngo <than@redhat.com> - 1:1.7.1-2
633de66
- bz#629286, apply patch to fix broken thread handling
633de66
- bz#627553, #define in included file in different directory not handled properly
633de66
- Inherited documentation doesn't work in case of multiple inheritance
633de66
e24bd7f
* Mon Jul 19 2010 Than Ngo <than@redhat.com> - 1.7.1-1
e24bd7f
- 1.7.1
e24bd7f
14bb3ab
* Fri Feb 12 2010 Than Ngo <than@redhat.com> - 1.6.2-1.svn20100208
14bb3ab
- fix #555526, snapshot 1.6.2-20100208
14bb3ab
8526d58
* Mon Jan 04 2010 Than Ngo <than@redhat.com> - 1:1.6.2-1
8526d58
- 1.6.2
8526d58
8c9a819
* Fri Dec 18 2009 Than Ngo <than@redhat.com> - 1:1.6.1-4
8c9a819
- drop _default_patch_fuzz
8c9a819
7f07aed
* Fri Dec 18 2009 Than Ngo <than@redhat.com> - 1:1.6.1-3
7f07aed
- bz#225709, merged review
7f07aed
7f07aed
* Fri Dec 11 2009 Than Ngo <than@redhat.com> - 1:1.6.1-2
7f07aed
- bz#225709, merged review 
7f07aed
58ff379
* Tue Aug 25 2009 Than Ngo <than@redhat.com> - 1.6.1-1
58ff379
- 1.6.1
58ff379
ceaa53b
* Mon Aug 24 2009 Than Ngo <than@redhat.com> - 1.6.0-2
ceaa53b
- fix #516339, allow to enable/disable timstamp to avoid the multilib issue
ceaa53b
  HTMP_TIMESTAMP is disable by default
ceaa53b
f680966
* Fri Aug 21 2009 Than Ngo <than@redhat.com> - 1.6.0-1
f680966
- 1.6.0
f680966
c14f04d
* Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 1:1.5.9-3
c14f04d
- Convert specfile to UTF-8.
c14f04d
810fa84
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.9-2
810fa84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
810fa84
1d1685a
* Fri Jul 03 2009 Than Ngo <than@redhat.com> - 1.5.9-1
1d1685a
- 1.5.9
1d1685a
443f473
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.8-2
443f473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
443f473
77ab493
* Thu Feb 05 2009 Than Ngo <than@redhat.com> 1.5.8-1
77ab493
- 1.5.8
77ab493
390048f
* Mon Oct 06 2008 Than Ngo <than@redhat.com> 1.5.7.1-1
390048f
- 1.5.7.1
390048f
fd8af41
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.6-3
fd8af41
- fix license tag
fd8af41
f262359
* Wed May 21 2008 Than Ngo <than@redhat.com> 1.5.6-2
f262359
- rebuild
f262359
617a39c
* Mon May 19 2008 Than Ngo <than@redhat.com> 1.5.6-1
617a39c
- 1.5.6
617a39c
e725b76
* Fri Mar 14 2008 Than Ngo <than@redhat.com> 1.5.5-3
e725b76
- apply patch to not break partial include paths, thanks to Tim Niemueller
e725b76
87c2563
* Wed Feb 20 2008 Than Ngo <than@redhat.com> 1.5.5-2
87c2563
- apply patch to make doxygen using system libpng/zlib
87c2563
bf77d4c
* Fri Feb 15 2008 Than Ngo <than@redhat.com> 1.5.5-1
bf77d4c
- 1.5.5
bf77d4c
ff1c5b9
* Wed Nov 28 2007 Than Ngo <than@redhat.com> 1.5.4-1
ff1c5b9
- 1.5.4
ff1c5b9
67b477b
* Fri Aug 10 2007 Than Ngo <than@redhat.com> - 1:1.5.3-1
67b477b
- 1.5.3
67b477b
beadc9a
* Thu Apr 12 2007 Than Ngo <than@redhat.com> - 1:1.5.2-1
beadc9a
- 1.5.2
beadc9a
3fe0385
* Fri Nov 03 2006 Than Ngo <than@redhat.com> 1:1.5.1-2
3fe0385
- 1.5.1
3fe0385
b6c3e03
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.7-1.1
b6c3e03
- rebuild
b6c3e03
ae83bc3
* Mon Jun 12 2006 Than Ngo <than@redhat.com> 1:1.4.7-1
ae83bc3
- update to 1.4.7
ae83bc3
c92578e
* Thu Jun 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-5
c92578e
- fix build problem in mock #193358 
c92578e
2c634d2
* Fri May 12 2006 Than Ngo <than@redhat.com> 1:1.4.6-4
2c634d2
- apply patch to fix Doxygen crash on empty file #191392 
2c634d2
- html docs #187177 
2c634d2
d13c3a6
* Wed Mar 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-3
d13c3a6
- fix typo bug #184400
d13c3a6
0a437ad
* Mon Mar 06 2006 Than Ngo <than@redhat.com> 1:1.4.6-2
0a437ad
- fix build problem #184042
0a437ad
fb7bb5c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.6-1.2
fb7bb5c
- bump again for double-long bug on ppc(64)
fb7bb5c
4410dfa
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.6-1.1
4410dfa
- rebuilt for new gcc4.1 snapshot and glibc changes
4410dfa
77fa0dd
* Tue Jan 31 2006 Than Ngo <than@redhat.com> 1.4.6-1
77fa0dd
- 1.4.6
77fa0dd
6e842d1
* Mon Dec 19 2005 Than Ngo <than@redhat.com> 1.4.5-3
6e842d1
- apply patch to fix build problem with gcc-4.1
6e842d1
03173eb
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
03173eb
- rebuilt
03173eb
833fb5b
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com>
833fb5b
- fix references to /usr/X11R6
833fb5b
Florian La Roche 00266da
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 00266da
- 1.4.5
Florian La Roche 00266da
1a0ff8c
* Mon Sep 19 2005 Than Ngo <than@redhat.com> 1:1.4.4-2
1a0ff8c
- move doxywizard man page to subpackge doxywizard
1a0ff8c
76b1b21
* Thu Jul 21 2005 Than Ngo <than@redhat.com> 1:1.4.4-1
76b1b21
- update to 1.4.4
76b1b21
98c8a49
* Tue Jun 14 2005 Than Ngo <than@redhat.com> 1.4.3-1
98c8a49
- 1.4.3
98c8a49
be4acf3
* Thu Mar 31 2005 Than Ngo <than@redhat.com> 1:1.4.2-1
be4acf3
- 1.4.2
be4acf3
63859b0
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 1:1.4.1-2
63859b0
- rebuilt against gcc-4
63859b0
f4bec7f
* Wed Jan 19 2005 Than Ngo <than@redhat.com> 1:1.4.1-1
f4bec7f
- update to 1.4.1
f4bec7f
4bf6f5e
* Sun Oct 10 2004 Than Ngo <than@redhat.com> 1:1.3.9.1-1
4bf6f5e
- update to 1.3.9.1
4bf6f5e
119dd9a
* Wed Oct 06 2004 Than Ngo <than@redhat.com> 1:1.3.9-1
119dd9a
- update to 1.3.9
119dd9a
cvsdist bd0900f
* Sun Jul 25 2004 Than Ngo <than@redhat.com> 1:1.3.8-1
cvsdist bd0900f
- update to 1.3.8
cvsdist bd0900f
cvsdist 4e8173b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 4e8173b
- rebuilt
cvsdist 4e8173b
cvsdist cc3fe96
* Tue May 11 2004 Than Ngo <than@redhat.com> 1.3.7-1
cvsdist cc3fe96
- update to 1.3.7, bug #119340
cvsdist cc3fe96
cvsdist eb987cf
* Sun Apr 04 2004 Than Ngo <than@redhat.com> 1:1.3.6-2
cvsdist eb987cf
- fix qt-mt linking problem
cvsdist eb987cf
cvsdist db7a21d
* Thu Feb 26 2004 Than Ngo <than@redhat.com> 1:1.3.6-1
cvsdist db7a21d
- update to 1.3.6
cvsdist db7a21d
- added more buildrequires, #110752
cvsdist db7a21d
cvsdist db7a21d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist db7a21d
- rebuilt
cvsdist db7a21d
cvsdist 7cdb2bb
* Wed Dec 17 2003 Than Ngo <than@redhat.com> 1:1.3.5-1
cvsdist 7cdb2bb
- 1.3.5 release
cvsdist 7cdb2bb
cvsdist db91259
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 1:1.3.4-1
cvsdist db91259
- update to 1.3.4
cvsdist db91259
- doxsearch was removed
cvsdist db91259
cvsdist db91259
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist db91259
- allow compiling without qt/doxywizard
cvsdist db91259
cvsdist db91259
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist db91259
- rebuilt
cvsdist db91259
cvsdist db91259
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist db91259
- add explicit epoch's where needed.
cvsdist db91259
cvsdist db91259
* Tue May  6 2003 Than Ngo <than@redhat.com> 1.3-1
cvsdist db91259
- 1.3
cvsdist db91259
cvsdist b69ada2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b69ada2
- rebuilt
cvsdist b69ada2
cvsdist b69ada2
* Fri Dec 27 2002 Than Ngo <than@redhat.com> 1.2.18-2
cvsdist b69ada2
- use gnu install
cvsdist b69ada2
cvsdist b69ada2
* Sat Nov  9 2002 Than Ngo <than@redhat.com> 1.2.18-1.2
cvsdist b69ada2
- fix some build problem
cvsdist b69ada2
cvsdist b69ada2
* Tue Oct 15 2002 Than Ngo <than@redhat.com> 1.2.18-1
cvsdist b69ada2
- 1.2.18
cvsdist b69ada2
cvsdist b69ada2
* Wed Aug 28 2002 Than Ngo <than@redhat.com> 1.2.17-1
cvsdist b69ada2
- 1.2.17 fixes many major bugs
cvsdist b69ada2
cvsdist d23edb3
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
cvsdist d23edb3
- rebuilt with gcc-3.2 (we hope)
cvsdist d23edb3
cvsdist 6a53242
* Mon Jul 22 2002 Tim Powers <timp@redhat.com>
cvsdist 6a53242
- rebuild using gcc-3.2-0.1
cvsdist 6a53242
cvsdist 6a53242
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 6a53242
- automated rebuild
cvsdist 6a53242
cvsdist 6a53242
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 6a53242
- automated rebuild
cvsdist 6a53242
cvsdist f1f4066
* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-5
cvsdist f1f4066
- rebuild against qt 3.0.3-10
cvsdist f1f4066
cvsdist b9746da
* Fri Mar  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-4
cvsdist b9746da
- rebuild against qt 3.0.2
cvsdist b9746da
cvsdist b9746da
* Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.2.14-2
cvsdist b9746da
- rebuild against qt 2.3.2
cvsdist b9746da
cvsdist b9746da
* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.14-1
cvsdist b9746da
- 1.2.14
cvsdist b9746da
cvsdist b9746da
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist b9746da
- automated rebuild
cvsdist b9746da
cvsdist b9746da
* Sun Jan 06 2002 Than Ngo <than@redhat.com> 1.2.13.1-1
cvsdist b9746da
- update to 1.2.13.1
cvsdist b9746da
- fixed build doxywizard with qt3
cvsdist b9746da
cvsdist b9746da
* Sun Dec 30 2001 Jeff Johnson <jbj@redhat.com> 1.2.13-1
cvsdist b9746da
- update to 1.2.13
cvsdist b9746da
cvsdist b9746da
* Sun Nov 18 2001 Than Ngo <than@redhat.com> 1.2.12-1
cvsdist b9746da
- update to 1.2.12
cvsdist b9746da
- s/Copyright/License
cvsdist b9746da
cvsdist 0a88b1a
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
cvsdist 0a88b1a
- rebuild with new gcc and binutils
cvsdist 0a88b1a
cvsdist 26345c8
* Wed Jun 13 2001 Than Ngo <than@redhat.com>
cvsdist 26345c8
- update tp 1.2.8.1
cvsdist 26345c8
- make doxywizard as separat package
cvsdist 26345c8
- fix to use install as default
cvsdist 26345c8
cvsdist db96896
* Tue Jun 05 2001 Than Ngo <than@redhat.com>
cvsdist db96896
- update to 1.2.8
cvsdist db96896
cvsdist db96896
* Tue May 01 2001 Than Ngo <than@redhat.com>
cvsdist db96896
- update to 1.2.7
cvsdist db96896
- clean up specfile
cvsdist db96896
- patch to use RPM_OPT_FLAG
cvsdist f322722
cvsdist 75517eb
* Wed Mar 14 2001 Jeff Johnson <jbj@redhat.com>
cvsdist 75517eb
- update to 1.2.6
cvsdist 75517eb
c14f04d
* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 75517eb
- rebuild
cvsdist 75517eb
cvsdist 75517eb
* Tue Dec 26 2000 Than Ngo <than@redhat.com>
cvsdist 75517eb
- update to 1.2.4
cvsdist 75517eb
- remove excludearch ia64
cvsdist 75517eb
- bzip2 sources
cvsdist 75517eb
cvsdist 75517eb
* Mon Dec 11 2000 Than Ngo <than@redhat.com>
cvsdist 75517eb
- rebuild with the fixed fileutils
cvsdist 75517eb
cvsdist 75517eb
* Mon Oct 30 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 75517eb
- update to 1.2.3.
cvsdist 75517eb
cvsdist 75517eb
* Sun Oct  8 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 75517eb
- update to 1.2.2.
cvsdist 75517eb
- enable doxywizard.
cvsdist 75517eb
cvsdist 00e8de9
* Sat Aug 19 2000 Preston Brown <pbrown@redhat.com>
cvsdist 00e8de9
- 1.2.1 is latest stable, so we upgrade before Winston is released.
cvsdist 00e8de9
cvsdist 00e8de9
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 00e8de9
- automatic rebuild
cvsdist 00e8de9
cvsdist 00e8de9
* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 00e8de9
- Rebuild with new C++
cvsdist 00e8de9
cvsdist 00e8de9
* Fri Jun 30 2000 Florian La Roche <laroche@redhat.de>
cvsdist 00e8de9
- fix QTDIR detection
cvsdist 00e8de9
cvsdist 00e8de9
* Fri Jun 09 2000 Preston Brown <pbrown@redhat.com>
cvsdist 00e8de9
- compile on x86 w/o optimization, revert when compiler fixed!!
cvsdist 00e8de9
cvsdist 00e8de9
* Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
cvsdist 00e8de9
- use newer RPM macros
cvsdist 00e8de9
cvsdist 00e8de9
* Tue Jun  6 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 00e8de9
- add to distro.
cvsdist 00e8de9
cvsdist 00e8de9
* Tue May  9 2000 Tim Powers <timp@redhat.com>
cvsdist 00e8de9
- rebuilt for 7.0
cvsdist 00e8de9
cvsdist 00e8de9
* Wed Feb  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 00e8de9
- recompile with current Qt (2.1.0/1.45)
cvsdist 00e8de9
cvsdist 00e8de9
* Wed Jan  5 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 00e8de9
- update to 1.0.0.
cvsdist 00e8de9
- recompile with qt-2.0.1 if available.
cvsdist 00e8de9
- relocatable package.
cvsdist 00e8de9
cvsdist 00e8de9
* Mon Nov  8 1999 Tim Powers <timp@redhat.com>
cvsdist 00e8de9
-updated to 0.49-991106
cvsdist 00e8de9
cvsdist 00e8de9
* Tue Jul 13 1999 Tim Powers <timp@redhat.com>
cvsdist 00e8de9
- updated source
cvsdist 00e8de9
- cleaned up some stuff in the spec file
cvsdist 00e8de9
cvsdist 00e8de9
* Thu Apr 22 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 00e8de9
- Create Power Tools 6.0 package.