automatic version update by autodist [release 4.6-1mamba;Mon Feb 13 2023]
This commit is contained in:
parent
a600f0092f
commit
6ab7669318
14
ndpi.spec
14
ndpi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ndpi
|
Name: ndpi
|
||||||
Version: 4.4
|
Version: 4.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for deep-packet inspection
|
Summary: A library for deep-packet inspection
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -42,13 +42,20 @@ This package contains libraries and header files for developing applications tha
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--prefix=/
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall libdir=%{_libdir}
|
%makeinstall libdir=%{_libdir}
|
||||||
|
|
||||||
|
# FIXME: workaround since 4.6
|
||||||
|
install -d -m0755 %{buildroot}%{_bindir} %{buildroot}%{_datadir}
|
||||||
|
mv %{buildroot}/bin/* %{buildroot}%{_bindir}/
|
||||||
|
mv %{buildroot}/share/* %{buildroot}%{_datadir}/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -76,6 +83,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 13 2023 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 4.4-1mamba
|
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 4.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user