From b6c94f4fa51458db59f6e43bf600ae21353ab84b Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Mon, 25 May 2015 08:48:48 +0200 Subject: [PATCH 01/15] Initial packaging --- .gitignore | 1 + sources | 1 + xtuple-csvimp.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 xtuple-csvimp.spec diff --git a/.gitignore b/.gitignore index e69de29..b2be597 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/v0.5.1.tar.gz diff --git a/sources b/sources index e69de29..6ca2c4c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e2336ce701efac5afa7b537d7b9c0644 v0.5.1.tar.gz diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec new file mode 100644 index 0000000..c51a773 --- /dev/null +++ b/xtuple-csvimp.spec @@ -0,0 +1,74 @@ +Name: xtuple-csvimp +Version: 0.5.1 +Release: 1%{?dist} +Summary: xTuple data import utility +License: CPAL +Url: http://www.xtuple.org/DataImportTool +Source: https://github.com/xtuple/csvimp/archive/v%version.tar.gz +BuildRequires: desktop-file-utils +BuildRequires: qt-devel +BuildRequires: xtuple-openrpt-devel + +%global _docdir_fmt %{name} + +%description +A tool designed to import Comma Separated Value (CSV) files into the +database for the xTuple Applications (PostBooks and OpenMFG). + +%package devel +Summary: CSVImp development files +Requires: qt-devel +Requires: libdmtx-devel +Requires: xtuple-openrpt-devel + +%description devel +A tool designed to import Comma Separated Value (CSV) files into the +database for the xTuple Applications (PostBooks and OpenMFG). +This package provides the header files used by developers. + +%prep +%setup -q -n csvimp-%{version} + +%build +export HARDCODE_APPLICATION_DIR=%{_libdir}/csvimp +export USE_SHARED_OPENRPT=1 +export OPENRPT_HEADERS=/usr/include/openrpt +export OPENRPT_LIBDIR=%{_libdir} +#lrelease-qt4 */*/*.ts */*.ts +qmake-qt4 . +make %{?_smp_mflags} + +%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 +mkdir -p %{buildroot}%{_bindir} +install csvimp %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{_libdir}/csvimp/plugins +install -m 0755 plugins/libcsvimpplugin.so %{buildroot}%{_libdir}/csvimp/plugins +mkdir -p %{buildroot}%{_includedir}/csvimp +find . -name '*.h' -exec install -m 0644 -D {} %{buildroot}%{_includedir}/csvimp/{} \; +mkdir -p %{buildroot}%{_datadir}/csvimp/images +cp -r csvimpcommon/images/* %{buildroot}%{_datadir}/csvimp/images +mkdir -p %{buildroot}%{_datadir}/applications +desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop + +%files +%{_bindir}/* +%dir %{_libdir}/csvimp +%dir %{_libdir}/csvimp/plugins +%{_libdir}/csvimp/plugins/libcsvimpplugin.so +%{_datadir}/applications/*.desktop +%dir %{_datadir}/csvimp +%dir %{_datadir}/csvimp/images +%{_datadir}/csvimp/images/* + +%files devel +%dir %{_includedir}/csvimp/ +%{_includedir}/csvimp/* + +%changelog +* Wed Feb 25 2015 Daniel Pocock - 0.5.0-1 +- Initial RPM packaging. + From 13d9856af9fdfa62c24a7586aa8f767e3d290b20 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:29:56 +0000 Subject: [PATCH 02/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index c51a773..26f236a 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -69,6 +69,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Feb 25 2015 Daniel Pocock - 0.5.0-1 - Initial RPM packaging. From 5a1d57f07997525836023f1f0149c0d38a9080c7 Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Thu, 3 Sep 2015 22:09:29 +0200 Subject: [PATCH 03/15] Update for 0.5.1-3 --- xtuple-csvimp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index 26f236a..fd1d0a0 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -69,6 +69,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Thu Sep 3 2015 Daniel Pocock - 0.5.1-3 +- Rebuild. + * Fri Jun 19 2015 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 5fca019a020e8e4a438ad3d3e832d2c53196e6e1 Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Fri, 4 Sep 2015 09:55:39 +0200 Subject: [PATCH 04/15] Update for v0.5.1-4 --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index fd1d0a0..d2420eb 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.1 -Release: 2%{?dist} +Release: 4%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -69,6 +69,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Fri Sep 04 2015 Daniel Pocock - 0.5.1-4 +- Rebuild. + * Thu Sep 3 2015 Daniel Pocock - 0.5.1-3 - Rebuild. From 822ce726ac3f16c884f0c01800ebf698436c17cc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 1 Feb 2016 20:52:33 -0600 Subject: [PATCH 05/15] use %qmake_qt4 macro to ensure proper build flags --- xtuple-csvimp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index d2420eb..f9e3549 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -35,7 +35,7 @@ export USE_SHARED_OPENRPT=1 export OPENRPT_HEADERS=/usr/include/openrpt export OPENRPT_LIBDIR=%{_libdir} #lrelease-qt4 */*/*.ts */*.ts -qmake-qt4 . +%{qmake_qt4} . make %{?_smp_mflags} %install @@ -69,6 +69,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Tue Feb 02 2016 Rex Dieter - 0.5.1-5 +- use %%qmake_qt4 macro to ensure proper build flags + * Fri Sep 04 2015 Daniel Pocock - 0.5.1-4 - Rebuild. From bb6962630fb4037647917f53461dd6fcf50076dc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:52:15 +0000 Subject: [PATCH 06/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index f9e3549..a565f35 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -69,6 +69,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.5.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Feb 02 2016 Rex Dieter - 0.5.1-5 - use %%qmake_qt4 macro to ensure proper build flags From dfe68b55cf0cffe51395a7cc561a9dbfa817d91d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 18:11:12 +0000 Subject: [PATCH 07/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index a565f35..ee4043c 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -69,6 +69,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.5.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 0.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 71d295a74f789ac313e70d3f92ea0130d94eec0a Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Fri, 14 Apr 2017 16:29:51 +0200 Subject: [PATCH 08/15] Update for v0.5.4-8 --- .gitignore | 1 + sources | 2 +- xtuple-csvimp.spec | 18 +++++++++++------- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index b2be597..67744c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v0.5.1.tar.gz +/v0.5.4.tar.bz2 diff --git a/sources b/sources index 6ca2c4c..f319e69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2336ce701efac5afa7b537d7b9c0644 v0.5.1.tar.gz +SHA512 (v0.5.4.tar.bz2) = 1cb1ef328a7d7e5840e06895cc7844445cbaa14a3fc2b72a592e99f452b2638a5941fd6f92309114fe07715ce20aa6604d4ae1a0de6a082c13c12e1f9550d1da diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index ee4043c..a68634b 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,12 +1,13 @@ Name: xtuple-csvimp -Version: 0.5.1 -Release: 7%{?dist} +Version: 0.5.4 +Release: 8%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool -Source: https://github.com/xtuple/csvimp/archive/v%version.tar.gz +Source: https://github.com/xtuple/csvimp/archive/v%version.tar.bz2 BuildRequires: desktop-file-utils -BuildRequires: qt-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtxmlpatterns-devel BuildRequires: xtuple-openrpt-devel %global _docdir_fmt %{name} @@ -17,7 +18,7 @@ database for the xTuple Applications (PostBooks and OpenMFG). %package devel Summary: CSVImp development files -Requires: qt-devel +Requires: qt5-qtbase-devel Requires: libdmtx-devel Requires: xtuple-openrpt-devel @@ -34,8 +35,8 @@ export HARDCODE_APPLICATION_DIR=%{_libdir}/csvimp export USE_SHARED_OPENRPT=1 export OPENRPT_HEADERS=/usr/include/openrpt export OPENRPT_LIBDIR=%{_libdir} -#lrelease-qt4 */*/*.ts */*.ts -%{qmake_qt4} . +#lrelease-qt5 */*/*.ts */*.ts +%{qmake_qt5} . make %{?_smp_mflags} %install @@ -69,6 +70,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Fri Apr 14 2017 Daniel Pocock - 0.5.4-8 +- New upstream release. + * Sat Feb 11 2017 Fedora Release Engineering - 0.5.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 7aaf595f96d1b5181fd05f31a576b385649e419c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:29:11 +0000 Subject: [PATCH 09/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index a68634b..7dcfc1b 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -70,6 +70,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.5.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Apr 14 2017 Daniel Pocock - 0.5.4-8 - New upstream release. From dee0a8cead05d4baf9e0a48ebd35c568ced479ba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 11:00:55 +0000 Subject: [PATCH 10/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index 7dcfc1b..e812b88 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -70,6 +70,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.5.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.5.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 77ad1fa7b95d23d58359e430caeac852827be8c5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:08:53 +0000 Subject: [PATCH 11/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index e812b88..166e291 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -70,6 +70,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.5.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 0.5.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 980014f295b422e65a1b104537ab58f03aeae5d9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:37:14 +0000 Subject: [PATCH 12/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index 166e291..337eb35 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -70,6 +70,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.5.4-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 0.5.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 2597da6d704e8fb62fafa5d7190ddb61dd2de733 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:52:13 +0000 Subject: [PATCH 13/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index 337eb35..2a3daf5 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -70,6 +70,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.5.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.5.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 5352687c2acd7c7b3d55ed47e91626b4a252cdaf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:41:44 +0000 Subject: [PATCH 14/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-csvimp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec index 2a3daf5..9ea6375 100644 --- a/xtuple-csvimp.spec +++ b/xtuple-csvimp.spec @@ -1,6 +1,6 @@ Name: xtuple-csvimp Version: 0.5.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: xTuple data import utility License: CPAL Url: http://www.xtuple.org/DataImportTool @@ -70,6 +70,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_includedir}/csvimp/* %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.5.4-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.5.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 254bc99daba062371237b13b799bc2ca67bb6827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 8 Oct 2019 01:02:00 +0200 Subject: [PATCH 15/15] Orphaned for 6+ weeks --- .gitignore | 2 - dead.package | 1 + sources | 1 - xtuple-csvimp.spec | 114 --------------------------------------------- 4 files changed, 1 insertion(+), 117 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xtuple-csvimp.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 67744c8..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/v0.5.1.tar.gz -/v0.5.4.tar.bz2 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 f319e69..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (v0.5.4.tar.bz2) = 1cb1ef328a7d7e5840e06895cc7844445cbaa14a3fc2b72a592e99f452b2638a5941fd6f92309114fe07715ce20aa6604d4ae1a0de6a082c13c12e1f9550d1da diff --git a/xtuple-csvimp.spec b/xtuple-csvimp.spec deleted file mode 100644 index 9ea6375..0000000 --- a/xtuple-csvimp.spec +++ /dev/null @@ -1,114 +0,0 @@ -Name: xtuple-csvimp -Version: 0.5.4 -Release: 14%{?dist} -Summary: xTuple data import utility -License: CPAL -Url: http://www.xtuple.org/DataImportTool -Source: https://github.com/xtuple/csvimp/archive/v%version.tar.bz2 -BuildRequires: desktop-file-utils -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qtxmlpatterns-devel -BuildRequires: xtuple-openrpt-devel - -%global _docdir_fmt %{name} - -%description -A tool designed to import Comma Separated Value (CSV) files into the -database for the xTuple Applications (PostBooks and OpenMFG). - -%package devel -Summary: CSVImp development files -Requires: qt5-qtbase-devel -Requires: libdmtx-devel -Requires: xtuple-openrpt-devel - -%description devel -A tool designed to import Comma Separated Value (CSV) files into the -database for the xTuple Applications (PostBooks and OpenMFG). -This package provides the header files used by developers. - -%prep -%setup -q -n csvimp-%{version} - -%build -export HARDCODE_APPLICATION_DIR=%{_libdir}/csvimp -export USE_SHARED_OPENRPT=1 -export OPENRPT_HEADERS=/usr/include/openrpt -export OPENRPT_LIBDIR=%{_libdir} -#lrelease-qt5 */*/*.ts */*.ts -%{qmake_qt5} . -make %{?_smp_mflags} - -%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 -mkdir -p %{buildroot}%{_bindir} -install csvimp %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_libdir}/csvimp/plugins -install -m 0755 plugins/libcsvimpplugin.so %{buildroot}%{_libdir}/csvimp/plugins -mkdir -p %{buildroot}%{_includedir}/csvimp -find . -name '*.h' -exec install -m 0644 -D {} %{buildroot}%{_includedir}/csvimp/{} \; -mkdir -p %{buildroot}%{_datadir}/csvimp/images -cp -r csvimpcommon/images/* %{buildroot}%{_datadir}/csvimp/images -mkdir -p %{buildroot}%{_datadir}/applications -desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop - -%files -%{_bindir}/* -%dir %{_libdir}/csvimp -%dir %{_libdir}/csvimp/plugins -%{_libdir}/csvimp/plugins/libcsvimpplugin.so -%{_datadir}/applications/*.desktop -%dir %{_datadir}/csvimp -%dir %{_datadir}/csvimp/images -%{_datadir}/csvimp/images/* - -%files devel -%dir %{_includedir}/csvimp/ -%{_includedir}/csvimp/* - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 0.5.4-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.5.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.5.4-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.5.4-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 0.5.4-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.5.4-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Apr 14 2017 Daniel Pocock - 0.5.4-8 -- New upstream release. - -* Sat Feb 11 2017 Fedora Release Engineering - 0.5.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0.5.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Feb 02 2016 Rex Dieter - 0.5.1-5 -- use %%qmake_qt4 macro to ensure proper build flags - -* Fri Sep 04 2015 Daniel Pocock - 0.5.1-4 -- Rebuild. - -* Thu Sep 3 2015 Daniel Pocock - 0.5.1-3 -- Rebuild. - -* Fri Jun 19 2015 Fedora Release Engineering - 0.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Feb 25 2015 Daniel Pocock - 0.5.0-1 -- Initial RPM packaging. -