automatic version update by autodist [release 0.103-1mamba;Fri Nov 22 2024]
This commit is contained in:
parent
07d81039b1
commit
97c0300018
@ -1,5 +1,5 @@
|
||||
Name: open-isns
|
||||
Version: 0.102
|
||||
Version: 0.103
|
||||
Release: 1mamba
|
||||
Summary: A partial implementation of iSNS, according to RFC4171
|
||||
Group: Applications/Networking
|
||||
@ -34,33 +34,23 @@ 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
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," aclocal/config.sub
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-shared \
|
||||
CFLAGS="%{optflags} -Wno-error"
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall install_hdrs install_lib \
|
||||
systemddir=%{_unitdir}
|
||||
|
||||
chmod +x %{buildroot}%{_libdir}/libisns.so.*
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/isns
|
||||
@ -76,7 +66,6 @@ chmod +x %{buildroot}%{_libdir}/libisns.so.*
|
||||
%{_mandir}/man8/isnsadm.8*
|
||||
%{_mandir}/man8/isnsd.8*
|
||||
%{_mandir}/man8/isnsdd.8*
|
||||
%{_mandir}/man8/isnssetup.8*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -87,12 +76,14 @@ chmod +x %{buildroot}%{_libdir}/libisns.so.*
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libisns
|
||||
%{_includedir}/libisns/*.h
|
||||
%{_libdir}/libisns.a
|
||||
%{_libdir}/libisns.so
|
||||
%{_libdir}/pkgconfig/libisns.pc
|
||||
%doc ChangeLog README TODO
|
||||
%doc ChangeLog TODO
|
||||
|
||||
%changelog
|
||||
* Fri Nov 22 2024 Automatic Build System <autodist@openmamba.org> 0.103-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 11 2022 Automatic Build System <autodist@mambasoft.it> 0.102-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user