mirror of
https://abf.rosa.ru/djam/pinentry-x2go.git
synced 2025-02-23 06:03:00 +00:00
56 lines
1.4 KiB
RPMSpec
56 lines
1.4 KiB
RPMSpec
|
Name: pinentry-x2go
|
||
|
Version: 0.7.5.9
|
||
|
Release: 1
|
||
|
Group: Networking/Remote access
|
||
|
Summary: Qt5-based PIN or pass-phrase entry dialog for x2goclient
|
||
|
License: GPLv2
|
||
|
URL: http://x2go.org/
|
||
|
#DL-URL: http://code.x2go.org/releases/source/pinentry-x2go/
|
||
|
#Git-Clone: git://code.x2go.org/pinentry-x2go
|
||
|
#Git-Web: http://code.x2go.org/gitweb?p=pinentry-x2go.git;a=summary
|
||
|
Source: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz
|
||
|
Source2: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz.asc
|
||
|
Source3: %{name}.keyring
|
||
|
Source4: %{name}.pro
|
||
|
Source5: %{name}_ru.ts
|
||
|
Source6: %{name}-rpmlintrc
|
||
|
BuildRequires: autoconf
|
||
|
BuildRequires: automake
|
||
|
BuildRequires: gcc-c++
|
||
|
BuildRequires: %{_lib}cap-devel
|
||
|
BuildRequires: %{_lib}ncurses-devel
|
||
|
BuildRequires: pkgconfig(QtCore)
|
||
|
|
||
|
%description
|
||
|
This package contains a program that allows for entry of PINs or pass
|
||
|
phrases. Based on original pinentry-qt software, modified for
|
||
|
x2goclient.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
#if [ ! -e configure ]; then
|
||
|
# autoreconf -fi;
|
||
|
#fi;
|
||
|
aclocal
|
||
|
autoheader
|
||
|
autoreconf -fi
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
#b="%buildroot";
|
||
|
pushd pinentry-x2go
|
||
|
# Why on earth does every goddamn build system have to use different names
|
||
|
# for DESTDIR, and force strip on us?
|
||
|
make install DESTDIR="%{buildroot}" INSTALL_ROOT="%{buildroot}" STRIP="true";
|
||
|
popd
|
||
|
|
||
|
|
||
|
%files
|
||
|
%doc README README.i18n COPYING
|
||
|
%{_bindir}/pinentry-x2go
|
||
|
|
||
|
%changelog
|