add build.py.props(5) as alias to tito.props(5)

This commit is contained in:
Miroslav Suchý 2011-02-11 16:30:02 +01:00
parent 9def31a265
commit 536cb4c8b0
2 changed files with 3 additions and 0 deletions

1
build.py.props.5 Normal file
View file

@ -0,0 +1 @@
.so man5/tito.props.5

View file

@ -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 titorc.5 > %{buildroot}/%{_mandir}/man5/titorc.5.gz
%{__gzip} -c tito.8 > %{buildroot}/%{_mandir}/man8/tito.8.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 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 %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -57,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
%doc README.mkd AUTHORS COPYING %doc README.mkd AUTHORS COPYING
%doc %{_mandir}/man5/titorc.5.gz %doc %{_mandir}/man5/titorc.5.gz
%doc %{_mandir}/man5/tito.props.5.gz %doc %{_mandir}/man5/tito.props.5.gz
%doc %{_mandir}/man5/build.py.props.5.gz
%doc %{_mandir}/man8/tito.8.gz %doc %{_mandir}/man8/tito.8.gz
%{_bindir}/tito %{_bindir}/tito
%{_bindir}/bump-version.pl %{_bindir}/bump-version.pl