upgrade to 0.20.5
This commit is contained in:
parent
dbae720044
commit
915c8afbd3
Binary file not shown.
BIN
libsecret-0.20.5.tar.xz
Normal file
BIN
libsecret-0.20.5.tar.xz
Normal file
Binary file not shown.
@ -1,13 +1,14 @@
|
||||
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: libsecret
|
||||
Version: 0.20.4
|
||||
Version: 0.20.5
|
||||
Release: 1
|
||||
Summary: Library for storing and retrieving passwords and other secrets
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Libsecret
|
||||
Source0: http://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel gobject-introspection-devel intltool vala gtk-doc
|
||||
BuildRequires: glib2-devel gobject-introspection-devel intltool vala gettext gi-docgen meson
|
||||
BuildRequires: libgcrypt-devel >= 1.2.2 libxslt-devel docbook-style-xsl valgrind-devel
|
||||
|
||||
Provides: bundled(egglib)
|
||||
@ -26,26 +27,20 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package help
|
||||
Summary: help package of %{name} that include files
|
||||
|
||||
%description help
|
||||
document files for %{name}
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
rm -rf build/valgrind/
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%meson_install
|
||||
%delete_la_and_a
|
||||
|
||||
%find_lang libsecret
|
||||
|
||||
@ -53,10 +48,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%files -f libsecret.lang
|
||||
%license COPYING
|
||||
%{_libdir}/libsecret-1.so.*
|
||||
%{_libdir}/libsecret-1.so.0*
|
||||
%{_libdir}/girepository-1.0/Secret-1.typelib
|
||||
%{_bindir}/secret-tool
|
||||
%doc AUTHORS NEWS README
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libsecret-1/
|
||||
@ -68,14 +62,19 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/vala/vapi/libsecret-1.vapi
|
||||
|
||||
%files help
|
||||
%doc %{_mandir}/man1/secret-tool.1.gz
|
||||
%doc %{_datadir}/gtk-doc/
|
||||
%doc NEWS README.md
|
||||
%license docs/reference/COPYING
|
||||
%doc %{_mandir}/man1/secret-tool.1*
|
||||
%doc %{_docdir}/libsecret-1
|
||||
|
||||
%changelog
|
||||
* Thu Apr 21 2022 dillon chen <dillon.chen@gmail.com> - 0.20.5-1
|
||||
- Update to 0.20.5
|
||||
|
||||
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 0.20.4-1
|
||||
- upgrade version to 0.20.4
|
||||
|
||||
* Mon Jul 27 2020wenzhanli<wenzhanli2@huawei.com> - 0.20.3-1
|
||||
* Mon Jul 27 2020 wenzhanli<wenzhanli2@huawei.com> - 0.20.3-1
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user