[packages/easygit] - perl dependencies fix, release 3
qboosh
qboosh at pld-linux.org
Sat Apr 11 14:10:16 CEST 2026
commit a37008babadb129d77a837f610df363b201f814e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Apr 11 14:10:44 2026 +0200
- perl dependencies fix, release 3
easygit.spec | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/easygit.spec b/easygit.spec
index 0be4e42..4466366 100644
--- a/easygit.spec
+++ b/easygit.spec
@@ -2,17 +2,23 @@ Summary: Easy git - git for mere mortals
Summary(pl.UTF-8): Easy git - git dla zwykłych śmiertelników
Name: easygit
Version: 20080816
-Release: 2
+Release: 3
License: GPL v2
-Group: Applications
+Group: Development/Version Control
# git clone http://www.gnome.org/~newren/eg/eg.git
Source0: %{name}-%{version}.tar.bz2
# Source0-md5: ad8d71eb8a19d20fe04dd155c11b6c38
-URL: http://www.gnome.org/~newren/eg/
+# 404
+#URL: http://www.gnome.org/~newren/eg/
+BuildRequires: rpm-perlprov
+BuildRequires: rpmbuild(macros) >= 1.745
Requires: git-core >= 1.5.4
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# misdetected from "use an" fragment in comments
+%define _noautoreq_perl an
+
%description
In short, Easy GIT is a wrapper for git, designed to make git easy to
use.
@@ -40,6 +46,7 @@ Pakiet ten dostarcza bashowe uzupełnianie nazw dla easygit.
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/bash_completion.d}
+
install eg $RPM_BUILD_ROOT%{_bindir}
install bash-completion-eg.sh $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
@@ -49,8 +56,8 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/eg
%files -n bash-completion-easygit
%defattr(644,root,root,755)
-%{_sysconfdir}/bash_completion.d/*
+%{_sysconfdir}/bash_completion.d/bash-completion-eg.sh
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/easygit.git/commitdiff/a37008babadb129d77a837f610df363b201f814e
More information about the pld-cvs-commit
mailing list