install manpage and ANNOUNCE is now CHANGELOG.md
This commit is contained in:
parent
c18c7ff027
commit
d6bf7da714
1 changed files with 7 additions and 2 deletions
|
|
@ -89,6 +89,8 @@ install dist/build/%{name}/%{name}.static %{buildroot}%{_bindir}
|
|||
touch %{buildroot}%{_bindir}/%{name}
|
||||
%endif
|
||||
|
||||
install -D -m 0644 doc/alex.1 %{buildroot}%{_mandir}/man1/alex.1
|
||||
|
||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
|
||||
|
||||
|
|
@ -146,17 +148,19 @@ fi
|
|||
%{_bindir}/%{name}.dynamic
|
||||
%else
|
||||
%license LICENSE
|
||||
%doc ANNOUNCE README TODO doc/alex examples
|
||||
%doc CHANGELOG.md README TODO doc/alex examples
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}-%{version}
|
||||
%{_mandir}/man1/alex.1*
|
||||
%endif
|
||||
|
||||
|
||||
%if %{with static}
|
||||
%files common
|
||||
%license LICENSE
|
||||
%doc ANNOUNCE README TODO doc/alex examples
|
||||
%doc CHANGELOG.md README TODO doc/alex examples
|
||||
%{_datadir}/%{name}-%{version}
|
||||
%{_mandir}/man1/alex.1*
|
||||
|
||||
|
||||
%files static
|
||||
|
|
@ -168,6 +172,7 @@ fi
|
|||
%changelog
|
||||
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 3.1.7-1
|
||||
- update to 3.1.7
|
||||
- install manpage
|
||||
|
||||
* Mon Jun 6 2016 Jens Petersen <petersen@redhat.com> - 3.1.4-5
|
||||
- rebuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue