delete old so files
This commit is contained in:
parent
ad6a93f9fa
commit
358ea7f27a
@ -2,14 +2,14 @@
|
|||||||
# and made some modifications.
|
# and made some modifications.
|
||||||
Name: libmodulemd
|
Name: libmodulemd
|
||||||
Version: 2.9.4
|
Version: 2.9.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: C Library for manipulating module metadata files
|
Summary: C Library for manipulating module metadata files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/fedora-modularity/libmodulemd
|
URL: https://github.com/fedora-modularity/libmodulemd
|
||||||
Source0: https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-%{version}/modulemd-%{version}.tar.xz
|
Source0: https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-%{version}/modulemd-%{version}.tar.xz
|
||||||
|
|
||||||
Patch9000: libmodulemd-disable-valgrind-test-for-build.patch
|
Patch9000: libmodulemd-disable-valgrind-test-for-build.patch
|
||||||
BuildRequires: meson pkgconfig gcc gcc-c++ gobject-introspection-devel libxslt libmodulemd
|
BuildRequires: meson pkgconfig gcc gcc-c++ gobject-introspection-devel libxslt
|
||||||
Buildrequires: python3-devel python3-gobject-base glib2-doc rpm-devel file-devel help2man
|
Buildrequires: python3-devel python3-gobject-base glib2-doc rpm-devel file-devel help2man
|
||||||
%ifarch %{valgrind_arches}
|
%ifarch %{valgrind_arches}
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
@ -54,7 +54,6 @@ export LC_CTYPE=C.utf8
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
cp -a %{_libdir}/%{name}.so.* %{buildroot}%{_libdir}
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -63,7 +62,6 @@ cp -a %{_libdir}/%{name}.so.* %{buildroot}%{_libdir}
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/modulemd-validator
|
%{_bindir}/modulemd-validator
|
||||||
%{_libdir}/%{name}.so.1*
|
|
||||||
%{_libdir}/%{name}.so.2*
|
%{_libdir}/%{name}.so.2*
|
||||||
%dir %{_libdir}/girepository-1.0
|
%dir %{_libdir}/girepository-1.0
|
||||||
%{_libdir}/girepository-1.0/Modulemd*
|
%{_libdir}/girepository-1.0/Modulemd*
|
||||||
@ -83,6 +81,12 @@ cp -a %{_libdir}/%{name}.so.* %{buildroot}%{_libdir}
|
|||||||
%{python3_sitearch}/gi/overrides/
|
%{python3_sitearch}/gi/overrides/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2022 fuanan <fuanan3@h-partners.com> - 2.9.4-2
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:delete old so files
|
||||||
|
|
||||||
* Sat Aug 29 2020 zhangguangzhi<zhangguangzhi3@huawei.com> - 2.9.4-1
|
* Sat Aug 29 2020 zhangguangzhi<zhangguangzhi3@huawei.com> - 2.9.4-1
|
||||||
- Type:requirement
|
- Type:requirement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user