Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tar.xz for source, proper C7 backport #3

Merged
merged 1 commit into from Feb 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 14 additions & 2 deletions keepassxc.spec
@@ -1,11 +1,11 @@
Name: keepassxc
Version: 2.1.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Cross-platform password manager
Group: User Interface/Desktops
License: GPLv2+
URL: https://keepassxreboot.github.io/
Source0:https://github.com/keepassxreboot/keepassxc/archive/%{name}-%{version}.tar.gz
Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/keepassxc-%{version}-src.tar.xz
BuildRequires: qt5-qtbase-devel > 5.1
BuildRequires: qt5-linguist
BuildRequires: libXtst-devel
Expand All @@ -14,14 +14,22 @@ BuildRequires: desktop-file-utils
BuildRequires: cmake
BuildRequires: liboath
BuildRequires: liboath-devel
%if 0%{el7}
BuildRequires: libgcrypt16-devel
%else
BuildRequires: libgcrypt-devel
%endif
BuildRequires: libmicrohttpd-devel
BuildRequires: qjson-devel
BuildRequires: libevent-devel
BuildRequires: libsecret-devel
BuildRequires: qt5-qtx11extras-devel
Requires: hicolor-icon-theme
%if 0%{el7}
Requires: libgcrypt16
%else
Requires: libgcrypt
%endif
Requires: libmicrohttpd
Requires: libevent
Requires: zlib
Expand Down Expand Up @@ -107,6 +115,10 @@ desktop-file-validate %{_datadir}/applications/keepassxc.desktop &> /dev/null ||
%{_libdir}/keepassxc/*.so

%changelog
* Mon Feb 20 2017 Toni Spets <toni.spets@iki.fi> - 2.1.2-4
- Use official tar.xz as the source
- Depend on libgcrypt16 package on C7

* Fri Feb 17 2017 Bugzy Little <bugzylittle@gmail.com> - 2.1.2
- Fix conflict with keepassx by renaming mime

Expand Down