Update to libmodulemd 0.2.1
Add 'name' property for Profiles Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
94bc7ce400
commit
8cdfc90b8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/modulemd-0.1.0.tar.xz
|
||||
/modulemd-0.2.0.tar.xz
|
||||
/modulemd-0.2.1.tar.xz
|
||||
|
@ -1,9 +1,11 @@
|
||||
%global majorminorversion 0.2
|
||||
%global patchversion 0
|
||||
%global majorversion 0
|
||||
%global minorversion 2
|
||||
%global patchversion 1
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{majorminorversion}%{?patchversion:.%{patchversion}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
License: MIT
|
||||
@ -48,7 +50,7 @@ export LC_CTYPE=C.utf8
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_libdir}/%{name}.so.0*
|
||||
%{_libdir}/%{name}.so.%{majorversion}*
|
||||
%{_libdir}/girepository-1.0/Modulemd-%{majorminorversion}.typelib
|
||||
|
||||
%files devel
|
||||
@ -61,6 +63,10 @@ export LC_CTYPE=C.utf8
|
||||
%{_datadir}/gtk-doc/html/modulemd/
|
||||
|
||||
%changelog
|
||||
* Fri Jan 05 2018 Stephen Gallagher <sgallagh@redhat.com> - 0.2.1-1
|
||||
- Update to libmodulemd 0.2.1
|
||||
- Add 'name' property for Profiles
|
||||
|
||||
* Thu Oct 05 2017 Stephen Gallagher <sgallagh@redhat.com> - 0.2.0-2
|
||||
- Add missing BuildRequires for gtk-doc
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-0.2.0.tar.xz) = 73eec0a7c94f2b2bb9f7624b7f9ce88ed47c6f65acbe8b7114c384596a351435ba1ef37bf1f00b70bd3dcc9f527d24a0d0c4e8a93dc6708f659fcc859e987961
|
||||
SHA512 (modulemd-0.2.1.tar.xz) = 4bf37f24df2ffabdf28f247aeface9b577b0955a07687ad4d1d79c990b8617ab79e3c9525531663df7c25ee47131d999c0df02fe67eff89d80ce2481e307d39b
|
||||
|
Loading…
Reference in New Issue
Block a user