5705a9c
# Filtering of private libraries
5705a9c
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so$
5705a9c
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so.*$
5705a9c
%global __requires_exclude_from ^%{_libdir}/%{name}/.*\\.so$
5705a9c
5705a9c
%global __requires_exclude libqcadcore.so
5705a9c
%global __requires_exclude %{__requires_exclude}|libqcadecmaapi.so
5705a9c
%global __requires_exclude %{__requires_exclude}|libqcadentity.so
5705a9c
%global __requires_exclude %{__requires_exclude}|libqcadoperations.so
5705a9c
%global __requires_exclude %{__requires_exclude}|libqcadspatialindex.so
5705a9c
#
5705a9c
7e0b93e
## QCAD does not properly work with QT5 because of QT5 bug:
7e0b93e
## https://bugreports.qt.io/browse/QTBUG-52988
c9ab2a9
## Supported platforms: http://www.qcad.org/en/qcad-documentation/supported-platforms
7e0b93e
7e0b93e
## Qt5 builds ?
c9ab2a9
%bcond_without qt5
7e0b93e
#
7e0b93e
## Qt4 builds ?
c9ab2a9
%bcond_with qt4
c9ab2a9
7e0b93e
5705a9c
%global _QCAD_DIR %{_libdir}/%{name}
7e0b93e
7e0b93e
%if %{with qt4}
5705a9c
%global _QT_PLUGINS %{_qt4_plugindir}
7e0b93e
%endif
7e0b93e
7e0b93e
%if %{with qt5}
7e0b93e
%global _QT_PLUGINS %{_qt5_plugindir}
7e0b93e
%endif
5705a9c
5705a9c
Name:    qcad
c9ab2a9
Version: 3.17.1.1
c9ab2a9
Release: 1%{?dist}
5705a9c
Summary: Powerful 2D CAD system
5705a9c
5705a9c
## Main license: GPLv3
5705a9c
##
5705a9c
## 3rd parties licenses: 
5705a9c
## dxflib: GPLv2+.
5705a9c
#  See src/3rdparty/dxflib/gpl-2.0greater.txt
5705a9c
## opennurbs: Public domain (neither copyright nor copyleft apply).
5705a9c
#  See src/3rdparty/opennurbs/readme.txt
5705a9c
## spatialindexnavel:  MIT
5705a9c
#  See src/3rdparty/spatialindexnavel/COPYING
5705a9c
## stemmer: BSD 2-Clause License
5705a9c
#  See src/3rdparty/stemmer/bsd-2.txt
5705a9c
## Hershey fonts are released under the terms described in fonts/hershey.readme.
5705a9c
## Other fonts in directory 'fonts' are released as public domain (all copyright
5705a9c
## is waived).
5705a9c
5705a9c
License: GPLv3 and GPLv2+ and MIT and BSD and Public Domain and CC-BY and Hershey
5705a9c
Source0: https://github.com/qcad/qcad/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
5705a9c
Source1: %{name}.desktop
5705a9c
Source2: %{name}.appdata.xml
5705a9c
URL: http://www.ribbonsoft.com/en/
5705a9c
7e0b93e
%if %{with qt5}
c9ab2a9
BuildRequires: qt5-qtbase-devel >= 5.9.0
c9ab2a9
BuildRequires: qt5-rpm-macros >= 5.9.0
c9ab2a9
BuildRequires: qt5-qtwebkit-devel >= 5.9.0
c9ab2a9
BuildRequires: qt5-qttools-devel >= 5.9.0
c9ab2a9
BuildRequires: qt5-qttools-static >= 5.9.0
c9ab2a9
BuildRequires: qt5-qtscript-devel >= 5.9.0
c9ab2a9
BuildRequires: qt5-qtsvg-devel >= 5.9.0
c9ab2a9
BuildRequires: qt5-qtxmlpatterns-devel >= 5.9.0
7e0b93e
BuildRequires: quazip-qt5-devel
c9ab2a9
Requires: qt5-designer >= 5.9.0
7e0b93e
Requires: quazip-qt5%{?_isa}
c9ab2a9
Provides: bundled(qtscriptgenerator) = 5.9.0
7e0b93e
%endif
7e0b93e
%if %{with qt4}
5705a9c
BuildRequires: qt-devel
5705a9c
BuildRequires: qtwebkit-devel
5705a9c
BuildRequires: quazip-devel
7e0b93e
Requires: quazip%{?_isa}
7e0b93e
Provides: bundled(qtscriptgenerator) = 4.8.7
7e0b93e
%endif
5705a9c
BuildRequires: gcc-c++
5705a9c
BuildRequires: libX11-devel
5705a9c
BuildRequires: libXext-devel
5705a9c
BuildRequires: libXrender-devel
5705a9c
BuildRequires: libSM-devel
5705a9c
BuildRequires: freetype-devel
5705a9c
BuildRequires: fontconfig-devel
5705a9c
BuildRequires: openssl-devel
5705a9c
BuildRequires: dbus-devel
5705a9c
BuildRequires: mesa-libGLU-devel
5705a9c
BuildRequires: spatialindex-devel
5705a9c
BuildRequires: desktop-file-utils
5705a9c
BuildRequires: libappstream-glib
5705a9c
5705a9c
Requires: hicolor-icon-theme
5705a9c
Requires: wise2
5705a9c
Requires: qgnomeplatform
5705a9c
5705a9c
Provides: bundled(dxflib) = 1.0.0
5705a9c
Provides: bundled(opennurbs) = 201004095
5705a9c
Provides: bundled(stemmer) = 1.0.0
5705a9c
5705a9c
## Unbundle spatialindex and quazip libraries
5705a9c
Patch0: %{name}-qt4-unbundle_libraries.patch
5705a9c
7e0b93e
## Unbundle spatialindex and quazip libraries
7e0b93e
Patch1: %{name}-qt5-unbundle_libraries.patch
7e0b93e
5705a9c
%description
5705a9c
QCAD is an application for computer aided drafting (CAD) in two dimensions (2D).
5705a9c
With QCAD you can create technical drawings such as plans for buildings,
5705a9c
interiors, mechanical parts or schematics and diagrams.
5705a9c
QCAD was designed with modularity, extensibility and portability in mind.
5705a9c
But what people notice most often about QCAD is its intuitive
5705a9c
user interface.
5705a9c
QCAD is an easy to use but powerful 2D CAD system for everyone.
5705a9c
You don't need any CAD experience to get started with QCAD immediately.
5705a9c
5705a9c
%prep
5705a9c
%setup -q
5705a9c
7e0b93e
%if %{with qt4}
5705a9c
%patch0 -p1
7e0b93e
%endif
7e0b93e
%if %{with qt5}
7e0b93e
%patch1 -p0
7e0b93e
%endif
7e0b93e
5705a9c
rm -rf src/3rdparty/spatialindexnavel/include/spatialindex
5705a9c
rm -f src/3rdparty/quazip/src/*.h
5705a9c
5705a9c
%build
7e0b93e
%if %{with qt4}
bfa0396
%{_qt4_qmake} -makefile CONFIG+=release %{name}.pro \
5705a9c
 QMAKE_CFLAGS_RELEASE="%{_qt4_optflags} -I%{_includedir}/quazip" \
5705a9c
 QMAKE_CXXFLAGS_RELEASE="%{_qt4_optflags} -I%{_includedir}/quazip" \
5705a9c
 QMAKE_LFLAGS="%{_qt4_ldflags} -Wl,--as-needed"
7e0b93e
%endif
7e0b93e
%if %{with qt5}
bfa0396
%{_qt5_qmake} -makefile CONFIG+=release %{name}.pro \
7e0b93e
 QMAKE_CFLAGS_RELEASE="%{_qt5_optflags} -I%{_includedir}/quazip5 -I%{_qt5_includedir}/QtUiTools" \
7e0b93e
 QMAKE_CXXFLAGS_RELEASE="%{_qt5_optflags} -I%{_includedir}/quazip5 -I%{_qt5_includedir}/QtUiTools" \
7e0b93e
 QMAKE_LFLAGS="%{_qt5_ldflags} -Wl,--as-needed"
7e0b93e
%endif
7e0b93e
make -j2
5705a9c
5705a9c
%install
5705a9c
5705a9c
mkdir -p %{buildroot}%{_QCAD_DIR}/ts
5705a9c
mkdir -p %{buildroot}%{_datadir}/pixmaps
5705a9c
mkdir -p %{buildroot}%{_bindir}
5705a9c
mkdir -p %{buildroot}%{_mandir}/man1
5705a9c
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
5705a9c
mkdir -p %{buildroot}%{_QT_PLUGINS}/codecs
5705a9c
mkdir -p %{buildroot}%{_QT_PLUGINS}/script
5705a9c
mkdir -p %{buildroot}%{_QT_PLUGINS}/designer
5705a9c
mkdir -p %{buildroot}%{_QT_PLUGINS}/imageformats
5705a9c
mkdir -p %{buildroot}%{_QT_PLUGINS}/sqldrivers
5705a9c
mkdir -p %{buildroot}%{_QCAD_DIR}/plugins/codecs
5705a9c
mkdir -p %{buildroot}%{_QCAD_DIR}/plugins/designer
5705a9c
mkdir -p %{buildroot}%{_QCAD_DIR}/plugins/imageformats
5705a9c
mkdir -p %{buildroot}%{_QCAD_DIR}/plugins/sqldrivers
5705a9c
mkdir -p %{buildroot}%{_QCAD_DIR}/plugins/script
5705a9c
5705a9c
cp -a fonts %{buildroot}%{_QCAD_DIR}
5705a9c
cp -a patterns %{buildroot}%{_QCAD_DIR}
5705a9c
cp -a themes %{buildroot}%{_QCAD_DIR}
5705a9c
cp -a libraries %{buildroot}%{_QCAD_DIR}
5705a9c
cp -a scripts %{buildroot}%{_QCAD_DIR}
5705a9c
cp -a plugins %{buildroot}%{_QCAD_DIR}
7e0b93e
cp -a linetypes %{buildroot}%{_QCAD_DIR}
5705a9c
5705a9c
install -pm 644 ts/qcad*.qm %{buildroot}%{_QCAD_DIR}/ts
5705a9c
ln -sf %{_QT_PLUGINS}/codecs/libqcncodecs.so %{buildroot}%{_QCAD_DIR}/plugins/codecs/libqcncodecs.so
5705a9c
ln -sf %{_QT_PLUGINS}/codecs/libqjpcodecs.so %{buildroot}%{_QCAD_DIR}/plugins/codecs/libqjpcodecs.so
5705a9c
ln -sf %{_QT_PLUGINS}/codecs/libqkrcodecs.so %{buildroot}%{_QCAD_DIR}/plugins/codecs/libqkrcodecs.so
5705a9c
ln -sf %{_QT_PLUGINS}/codecs/libqtwcodecs.so %{buildroot}%{_QCAD_DIR}/plugins/codecs/libqtwcodecs.so
5705a9c
5705a9c
ln -sf %{_QT_PLUGINS}/designer/libqwebview.so %{buildroot}%{_QCAD_DIR}/plugins/designer/libqwebview.so
5705a9c
5705a9c
ln -sf %{_QT_PLUGINS}/imageformats/libqgif.so %{buildroot}%{_QCAD_DIR}/plugins/imageformats/libqgif.so
5705a9c
ln -sf %{_QT_PLUGINS}/imageformats/libqico.so %{buildroot}%{_QCAD_DIR}/plugins/imageformats/libqico.so
5705a9c
ln -sf %{_QT_PLUGINS}/imageformats/libqjpeg.so %{buildroot}%{_QCAD_DIR}/plugins/imageformats/libqjpeg.so
5705a9c
ln -sf %{_QT_PLUGINS}/imageformats/libqsvg.so %{buildroot}%{_QCAD_DIR}/plugins/imageformats/libqsvg.so
5705a9c
ln -sf %{_QT_PLUGINS}/imageformats/libqtga.so %{buildroot}%{_QCAD_DIR}/plugins/imageformats/libqtga.so
5705a9c
ln -sf %{_QT_PLUGINS}/imageformats/libqtiff.so %{buildroot}%{_QCAD_DIR}/plugins/imageformats/libqtiff.so
5705a9c
5705a9c
ln -sf %{_QT_PLUGINS}/sqldrivers/libqsqlite.so %{buildroot}%{_QCAD_DIR}/plugins/sqldrivers/libqsqlite.so
5705a9c
5705a9c
install -pm 644 scripts/qcad_icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
5705a9c
install -pm 755 release/*.so %{buildroot}%{_QCAD_DIR}
5705a9c
install -pm 755 release/%{name}-bin %{buildroot}%{_QCAD_DIR}
5705a9c
install -pm 644 readme.txt %{buildroot}%{_QCAD_DIR}
5705a9c
5705a9c
install -pm 644 qcad.1 %{buildroot}%{_mandir}/man1
5705a9c
install -pm 644 scripts/%{name}_icon.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
5705a9c
5705a9c
find %{buildroot}%{_QCAD_DIR} -name ".gitignore" -delete
5705a9c
find %{buildroot}%{_QCAD_DIR} -name "readme.txt" -delete
5705a9c
find %{buildroot}%{_QCAD_DIR} -name "Makefile" -delete
5705a9c
5705a9c
##Resize IceCat icon
5705a9c
pushd %{buildroot}%{_QCAD_DIR}
5705a9c
for i in `find . -type f \( -name "*.so*" \)`; do
5705a9c
  chmod -c 755 $i
5705a9c
done
5705a9c
popd
5705a9c
7e0b93e
%if %{with qt4}
5705a9c
cat > %{buildroot}%{_bindir}/%{name} <
5705a9c
#!/bin/sh
5705a9c
export \
5705a9c
LD_LIBRARY_PATH=%{_QCAD_DIR} \
5705a9c
QTLIB=%{_qt4_libdir} \
5705a9c
QTDIR=%{_qt4_libdir} \
5705a9c
QTINC=%{_qt4_headerdir} \
5705a9c
WISECONFIGDIR=%{_datadir}/wise2 \
5705a9c
PATH=%{_libdir}:%{_bindir}:%{_QCAD_DIR}
5705a9c
%{_QCAD_DIR}/%{name}-bin "\$@"
5705a9c
EOF
7e0b93e
%endif
7e0b93e
%if %{with qt5}
7e0b93e
cat > %{buildroot}%{_bindir}/%{name} <
7e0b93e
#!/bin/sh
7e0b93e
export \
7e0b93e
LD_LIBRARY_PATH=%{_QCAD_DIR} \
7e0b93e
QTLIB=%{_qt5_libdir} \
7e0b93e
QTDIR=%{_qt5_libdir} \
7e0b93e
QTINC=%{_qt5_headerdir} \
7e0b93e
WISECONFIGDIR=%{_datadir}/wise2 \
7e0b93e
PATH=%{_libdir}:%{_bindir}:%{_QCAD_DIR}
7e0b93e
%{_QCAD_DIR}/%{name}-bin "\$@"
7e0b93e
EOF
7e0b93e
%endif
5705a9c
chmod a+x %{buildroot}%{_bindir}/%{name}
5705a9c
5705a9c
mkdir -p %{buildroot}%{_datadir}/applications
5705a9c
desktop-file-install        \
5705a9c
 --add-category Application \
5705a9c
 --add-category Graphics    \
5705a9c
 --add-category Engineering \
5705a9c
 --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
5705a9c
5705a9c
mkdir -p %{buildroot}%{_datadir}/appdata
5705a9c
install -pm 644 %{SOURCE2} %{buildroot}%{_datadir}/appdata
5705a9c
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
5705a9c
5705a9c
%post
5705a9c
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
5705a9c
5705a9c
%postun
5705a9c
if [ $1 -eq 0 ] ; then
5705a9c
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
5705a9c
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
5705a9c
fi
5705a9c
5705a9c
%posttrans
5705a9c
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
5705a9c
5705a9c
%files
5705a9c
%doc README.md
5705a9c
%license LICENSE.txt gpl-3.0.txt cc-by-3.0.txt fonts/hershey.readme
5705a9c
%license src/3rdparty/dxflib/gpl-2.0greater.txt
5705a9c
%license src/3rdparty/spatialindexnavel/COPYING
5705a9c
%license src/3rdparty/stemmer/bsd-2.txt
5705a9c
%license src/3rdparty/opennurbs/readme.txt
5705a9c
%{_bindir}/%{name}
5705a9c
%{_QCAD_DIR}/
5705a9c
%{_datadir}/applications/%{name}.desktop
25a68d7
%if 0%{?fedora}
5705a9c
%{_datadir}/appdata/%{name}.appdata.xml
25a68d7
%endif
5705a9c
%{_datadir}/pixmaps/%{name}.png
5705a9c
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
5705a9c
%{_mandir}/man1/*
5705a9c
5705a9c
%changelog
c9ab2a9
* Fri May 26 2017 Antonio Trande <sagitter AT fedoraproject.org> - 3.17.1.1-1
c9ab2a9
- Update to 3.17.1.1
c9ab2a9
- Built Qt5 (5.9.0)
c9ab2a9
5e7c32c
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.7.0-2
5e7c32c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
5e7c32c
0b18db7
* Mon Mar 27 2017 Antonio Trande <sagitter AT fedoraproject.org> - 3.16.7.0-1
0b18db7
- Update to 3.16.7.0
bfa0396
- Fix detection of QCAD modules
0b18db7
7e0b93e
* Sun Mar 05 2017 Antonio Trande <sagitter AT fedoraproject.org> - 3.16.5.0-2
7e0b93e
- Add linetypes directory (bz#1429248)
7e0b93e
eb7efc7
* Fri Feb 10 2017 Antonio Trande <sagitter AT fedoraproject.org> - 3.16.5.0-1
eb7efc7
- Update to 3.16.5.0
eb7efc7
b33326d
* Wed Jan 11 2017 Antonio Trande <sagitter AT fedoraproject.org> - 3.16.4.0-1
b33326d
- Update to 3.16.4.0
b33326d
192f675
* Sun Jan 08 2017 Antonio Trande <sagitter AT fedoraproject.org> - 3.16.3.0-2
192f675
- Add quazip as Requires package
192f675
25a68d7
* Wed Dec 28 2016 Antonio Trande <sagitter AT fedoraproject.org> - 3.16.3.0-1
25a68d7
- Update to 3.16.3.0
25a68d7
5705a9c
* Tue Dec 20 2016 Antonio Trande <sagitter AT fedoraproject.org> - 3.16.2.0-2
5705a9c
- Main directory moved under libdir directory
5705a9c
- Filtering of private libraries
5705a9c
5705a9c
* Tue Dec 20 2016 Antonio Trande <sagitter AT fedoraproject.org> - 3.16.2.0-1
5705a9c
- Return to QT4 (see comment)
5705a9c
- Update to 3.16.2.0
5705a9c
5705a9c
* Mon Dec 19 2016 Antonio Trande <sagitter AT fedoraproject.org> - 3.15.6.1-3
5705a9c
- Unbundle quazip libraries
5705a9c
- Rebuilt with QT5
5705a9c
5705a9c
* Sun Dec 18 2016 Antonio Trande <sagitter AT fedoraproject.org> - 3.15.6.1-2
5705a9c
- Unbundle spatialindex libraries
5705a9c
5705a9c
* Sun Dec 04 2016 Antonio Trande <sagitter AT fedoraproject.org> - 3.15.6.1-1
5705a9c
- Update to 3.15.6.1
5705a9c
5705a9c
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 2.0.5.0-14
5705a9c
- Rebuild for new libpng
5705a9c
5705a9c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5.0-13
5705a9c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5705a9c
5705a9c
* Sun Jul  4 2010 Alain Portal <alain.portal AT univ-montp2 DOT fr> - 2.0.5.0-12
5705a9c
- Patch to add some missing caracters to the latin1 charset
5705a9c
- Patch to to fix a french mispelling
5705a9c
- Frenchify desktop and spec files
5705a9c
5705a9c
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5.0-11
5705a9c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5705a9c
5705a9c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5.0-10
5705a9c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5705a9c
5705a9c
* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.5.0-9
5705a9c
- fix license tag
5705a9c
5705a9c
* Fri Feb 22 2008 Gerard Milmeister <gemi@bluewin.ch> - 2.0.5.0-8
5705a9c
- patch to compile with GCC 4.3
5705a9c
5705a9c
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.5.0-7
5705a9c
- Autorebuild for GCC 4.3
5705a9c
5705a9c
* Wed Jan 23 2008 Gerard Milmeister <gemi@bluewin.ch> - 2.0.5.0-6
5705a9c
- added patch to add arc type tangential to menu
5705a9c
5705a9c
* Mon Aug 28 2006 Gerard Milmeister <gemi@bluewin.ch> - 2.0.5.0-5
5705a9c
- Rebuild for FE6
5705a9c
5705a9c
* Fri Feb 17 2006 Gerard Milmeister <gemi@bluewin.ch> - 2.0.5.0-4
5705a9c
- Rebuild for Fedora Extras 5
5705a9c
5705a9c
* Thu Nov 24 2005 Gerard Milmeister <gemi@bluewin.ch> - 2.0.5.0-3
5705a9c
- generate and include qm files
5705a9c
5705a9c
* Wed Nov 23 2005 Gerard Milmeister <gemi@bluewin.ch> - 2.0.5.0
5705a9c
- New Version 2.0.5.0
5705a9c
5705a9c
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 2.0.4.0-5.fc4
5705a9c
- fix build on 64bit arches (#158650)
5705a9c
5705a9c
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2.0.4.0-4.fc4
5705a9c
- rebuild on all arches
5705a9c
5705a9c
* Tue Apr  5 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.4.0-3.fc4
5705a9c
- Add missing line in qcad-assistant.patch which prevents orphans.
5705a9c
5705a9c
* Mon Feb 14 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.4.0-2
5705a9c
- Remove /usr/bin/assistant (-> qt-devel) dependency, replace with
5705a9c
  patches to open a warning dialog in case of Qt Assistant error
5705a9c
  conditions. Add a related patch for the English manual which
5705a9c
  removes references to two missing images.
5705a9c
5705a9c
* Sat Feb 12 2005 Gerard Milmeister <gemi@bluewin.ch> - 2.0.4.0-1
5705a9c
- Added documentation
5705a9c
- Fixed code for calling Qt Assistant: qcad-qass.patch
5705a9c
5705a9c
* Mon Nov 15 2004 Gerard Milmeister <gemi@bluewin.ch> - 2.0.4.0-0.fdr.2
5705a9c
- Added mime type to desktop file
5705a9c
5705a9c
* Fri Oct  1 2004 Gerard Milmeister <gemi@bluewin.ch> - 2.0.4.0-0.fdr.1
5705a9c
- New Version 2.0.4.0
5705a9c
5705a9c
* Sat Jun  5 2004 Gerard Milmeister <gemi@bluewin.ch> - 2.0.3.3-0.fdr.1
5705a9c
- New Version 2.0.3.3
5705a9c
5705a9c
* Sun Apr 25 2004 Gerard Milmeister <gemi@bluewin.ch> - 2.0.3.1-0.fdr.2
5705a9c
- Set QTDIR from qt.sh
5705a9c
5705a9c
* Sun Apr 11 2004 Gerard Milmeister <gemi@bluewin.ch> - 2.0.3.1-0.fdr.1
5705a9c
- New Version 2.0.3.1
5705a9c
5705a9c
* Sat Feb 28 2004 Gerard Milmeister <gemi@bluewin.ch> - 2.0.2.0-0.fdr.1
5705a9c
- New Version 2.0.2.0
5705a9c
5705a9c
* Fri Dec 12 2003 Gerard Milmeister <gemi@bluewin.ch> - 2.0.1.3-0.fdr.1
5705a9c
- New Version 2.0.1.3
5705a9c
5705a9c
* Wed Nov 26 2003 Gerard Milmeister <gemi@bluewin.ch> - 2.0.1.2-1.fdr.2
5705a9c
- Respect RPM_OPT_FLAGS
5705a9c
5705a9c
* Wed Nov 26 2003 Gerard Milmeister <gemi@bluewin.ch> - 2.0.1.2-0.fdr.1
5705a9c
- New Version 2.0.1.2
5705a9c
5705a9c
* Tue Oct 21 2003 Gerard Milmeister <gemi@bluewin.ch> - 2.0.1.1-1.fdr.1
5705a9c
- First Fedora release