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
|
Name: zint
|
||||||
Version: 2.13.0
|
Version: 2.14.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
|
||||||
@ -11,13 +11,15 @@ Source: https://sourceforge.net/projects/zint/files/zint/%{version}/zint-
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt5Core
|
||||||
|
BuildRequires: libQt5Gui
|
||||||
BuildRequires: libQt5Svg-devel
|
BuildRequires: libQt5Svg-devel
|
||||||
|
BuildRequires: libQt5Widgets
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -42,8 +44,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zint-%{version}-src
|
%setup -q -n zint-%{version}-src
|
||||||
|
|
||||||
@ -61,8 +61,6 @@ install -D -m0644 frontend_qt/res/zint-qt.ico %{buildroot}%{_datadir}/pixmaps/zi
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -74,7 +72,6 @@ install -D -m0644 frontend_qt/res/zint-qt.ico %{buildroot}%{_datadir}/pixmaps/zi
|
|||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/libQZint.so.*
|
|
||||||
%{_libdir}/libzint.so.*
|
%{_libdir}/libzint.so.*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
@ -84,11 +81,13 @@ install -D -m0644 frontend_qt/res/zint-qt.ico %{buildroot}%{_datadir}/pixmaps/zi
|
|||||||
%{_includedir}/zint.h
|
%{_includedir}/zint.h
|
||||||
%{_libdir}/libQZint.a
|
%{_libdir}/libQZint.a
|
||||||
%{_libdir}/libzint.so
|
%{_libdir}/libzint.so
|
||||||
%{_datadir}/apps/cmake/modules/FindZint.cmake
|
|
||||||
%dir %{_datadir}/zint
|
%dir %{_datadir}/zint
|
||||||
%{_datadir}/zint/zint*.cmake
|
%{_datadir}/zint/zint*.cmake
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 19 2023 Automatic Build System <autodist@mambasoft.it> 2.13.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user