mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
add build.py.props(5) as alias to tito.props(5)
This commit is contained in:
parent
9def31a265
commit
536cb4c8b0
2 changed files with 3 additions and 0 deletions
1
build.py.props.5
Normal file
1
build.py.props.5
Normal file
|
@ -0,0 +1 @@
|
|||
.so man5/tito.props.5
|
|
@ -47,6 +47,7 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt
|
|||
%{__gzip} -c titorc.5 > %{buildroot}/%{_mandir}/man5/titorc.5.gz
|
||||
%{__gzip} -c tito.8 > %{buildroot}/%{_mandir}/man8/tito.8.gz
|
||||
%{__gzip} -c tito.props.5 > %{buildroot}/%{_mandir}/man5/tito.props.5.gz
|
||||
%{__gzip} -c build.py.props.5 > %{buildroot}/%{_mandir}/man5/build.py.props.5.gz
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
@ -57,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc README.mkd AUTHORS COPYING
|
||||
%doc %{_mandir}/man5/titorc.5.gz
|
||||
%doc %{_mandir}/man5/tito.props.5.gz
|
||||
%doc %{_mandir}/man5/build.py.props.5.gz
|
||||
%doc %{_mandir}/man8/tito.8.gz
|
||||
%{_bindir}/tito
|
||||
%{_bindir}/bump-version.pl
|
||||
|
|
Loading…
Add table
Reference in a new issue