diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6f7621c..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/v3.3.9.tar.gz -/v3.3.10.tar.bz2 -/v3.3.12.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 42c0fd2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (v3.3.12.tar.bz2) = 44275fc0267e95a44ca959e77100d76c02c42aeea79441e02bf9260efe03ce45499936afd5e9960fcd75eb9d6cd6246596fc8eb37415f6d7ee4de04cb8dbb522 diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec deleted file mode 100644 index 285c79d..0000000 --- a/xtuple-openrpt.spec +++ /dev/null @@ -1,149 +0,0 @@ -Name: xtuple-openrpt -Version: 3.3.12 -Release: 10%{?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 -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 -%setup -q -n openrpt-%{version} - -%build -export USE_SYSTEM_DMTX=1 -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 -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 - -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig - -%files -%{_bindir}/* -%{_datadir}/applications/*.desktop - -%files libs -%{_libdir}/lib*.so.* - -%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_*/* - -%files devel -%dir %{_includedir}/openrpt/ -%{_includedir}/openrpt/* -%{_libdir}/libopenrptcommon.so -%{_libdir}/libMetaSQL.so -%{_libdir}/librenderer.so -%{_libdir}/libwrtembed.so -%{_libdir}/libqzint.so - -%changelog -* 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. -