This commit is contained in:
Debarshi Ray 2015-12-31 13:40:06 +01:00
parent 0fdeb93b3b
commit 0be2da35d5

View File

@ -7,11 +7,11 @@
Name: libsecret
Version: 0.18.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for storing and retrieving passwords and other secrets
License: LGPLv2+
URL: https://live.gnome.org/Libsecret
URL: https://wiki.gnome.org/Projects/Libsecret
Source0: http://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz
BuildRequires: glib2-devel
@ -91,6 +91,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Thu Dec 31 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.18.3-2
- Fix URL (#1294934)
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 0.18.3-1
- Update to 0.18.3
- Use make_install macro