From 126a1b57d37f1e70a2ba2e09ee62e7d4d379a19c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:09:03 +0000 Subject: [PATCH 01/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 285c79d..680df46 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.12 -Release: 10%{?dist} +Release: 11%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -117,6 +117,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 3.3.12-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 3.3.12-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 0fcc6f4c6c795e0eb12b72337962e9c4b40aae1c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:37:21 +0000 Subject: [PATCH 02/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 680df46..d7fa883 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.12 -Release: 11%{?dist} +Release: 12%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -117,6 +117,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 3.3.12-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 3.3.12-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From c1c8eb135d035be628750e124a99ac69a70f1697 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 1 Sep 2018 14:19:39 -0500 Subject: [PATCH 03/11] use %autosetup, %make_build %ldconfig_scriptlets xtuple-openrpt-v3.3.14 is available (#1242106) xtuple-openrpt: FTBFS in Fedora rawhide (#1606761) tighten %files (less globs mostly) --- .gitignore | 3 -- 0025-Qt-5.11.0-update.patch | 24 ++++++++++++++ sources | 1 - xtuple-openrpt.spec | 64 ++++++++++++++++++++++++------------- 4 files changed, 65 insertions(+), 27 deletions(-) create mode 100644 0025-Qt-5.11.0-update.patch diff --git a/.gitignore b/.gitignore index 6f7621c..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +0,0 @@ -/v3.3.9.tar.gz -/v3.3.10.tar.bz2 -/v3.3.12.tar.bz2 diff --git a/0025-Qt-5.11.0-update.patch b/0025-Qt-5.11.0-update.patch new file mode 100644 index 0000000..a936fda --- /dev/null +++ b/0025-Qt-5.11.0-update.patch @@ -0,0 +1,24 @@ +From 81450ea53d6d658265f483082cabb1b92350cae6 Mon Sep 17 00:00:00 2001 +From: David Beauchamp +Date: Thu, 31 May 2018 11:36:14 -0400 +Subject: [PATCH 25/25] Qt 5.11.0 update + +--- + OpenRPT/wrtembed/reportparameter.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/OpenRPT/wrtembed/reportparameter.cpp b/OpenRPT/wrtembed/reportparameter.cpp +index 53ff668..bed6e6b 100644 +--- a/OpenRPT/wrtembed/reportparameter.cpp ++++ b/OpenRPT/wrtembed/reportparameter.cpp +@@ -20,6 +20,7 @@ + + #include "reportparameter.h" + ++#include + #include + #include + #include "reportparameterlistitem.h" +-- +2.17.1 + diff --git a/sources b/sources index 42c0fd2..e69de29 100644 --- a/sources +++ b/sources @@ -1 +0,0 @@ -SHA512 (v3.3.12.tar.bz2) = 44275fc0267e95a44ca959e77100d76c02c42aeea79441e02bf9260efe03ce45499936afd5e9960fcd75eb9d6cd6246596fc8eb37415f6d7ee4de04cb8dbb522 diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index d7fa883..a8d0309 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,10 +1,14 @@ Name: xtuple-openrpt -Version: 3.3.12 -Release: 12%{?dist} +Version: 3.3.14 +Release: 1%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ -Source: https://github.com/xtuple/openrpt/archive/v%version.tar.bz2 +Source: https://github.com/xtuple/openrpt/archive/v%version.tar.gz + +## upstream patches +Patch25: 0025-Qt-5.11.0-update.patch + BuildRequires: desktop-file-utils BuildRequires: qt5-qtbase-devel BuildRequires: qt5-linguist @@ -12,6 +16,7 @@ BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: zlib-devel BuildRequires: fontconfig-devel BuildRequires: libdmtx-devel + Requires: %{name}-libs%{?_isa} = %{version}-%{release} %global _docdir_fmt %{name} @@ -55,13 +60,16 @@ as XML, either as files or in a database. This package provides the header files used by developers. %prep -%setup -q -n openrpt-%{version} +%autosetup -n openrpt-%{version} -p1 %build export USE_SYSTEM_DMTX=1 + lrelease-qt5 */*/*.ts */*.ts + %{qmake_qt5} . -make %{?_smp_mflags} + +%make_build %install # make install doesn't do anything for this qmake project so we do @@ -83,33 +91,37 @@ rm %{buildroot}%{_datadir}/openrpt/OpenRPT/images/openrpt_qembed.h mkdir -p %{buildroot}%{_datadir}/applications desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig %files -%{_bindir}/* -%{_datadir}/applications/*.desktop +%{_bindir}/exportrpt +%{_bindir}/importmqlgui +%{_bindir}/importrpt +%{_bindir}/importrptgui +%{_bindir}/metasql +%{_bindir}/openrpt +%{_bindir}/openrpt-graph +%{_bindir}/rptrender +%{_datadir}/applications/importmqlgui.desktop +%{_datadir}/applications/importrptgui.desktop +%{_datadir}/applications/openrpt.desktop + +%ldconfig_scriptlets libs %files libs -%{_libdir}/lib*.so.* +%{_libdir}/libopenrptcommon.so.1* +%{_libdir}/libMetaSQL.so.1* +%{_libdir}/librenderer.so.1* +%{_libdir}/libwrtembed.so.1* +%{_libdir}/libqzint.so.1* %files images %license COPYING -%dir %{_datadir}/openrpt -%dir %{_datadir}/openrpt/OpenRPT -%dir %{_datadir}/openrpt/OpenRPT/images -%dir %{_datadir}/openrpt/OpenRPT/images/icons_24x24 -%dir %{_datadir}/openrpt/OpenRPT/images/icons_48x48 -%dir %{_datadir}/openrpt/OpenRPT/images/icons_32x32 -%dir %{_datadir}/openrpt/OpenRPT/images/icons_64x64 -%dir %{_datadir}/openrpt/OpenRPT/images/icons_16x16 -%{_datadir}/openrpt/OpenRPT/images/*.* -%{_datadir}/openrpt/OpenRPT/images/icons_*/* +%dir %{_datadir}/openrpt/ +%dir %{_datadir}/openrpt/OpenRPT/ +%{_datadir}/openrpt/OpenRPT/images/ %files devel -%dir %{_includedir}/openrpt/ -%{_includedir}/openrpt/* +%{_includedir}/openrpt/ %{_libdir}/libopenrptcommon.so %{_libdir}/libMetaSQL.so %{_libdir}/librenderer.so @@ -117,6 +129,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Sat Sep 01 2018 Rex Dieter - 3.3.14-1 +- use %%autosetup, %%make_build %%ldconfig_scriptlets +- xtuple-openrpt-v3.3.14 is available (#1242106) +- xtuple-openrpt: FTBFS in Fedora rawhide (#1606761) +- tighten %%files (less globs mostly) + * Sat Jul 14 2018 Fedora Release Engineering - 3.3.12-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 7fa9758d23d2d9cee3dfe9c68c9cb206e1811e32 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Sep 2018 09:51:53 -0500 Subject: [PATCH 04/11] new-sources --- .gitignore | 1 + sources | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..25ac27d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/v3.3.14.tar.gz diff --git a/sources b/sources index e69de29..03ead14 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (v3.3.14.tar.gz) = 42400dc48ef8122c93bee1a67eabb2e171055bf852001e42d01aea9a7113ebb845d1b48fce6fb6c96e564bd9976a794f4addc66911de1765c64f2e93006ff22b From 5b8c3454deee381ed16f5db0fdf02c87abe77fcf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:52:22 +0000 Subject: [PATCH 05/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index a8d0309..c76d28a 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -129,6 +129,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 3.3.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Sep 01 2018 Rex Dieter - 3.3.14-1 - use %%autosetup, %%make_build %%ldconfig_scriptlets - xtuple-openrpt-v3.3.14 is available (#1242106) From b645a4af76f411604e095095ad06588b0c4d729e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:41:53 +0000 Subject: [PATCH 06/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index c76d28a..75b3635 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -129,6 +129,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 3.3.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 3.3.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From e59e71bfe3d5d139344035c6cf24a2df8379cd51 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:58:56 +0000 Subject: [PATCH 07/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 75b3635..585eb7b 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -129,6 +129,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 3.3.14-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 3.3.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From babcbf72ba839874ef1e57931462a79b402381b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:08:20 +0000 Subject: [PATCH 08/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 585eb7b..1af2359 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 4%{?dist} +Release: 5%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -129,6 +129,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 3.3.14-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 3.3.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From f810e14833c36057e5a82594ccbefc5eb80bf808 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:41:22 +0000 Subject: [PATCH 09/11] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xtuple-openrpt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 1af2359..db8bc8e 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -9,6 +9,7 @@ Source: https://github.com/xtuple/openrpt/archive/v%version.tar.gz ## upstream patches Patch25: 0025-Qt-5.11.0-update.patch +BuildRequires: make BuildRequires: desktop-file-utils BuildRequires: qt5-qtbase-devel BuildRequires: qt5-linguist From 62cd6767acf3f3c215a58ee0c05c19062c574088 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:26:58 +0000 Subject: [PATCH 10/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index db8bc8e..bbec92e 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 5%{?dist} +Release: 6%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -130,6 +130,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 3.3.14-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 3.3.14-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 11bcf4b803c0dcdeede0f37da73982092d4afb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 31 May 2021 10:58:54 +0200 Subject: [PATCH 11/11] Orphaned for 6+ weeks --- .gitignore | 1 - 0025-Qt-5.11.0-update.patch | 24 ----- dead.package | 1 + sources | 1 - xtuple-openrpt.spec | 189 ------------------------------------ 5 files changed, 1 insertion(+), 215 deletions(-) delete mode 100644 .gitignore delete mode 100644 0025-Qt-5.11.0-update.patch create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xtuple-openrpt.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 25ac27d..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/v3.3.14.tar.gz diff --git a/0025-Qt-5.11.0-update.patch b/0025-Qt-5.11.0-update.patch deleted file mode 100644 index a936fda..0000000 --- a/0025-Qt-5.11.0-update.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 81450ea53d6d658265f483082cabb1b92350cae6 Mon Sep 17 00:00:00 2001 -From: David Beauchamp -Date: Thu, 31 May 2018 11:36:14 -0400 -Subject: [PATCH 25/25] Qt 5.11.0 update - ---- - OpenRPT/wrtembed/reportparameter.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/OpenRPT/wrtembed/reportparameter.cpp b/OpenRPT/wrtembed/reportparameter.cpp -index 53ff668..bed6e6b 100644 ---- a/OpenRPT/wrtembed/reportparameter.cpp -+++ b/OpenRPT/wrtembed/reportparameter.cpp -@@ -20,6 +20,7 @@ - - #include "reportparameter.h" - -+#include - #include - #include - #include "reportparameterlistitem.h" --- -2.17.1 - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 03ead14..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (v3.3.14.tar.gz) = 42400dc48ef8122c93bee1a67eabb2e171055bf852001e42d01aea9a7113ebb845d1b48fce6fb6c96e564bd9976a794f4addc66911de1765c64f2e93006ff22b diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec deleted file mode 100644 index bbec92e..0000000 --- a/xtuple-openrpt.spec +++ /dev/null @@ -1,189 +0,0 @@ -Name: xtuple-openrpt -Version: 3.3.14 -Release: 6%{?dist} -Summary: xTuple / PostBooks reporting utility and libraries -License: CPAL -Url: http://www.xtuple.com/openrpt/ -Source: https://github.com/xtuple/openrpt/archive/v%version.tar.gz - -## upstream patches -Patch25: 0025-Qt-5.11.0-update.patch - -BuildRequires: make -BuildRequires: desktop-file-utils -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-linguist -BuildRequires: pkgconfig(Qt5UiTools) -BuildRequires: zlib-devel -BuildRequires: fontconfig-devel -BuildRequires: libdmtx-devel - -Requires: %{name}-libs%{?_isa} = %{version}-%{release} - -%global _docdir_fmt %{name} - -%description -Graphical SQL report writer, designer and rendering engine, optimized -for PostgreSQL. WYSIWYG display, GUI built with Qt. Reports can be saved -as XML, either as files or in a database. - -%package images -BuildArch: noarch -Summary: Images for xTuple products - -%description images -Graphical SQL report writer, designer and rendering engine, optimized -for PostgreSQL. WYSIWYG display, GUI built with Qt. Reports can be saved -as XML, either as files or in a database. -This package provides images used by OpenRPT and dependencies. - -%package libs -Summary: Shared libraries for OpenRPT -Requires: %{name}-images = %{version}-%{release} - -%description libs -Graphical SQL report writer, designer and rendering engine, optimized -for PostgreSQL. WYSIWYG display, GUI built with Qt. Reports can be saved -as XML, either as files or in a database. -This package provides the core libraries: libopenrpt - -%package devel -Summary: OpenRPT development files -Requires: %{name}-libs%{?_isa} = %{version}-%{release} -Requires: qt5-qtbase-devel -Requires: qt5-linguist -Requires: libdmtx-devel - -%description devel -Graphical SQL report writer, designer and rendering engine, optimized -for PostgreSQL. WYSIWYG display, GUI built with Qt. Reports can be saved -as XML, either as files or in a database. -This package provides the header files used by developers. - -%prep -%autosetup -n openrpt-%{version} -p1 - -%build -export USE_SYSTEM_DMTX=1 - -lrelease-qt5 */*/*.ts */*.ts - -%{qmake_qt5} . - -%make_build - -%install -# make install doesn't do anything for this qmake project so we do -# the installs manually -#make INSTALL_ROOT=%{buildroot} install -#rm -f %{buildroot}%{_libdir}/lib*.a -mv bin/graph bin/openrpt-graph -mkdir -p %{buildroot}%{_bindir} -install bin/* %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_libdir} -cp -dp lib/lib*.so* %{buildroot}%{_libdir} -find %{buildroot}%{_libdir} -name 'lib*.so*' -exec chmod 0755 {} \; -mkdir -p %{buildroot}%{_includedir}/openrpt -find . -name '*.h' -exec install -m 0644 -D {} %{buildroot}%{_includedir}/openrpt/{} \; -mkdir -p %{buildroot}%{_datadir}/openrpt/OpenRPT/images -cp -r OpenRPT/images/* %{buildroot}%{_datadir}/openrpt/OpenRPT/images -rm %{buildroot}%{_datadir}/openrpt/OpenRPT/images/icons_24x24/Thumbs.db -rm %{buildroot}%{_datadir}/openrpt/OpenRPT/images/openrpt_qembed.h -mkdir -p %{buildroot}%{_datadir}/applications -desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop - - -%files -%{_bindir}/exportrpt -%{_bindir}/importmqlgui -%{_bindir}/importrpt -%{_bindir}/importrptgui -%{_bindir}/metasql -%{_bindir}/openrpt -%{_bindir}/openrpt-graph -%{_bindir}/rptrender -%{_datadir}/applications/importmqlgui.desktop -%{_datadir}/applications/importrptgui.desktop -%{_datadir}/applications/openrpt.desktop - -%ldconfig_scriptlets libs - -%files libs -%{_libdir}/libopenrptcommon.so.1* -%{_libdir}/libMetaSQL.so.1* -%{_libdir}/librenderer.so.1* -%{_libdir}/libwrtembed.so.1* -%{_libdir}/libqzint.so.1* - -%files images -%license COPYING -%dir %{_datadir}/openrpt/ -%dir %{_datadir}/openrpt/OpenRPT/ -%{_datadir}/openrpt/OpenRPT/images/ - -%files devel -%{_includedir}/openrpt/ -%{_libdir}/libopenrptcommon.so -%{_libdir}/libMetaSQL.so -%{_libdir}/librenderer.so -%{_libdir}/libwrtembed.so -%{_libdir}/libqzint.so - -%changelog -* Thu Jan 28 2021 Fedora Release Engineering - 3.3.14-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 3.3.14-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 3.3.14-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 3.3.14-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 3.3.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Sep 01 2018 Rex Dieter - 3.3.14-1 -- use %%autosetup, %%make_build %%ldconfig_scriptlets -- xtuple-openrpt-v3.3.14 is available (#1242106) -- xtuple-openrpt: FTBFS in Fedora rawhide (#1606761) -- tighten %%files (less globs mostly) - -* Sat Jul 14 2018 Fedora Release Engineering - 3.3.12-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 3.3.12-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 3.3.12-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 3.3.12-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Apr 14 2017 Daniel Pocock - 3.3.12-8 -- New upstream release. - -* Sat Feb 11 2017 Fedora Release Engineering - 3.3.10-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 3.3.10-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Feb 02 2016 Rex Dieter - 3.3.10-5 -- use %%qmake_qt4 macro to ensure proper build flags - -* Fri Sep 04 2015 Daniel Pocock - 3.3.10-4 -- Fix release number. - -* Thu Sep 3 2015 Daniel Pocock - 3.3.10-3 -- New upstream release. - -* Fri Jun 19 2015 Fedora Release Engineering - 3.3.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Feb 25 2015 Daniel Pocock - 3.3.9-1 -- Initial RPM packaging. -