automatic version update by autodist [release 2.14.0-1mamba;Fri Feb 07 2025]
This commit is contained in:
parent
68758f17ca
commit
ff07d4ed7f
15
zint.spec
15
zint.spec
@ -1,5 +1,5 @@
|
||||
Name: zint
|
||||
Version: 2.13.0
|
||||
Version: 2.14.0
|
||||
Release: 1mamba
|
||||
Summary: A suite of programs to allow easy encoding of data in barcode standards
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -11,13 +11,15 @@ Source: https://sourceforge.net/projects/zint/files/zint/%{version}/zint-
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -42,8 +44,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n zint-%{version}-src
|
||||
|
||||
@ -61,8 +61,6 @@ install -D -m0644 frontend_qt/res/zint-qt.ico %{buildroot}%{_datadir}/pixmaps/zi
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -74,7 +72,6 @@ install -D -m0644 frontend_qt/res/zint-qt.ico %{buildroot}%{_datadir}/pixmaps/zi
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
#%{_libdir}/libQZint.so.*
|
||||
%{_libdir}/libzint.so.*
|
||||
%doc LICENSE
|
||||
|
||||
@ -84,11 +81,13 @@ install -D -m0644 frontend_qt/res/zint-qt.ico %{buildroot}%{_datadir}/pixmaps/zi
|
||||
%{_includedir}/zint.h
|
||||
%{_libdir}/libQZint.a
|
||||
%{_libdir}/libzint.so
|
||||
%{_datadir}/apps/cmake/modules/FindZint.cmake
|
||||
%dir %{_datadir}/zint
|
||||
%{_datadir}/zint/zint*.cmake
|
||||
|
||||
%changelog
|
||||
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 2.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 19 2023 Automatic Build System <autodist@mambasoft.it> 2.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user