5705a9c
%global _QCAD_DIR %{_libdir}/%{name}
7e0b93e
%global _QT_PLUGINS %{_qt5_plugindir}
5705a9c
5705a9c
Name:    qcad
5619140
Version: 3.24.2.6
8d638af
Release: 2%{?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
8040cbe
## is waived) and BSD (3-clauses).
5705a9c
5705a9c
License: GPLv3 and GPLv2+ and MIT and BSD and Public Domain and CC-BY and Hershey
1d7edba
Source0: https://github.com/qcad/qcad/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
5705a9c
Source1: %{name}.desktop
5705a9c
Source2: %{name}.appdata.xml
887b431
URL: https://www.qcad.org/
5705a9c
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
ff5bf60
Requires: qt5-qtsvg
7e0b93e
Requires: quazip-qt5%{?_isa}
c9ab2a9
Provides: bundled(qtscriptgenerator) = 5.9.0
ff5bf60
BuildRequires: gcc-c++, chrpath
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
887b431
#BuildRequires: spatialindex-devel
5705a9c
BuildRequires: desktop-file-utils
5705a9c
BuildRequires: libappstream-glib
8040cbe
BuildRequires: fontpackages-devel
5705a9c
5705a9c
Requires: hicolor-icon-theme
5705a9c
Requires: wise2
5705a9c
Requires: qgnomeplatform
8040cbe
Requires: vlgothic-fonts
8040cbe
Requires: dejavu-sans-fonts
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
cba8852
Patch0: %{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
cba8852
%autosetup -n %{name}-%{version} -p0
7e0b93e
887b431
# Use bundled spatialindex-1.8.5
887b431
#rm -rf src/3rdparty/spatialindexnavel/include/spatialindex
5705a9c
rm -f src/3rdparty/quazip/src/*.h
5705a9c
887b431
# Scripts Qt-5.12.5
887b431
cp -a src/3rdparty/qt-labs-qtscriptgenerator-5.12.3 src/3rdparty/qt-labs-qtscriptgenerator-5.12.5
887b431
mv src/3rdparty/qt-labs-qtscriptgenerator-5.12.5/qt-labs-qtscriptgenerator-5.12.3.pro \
887b431
src/3rdparty/qt-labs-qtscriptgenerator-5.12.5/qt-labs-qtscriptgenerator-5.12.5.pro
3ee4aa3
5705a9c
%build
bfa0396
%{_qt5_qmake} -makefile CONFIG+=release %{name}.pro \
887b431
 QMAKE_CFLAGS_RELEASE+="%{_qt5_optflags} -I%{_includedir}/quazip5 -I%{_qt5_includedir}/QtUiTools -I$PWD/src/3rdparty/spatialindexnavel/include" \
887b431
 QMAKE_CXXFLAGS_RELEASE+="%{_qt5_optflags} -I%{_includedir}/quazip5 -I%{_qt5_includedir}/QtUiTools -I$PWD/src/3rdparty/spatialindexnavel/include" \
400b457
 QMAKE_LFLAGS+="%{_qt5_ldflags} -Wl,-rpath -Wl,%{_QCAD_DIR}" \
400b457
 LFLAGS+="%{_qt5_ldflags} -Wl,-rpath -Wl,%{_QCAD_DIR}"
cba8852
%make_build
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
da5620c
mkdir -p %{buildroot}%{_QCAD_DIR}/plugins/printsupport
5705a9c
8040cbe
## Install fonts
5705a9c
cp -a fonts %{buildroot}%{_QCAD_DIR}
8040cbe
8040cbe
# Unbundle vlgothic-fonts
3e5cd96
ln -sf %{_fontbasedir}/vlgothic/VL-Gothic-Regular.ttf %{buildroot}%{_QCAD_DIR}/fonts/VL-Gothic-Regular.ttf
8040cbe
8040cbe
# Unbundle dejavu-sans-fonts
8040cbe
for i in `ls %{buildroot}%{_QCAD_DIR}/fonts/qt | grep DejaVuSans`; do
3e5cd96
 ln -sf %{_fontbasedir}/dejavu/$i %{buildroot}%{_QCAD_DIR}/fonts/qt/$i
8040cbe
done
8040cbe
##
8040cbe
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
eeea153
# This file is required for Help's "Show Readme" menu choice
eeea153
cp -p readme.txt %{buildroot}%{_QCAD_DIR}
eeea153
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
da5620c
ln -sf %{_QT_PLUGINS}/printsupport/libcupsprintersupport.so %{buildroot}%{_QCAD_DIR}/plugins/printsupport/libcupsprintersupport.so
da5620c
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
pushd %{buildroot}%{_QCAD_DIR}
8040cbe
for i in `find . -type f \( -name "*.so*" -o -name "qcad-bin" \)`; do
5705a9c
  chmod -c 755 $i
400b457
  chrpath -r %{_QCAD_DIR} $i
5705a9c
done
5705a9c
popd
5705a9c
7e0b93e
cat > %{buildroot}%{_bindir}/%{name} <
7e0b93e
#!/bin/sh
7e0b93e
export \
ff5bf60
LD_LIBRARY_PATH=%{_QCAD_DIR}:%{_QCAD_DIR}/plugins/script \
7e0b93e
QTLIB=%{_qt5_libdir} \
7e0b93e
QTDIR=%{_qt5_libdir} \
7e0b93e
QTINC=%{_qt5_headerdir} \
7e0b93e
WISECONFIGDIR=%{_datadir}/wise2 \
b36d726
%if 0%{?fedora} >= 31
b36d726
QT_QPA_PLATFORM=xcb \
b36d726
%endif
ff5bf60
PATH=%{_libdir}:%{_QCAD_DIR}
7e0b93e
%{_QCAD_DIR}/%{name}-bin "\$@"
7e0b93e
EOF
5705a9c
chmod a+x %{buildroot}%{_bindir}/%{name}
5705a9c
5705a9c
mkdir -p %{buildroot}%{_datadir}/applications
5705a9c
desktop-file-install        \
5705a9c
 --add-category Graphics    \
5705a9c
 --add-category Engineering \
5705a9c
 --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
5705a9c
5e780d7
mkdir -p %{buildroot}%{_metainfodir}
5e780d7
install -pm 644 %{SOURCE2} %{buildroot}%{_metainfodir}/
5e780d7
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
5705a9c
5705a9c
%files
5705a9c
%doc README.md
8040cbe
%license LICENSE.txt gpl-3.0.txt gpl-3.0-exceptions.txt cc-by-3.0.txt fonts/hershey.readme
cba8852
%license fonts/README.sazanami fonts/LICENSE_E.mplus fonts/osifont_license.txt
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}
5e780d7
%{_metainfodir}/%{name}.appdata.xml
25a68d7
%endif
5705a9c
%{_datadir}/pixmaps/%{name}.png
5705a9c
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
5705a9c
%{_mandir}/man1/*
5705a9c
5705a9c
%changelog
8d638af
* Mon Mar 02 2020 Antonio Trande <sagitter@fedoraproject.org> - 3.24.2.6-2
8d638af
- Fix plugins macro
8d638af
5619140
* Wed Feb 19 2020 Antonio Trande <sagitter@fedoraproject.org> - 3.24.2.6-1
5619140
- Release 3.24.2.6
5619140
d0642f7
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.2.1-4
d0642f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d0642f7
b36d726
* Sat Jan 18 2020 Antonio Trande <sagitter@fedoraproject.org> - 3.24.2.1-3
b36d726
- Workaround for rhbz #1790550
b36d726
60f3996
* Wed Jan 15 2020 Antonio Trande <sagitter@fedoraproject.org> - 3.24.2.1-2
60f3996
- Fix desktop files
60f3996
887b431
* Tue Jan 14 2020 Antonio Trande <sagitter@fedoraproject.org> - 3.24.2.1-1
887b431
- Release 3.24.2.1
887b431
- Use bundled spatialindex-1.8.5
887b431
8e3b694
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1.0-7
8e3b694
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8e3b694
887b431
* Sat Jul 13 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.22.1.0-6
3e5cd96
- Undo latest change
3e5cd96
887b431
* Thu Jul 11 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.22.1.0-5
9213ba4
- Use relative symlinks to the system fonts
9213ba4
887b431
* Thu Jul 11 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.22.1.0-4
e31eb59
- Remove filtering of private libraries (rhbz #1728088)
e31eb59
887b431
* Tue Jul 09 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.22.1.0-3
400b457
- Do not remove rpaths (rhbz #1728088)
400b457
887b431
* Fri May 31 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.22.1.0-2
3ee4aa3
- Add Qt-5.11.3 scripts
3ee4aa3
887b431
* Thu May 30 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.22.1.0-1
cba8852
- Update to 3.22.1.0
cba8852
- Remove Qt4 condition
cba8852
- Update patch
cba8852
887b431
* Tue Feb 05 2019 Antonio Trande <sagitter@fedoraproject.org> - 3.21.3.15-1
5e780d7
- Update to 3.21.3.15
5e780d7
53d32f6
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.21.3.2-2
53d32f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
53d32f6
887b431
* Thu Oct 11 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.21.3.2-1
2745c47
- Update to 3.21.3.2
2745c47
887b431
* Thu Jul 19 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.21.2.2-1
a26b5af
- Update to 3.21.2.2
dc6f618
- Appdata file modified
dc6f618
- Fix qt-5.9.6 scripts for Fedora 27
a26b5af
887b431
* Sun Jul 15 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.20.1.3-4
6df36f9
- Add script bindings for Qt 5.11.1
6df36f9
4bdde9a
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1.3-3
4bdde9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4bdde9a
887b431
* Sun May 20 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.20.1.3-2
eeea153
- Include readme.txt for Help menu
eeea153
887b431
* Sun May 20 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.20.1.3-1
8040cbe
- Update to 3.20.1.3
8040cbe
- Unbunlde vlgothic-fonts and dejavu-sans-fonts
8040cbe
887b431
* Wed Apr 04 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.19.2.8-1
344ead2
- Update to 3.19.2.8
344ead2
887b431
* Sun Mar 04 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.19.2.3-2
5eb770a
- Build with Qt5 on fedora 26 too
5eb770a
887b431
* Sat Mar 03 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.19.2.3-1
3a4e117
- Update to 3.19.2.3
3a4e117
ad48864
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.2.2-2
ad48864
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ad48864
887b431
* Fri Jan 19 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.19.2.2-1
c9c3d1c
- Update to 3.19.2.2
c9c3d1c
5887b16
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.19.1.0-3
5887b16
- Remove obsolete scriptlets
5887b16
52d9782
* Sat Dec 23 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.19.1.0-2
52d9782
- Appdata file moved into metainfo data directory
52d9782
887b431
* Sat Nov 11 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.19.1.0-1
3013d85
- Update to 3.19.1.0
3013d85
887b431
* Thu Nov 09 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.19.0.0-1
5ad09a9
- Update to 3.19.0.0
5ad09a9
887b431
* Sat Oct 07 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.18.1.0-2
da5620c
- printsupport/libcupsprintersupport.so file symlinked (bz#1499418)
da5620c
887b431
* Thu Oct 05 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.18.1.0-1
e10bcc2
- Update to 3.18.1.0
e10bcc2
887b431
* Fri Sep 22 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.18.0.0-1
374fb89
- Update to 3.18.0.0
374fb89
887b431
* Fri Aug 11 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.17.3.6-1
9f1a8de
- Update to 3.17.3.6
9f1a8de
- Add script bindings for Qt 5.9.1
9f1a8de
6345cc2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.17.3.1-3
6345cc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6345cc2
a16a4a1
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.17.3.1-2
a16a4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a16a4a1
887b431
* Sat Jul 08 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.17.3.1-1
3d608ff
- Update to 3.17.3.1
3d608ff
- Fix licenses reported in the appdata file
3d608ff
887b431
* Sat Jul 01 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.17.3.0-1
1d7edba
- Update to 3.17.3.0
1d7edba
887b431
* Sun Jun 18 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.17.1.5-2.20170616git7f66d9
ff5bf60
- Update to 3.17.1.5 -post release commit #7f66d9
ff5bf60
887b431
* Sat Jun 17 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.17.1.5-1
ff5bf60
- Update to 3.17.1.5
ff5bf60
- Build qt4 version on fedora < 27
ff5bf60
887b431
* Fri May 26 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.17.1.1-1
c9ab2a9
- Update to 3.17.1.1
ff5bf60
- Built with 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
887b431
* Mon Mar 27 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.16.7.0-1
0b18db7
- Update to 3.16.7.0
bfa0396
- Fix detection of QCAD modules
0b18db7
887b431
* Sun Mar 05 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.16.5.0-2
7e0b93e
- Add linetypes directory (bz#1429248)
7e0b93e
887b431
* Fri Feb 10 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.16.5.0-1
eb7efc7
- Update to 3.16.5.0
eb7efc7
887b431
* Wed Jan 11 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.16.4.0-1
b33326d
- Update to 3.16.4.0
b33326d
887b431
* Sun Jan 08 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.16.3.0-2
192f675
- Add quazip as Requires package
192f675
887b431
* Wed Dec 28 2016 Antonio Trande <sagitter@fedoraproject.org> - 3.16.3.0-1
25a68d7
- Update to 3.16.3.0
25a68d7
887b431
* Tue Dec 20 2016 Antonio Trande <sagitter@fedoraproject.org> - 3.16.2.0-2
5705a9c
- Main directory moved under libdir directory
5705a9c
- Filtering of private libraries
5705a9c
887b431
* Tue Dec 20 2016 Antonio Trande <sagitter@fedoraproject.org> - 3.16.2.0-1
5705a9c
- Return to QT4 (see comment)
5705a9c
- Update to 3.16.2.0
5705a9c
887b431
* Mon Dec 19 2016 Antonio Trande <sagitter@fedoraproject.org> - 3.15.6.1-3
5705a9c
- Unbundle quazip libraries
5705a9c
- Rebuilt with QT5
5705a9c
887b431
* Sun Dec 18 2016 Antonio Trande <sagitter@fedoraproject.org> - 3.15.6.1-2
5705a9c
- Unbundle spatialindex libraries
5705a9c
887b431
* Sun Dec 04 2016 Antonio Trande <sagitter@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