delete *.a file
This commit is contained in:
parent
4135dde773
commit
3a80f86a78
@ -1,6 +1,6 @@
|
|||||||
Name: libtirpc
|
Name: libtirpc
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Transport-independent RPC library
|
Summary: Transport-independent RPC library
|
||||||
License: SISSL and BSD
|
License: SISSL and BSD
|
||||||
URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary
|
URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary
|
||||||
@ -34,7 +34,7 @@ autoreconf -fisv
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install libdir=/%{_lib} pkgconfigdir=%{_libdir}/pkgconfig
|
%make_install libdir=/%{_lib} pkgconfigdir=%{_libdir}/pkgconfig
|
||||||
%delete_la
|
%delete_la_and_a
|
||||||
|
|
||||||
mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
||||||
|
|
||||||
@ -54,7 +54,6 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
/%{_lib}/*.a
|
|
||||||
/%{_lib}/*.so
|
/%{_lib}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/tirpc/*
|
%{_includedir}/tirpc/*
|
||||||
@ -65,6 +64,12 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 28 2023 gaihuiying <eaglegai@163.com> - 1.3.2-3
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: delete *.a file
|
||||||
|
|
||||||
* Fri Jul 22 2022 gaihuiying <eaglegai@163.com> - 1.3.2-2
|
* Fri Jul 22 2022 gaihuiying <eaglegai@163.com> - 1.3.2-2
|
||||||
- Type:CVE
|
- Type:CVE
|
||||||
- ID:CVE-2021-46828
|
- ID:CVE-2021-46828
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user