-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.spec.in
59 lines (41 loc) · 1.17 KB
/
package.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# -*- mode: rpm-spec -*-
Name: @PACKAGE_TARNAME@
Version: @RPM_VERSION@
Release: 2@RPM_RELEASE@%{?dist}
Summary: ndim's git utilities
Group: Development/Tools
License: FIXME
URL: @PACKAGE_URL@
Source0: @[email protected]
BuildArch: noarch
Requires: git-core
BuildRequires: git-core
BuildRequires: make
BuildRequires: gcc
%description
ndim's git utilities contains
git amb - easy automake based builds
%prep
%setup -q -n @distdir@
%build
%configure --with-gitexecdir=%{_libexecdir}/git-core
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR="${RPM_BUILD_ROOT}" install
mv "${RPM_BUILD_ROOT}/usr/share/doc/ndim-git-utils/" rpm-docdir
%files
%defattr(-,root,root,-)
%doc rpm-docdir/*
%{_bindir}/git-buildmsg
%{_bindir}/git-check-commit-msg
%{_libexecdir}/git-core/git-amb
%{_libexecdir}/git-core/git-ndim-sh
%{_libexecdir}/git-core/git-rebase-subtree
%{_mandir}/man1/git-amb.1.gz
%{_mandir}/man1/git-rebase-subtree.1.gz
%changelog
* Mon Mar 8 2021 Hans Ulrich Niedermann <[email protected]> - 1.22.36-2
- Add BuildRequires: gcc, make for F34
* Wed Feb 6 2013 Hans Ulrich Niedermann <[email protected]> - 1.22.3-1
- Initial RPM.