Update for v0.5.4-8

This commit is contained in:
Daniel Pocock 2017-04-14 16:29:51 +02:00
commit 71d295a74f
3 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/v0.5.1.tar.gz
/v0.5.4.tar.bz2

View file

@ -1 +1 @@
e2336ce701efac5afa7b537d7b9c0644 v0.5.1.tar.gz
SHA512 (v0.5.4.tar.bz2) = 1cb1ef328a7d7e5840e06895cc7844445cbaa14a3fc2b72a592e99f452b2638a5941fd6f92309114fe07715ce20aa6604d4ae1a0de6a082c13c12e1f9550d1da

View file

@ -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 <daniel@pocock.pro> - 0.5.4-8
- New upstream release.
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild