automatic version update by autodist [release 2.10.0-1mamba;Tue Aug 31 2021]

This commit is contained in:
Automatic Build System 2024-01-05 20:04:47 +01:00
parent aab34a2134
commit c145807c04

View File

@ -1,17 +1,18 @@
Name: zint Name: zint
Version: 2.9.1 Version: 2.10.0
Release: 1mamba Release: 1mamba
Summary: A suite of programs to allow easy encoding of data in barcode standards Summary: A suite of programs to allow easy encoding of data in barcode standards
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 Source: https://sourceforge.net/projects/zint/files/zint/%{version}/zint-%{version}-src.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: libqt5-devel BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
@ -19,7 +20,6 @@ BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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 %makeinstall -C build
install -D -m0644 zint-qt.desktop %{buildroot}%{_datadir}/applications/zint-qt.desktop 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 %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -69,11 +69,11 @@ install -D -m0644 frontend_qt/res/zint.ico %{buildroot}%{_datadir}/pixmaps/zint.
%{_bindir}/zint %{_bindir}/zint
%{_bindir}/zint-qt %{_bindir}/zint-qt
%{_datadir}/applications/zint-qt.desktop %{_datadir}/applications/zint-qt.desktop
%{_datadir}/pixmaps/zint.ico %{_datadir}/pixmaps/zint-qt.ico
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libQZint.so.* #%{_libdir}/libQZint.so.*
%{_libdir}/libzint.so.* %{_libdir}/libzint.so.*
%doc COPYING %doc COPYING
@ -81,11 +81,14 @@ install -D -m0644 frontend_qt/res/zint.ico %{buildroot}%{_datadir}/pixmaps/zint.
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/qzint.h %{_includedir}/qzint.h
%{_includedir}/zint.h %{_includedir}/zint.h
%{_libdir}/libQZint.so %{_libdir}/libQZint.a
%{_libdir}/libzint.so %{_libdir}/libzint.so
%{_datadir}/apps/cmake/modules/FindZint.cmake %{_datadir}/apps/cmake/modules/FindZint.cmake
%changelog %changelog
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
- automatic version update by autodist
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-1mamba * Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-1mamba
- update to 2.9.1 - update to 2.9.1