]> git.pld-linux.org Git - packages/pass-git-helper.git/blob - pass-git-helper.spec
53664a02f57d28991517b689a5f67b86ab866036
[packages/pass-git-helper.git] / pass-git-helper.spec
1 Summary:        A git credential helper interfacing with pass
2 Name:           pass-git-helper
3 Version:        1.2.0
4 Release:        1
5 License:        LGPL v3+
6 Group:          Applications
7 Source0:        https://github.com/languitar/pass-git-helper/archive/v%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  991e196f1d6a31939b3c818f64e7594d
9 URL:            https://github.com/languitar/pass-git-helper
10 BuildRequires:  python3
11 BuildRequires:  python3-modules >= 1:3.7
12 BuildRequires:  python3-setuptools
13 BuildRequires:  rpm-pythonprov
14 BuildRequires:  rpmbuild(macros) >= 1.714
15 Requires:       python3-modules >= 1:3.7
16 Requires:       python3-setuptools
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 A git credential helper implementation that allows using pass as the
22 credential backend for your https-based git repositories.
23
24 %prep
25 %setup -q
26
27 %build
28 %py3_build
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %py3_install
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README.md
41 %attr(755,root,root) %{_bindir}/pass-git-helper
42 %{py3_sitescriptdir}/__pycache__/passgithelper.cpython-*.py[co]
43 %{py3_sitescriptdir}/passgithelper.py
44 %{py3_sitescriptdir}/pass_git_helper-%{version}-py*.egg-info
This page took 0.041565 seconds and 2 git commands to generate.