diff --git a/zint.spec b/zint.spec index f17eb70..88d9afb 100644 --- a/zint.spec +++ b/zint.spec @@ -1,17 +1,18 @@ Name: zint -Version: 2.9.1 +Version: 2.10.0 Release: 1mamba Summary: A suite of programs to allow easy encoding of data in barcode standards Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://sourceforge.net/projects/zint +URL: https://sourceforge.net/projects/zint Source: https://sourceforge.net/projects/zint/files/zint/%{version}/zint-%{version}-src.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc +BuildRequires: libglvnd-devel BuildRequires: libpng-devel BuildRequires: libqt5-devel BuildRequires: libstdc++6-devel @@ -19,7 +20,6 @@ BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Zint is a suite of programs to allow easy encoding of data in any of the wide range of public domain barcode standards and to allow integration of this capability into your own programs. @@ -56,7 +56,7 @@ This package contains libraries and header files for developing applications tha %makeinstall -C build install -D -m0644 zint-qt.desktop %{buildroot}%{_datadir}/applications/zint-qt.desktop -install -D -m0644 frontend_qt/res/zint.ico %{buildroot}%{_datadir}/pixmaps/zint.ico +install -D -m0644 frontend_qt/res/zint-qt.ico %{buildroot}%{_datadir}/pixmaps/zint-qt.ico %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -69,11 +69,11 @@ install -D -m0644 frontend_qt/res/zint.ico %{buildroot}%{_datadir}/pixmaps/zint. %{_bindir}/zint %{_bindir}/zint-qt %{_datadir}/applications/zint-qt.desktop -%{_datadir}/pixmaps/zint.ico +%{_datadir}/pixmaps/zint-qt.ico %files -n lib%{name} %defattr(-,root,root) -%{_libdir}/libQZint.so.* +#%{_libdir}/libQZint.so.* %{_libdir}/libzint.so.* %doc COPYING @@ -81,11 +81,14 @@ install -D -m0644 frontend_qt/res/zint.ico %{buildroot}%{_datadir}/pixmaps/zint. %defattr(-,root,root) %{_includedir}/qzint.h %{_includedir}/zint.h -%{_libdir}/libQZint.so +%{_libdir}/libQZint.a %{_libdir}/libzint.so %{_datadir}/apps/cmake/modules/FindZint.cmake %changelog +* Tue Aug 31 2021 Automatic Build System 2.10.0-1mamba +- automatic version update by autodist + * Sun Sep 06 2020 Silvan Calarco 2.9.1-1mamba - update to 2.9.1