Update to 0.20.5
This commit is contained in:
parent
b8205c6066
commit
1107d4a0c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/libsecret-0.20.2.tar.xz
|
||||
/libsecret-0.20.3.tar.xz
|
||||
/libsecret-0.20.4.tar.xz
|
||||
/libsecret-0.20.5.tar.xz
|
||||
|
||||
@ -6,23 +6,23 @@
|
||||
%endif
|
||||
|
||||
Name: libsecret
|
||||
Version: 0.20.4
|
||||
Release: 4%{?dist}
|
||||
Version: 0.20.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for storing and retrieving passwords and other secrets
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Libsecret
|
||||
Source0: https://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libgcrypt-devel >= 1.2.2
|
||||
BuildRequires: vala
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gi-docgen
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(libgcrypt) >= 1.2.2
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
%if 0%{?has_valgrind}
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
@ -45,7 +45,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
# Use system valgrind headers instead
|
||||
%if 0%{?has_valgrind}
|
||||
@ -54,21 +54,19 @@ rm -rf build/valgrind/
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%meson_install
|
||||
|
||||
%find_lang libsecret
|
||||
|
||||
|
||||
%files -f libsecret.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%doc NEWS README.md
|
||||
%{_bindir}/secret-tool
|
||||
%{_libdir}/libsecret-1.so.0*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
@ -76,6 +74,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_mandir}/man1/secret-tool.1*
|
||||
|
||||
%files devel
|
||||
%license COPYING docs/reference/COPYING
|
||||
%{_includedir}/libsecret-1/
|
||||
%{_libdir}/libsecret-1.so
|
||||
%{_libdir}/pkgconfig/libsecret-1.pc
|
||||
@ -86,10 +85,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/libsecret-1.deps
|
||||
%{_datadir}/vala/vapi/libsecret-1.vapi
|
||||
%doc %{_datadir}/gtk-doc/
|
||||
%doc %{_docdir}/libsecret-1
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 21 2022 David King <amigadave@amigadave.com> - 0.20.5-1
|
||||
- Update to 0.20.5
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsecret-0.20.4.tar.xz) = 599482796af001703c25d181a710c5a3207f44d4d0036ef2001cc541bde9ef453172b71df9bb214d27d1fbd2f28c1b5a5efdbd5faca3561188c07dccdc7d7c15
|
||||
SHA512 (libsecret-0.20.5.tar.xz) = 61ca248aafd265e1f31d56c9084c68d880ebf03660ace3d4a6c6622ab306b56e921ac24647b6a60633bfa99c8a0407d4ae1aa6148511f289bf5ce2025b72692a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user