Compare commits
1 Commits
1.4-1mamba
...
main
Author | SHA1 | Date | |
---|---|---|---|
11e2675b29 |
12
quazip.spec
12
quazip.spec
@ -1,5 +1,5 @@
|
||||
Name: quazip
|
||||
Version: 1.4
|
||||
Version: 1.5
|
||||
Release: 1mamba
|
||||
Summary: Qt/C++ wrapper over minizip
|
||||
Group: Applications/Archiving
|
||||
@ -11,6 +11,8 @@ Source: https://github.com/stachenov/quazip.git/v%{version}/quazip-%{vers
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -57,7 +59,6 @@ Requires: lib%{name}-qt6 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-qt6-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}-qt6.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -83,11 +84,7 @@ cd ..
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%post -n lib%{name}-qt6 -p /sbin/ldconfig
|
||||
%postun -n lib%{name}-qt6 -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -120,6 +117,9 @@ cd ..
|
||||
%{_libdir}/pkgconfig/quazip1-qt6.pc
|
||||
|
||||
%changelog
|
||||
* Thu Mar 06 2025 Automatic Build System <autodist@openmamba.org> 1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 23 2023 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user