datadir should live in ghc-hlint (#1564707)

This commit is contained in:
Jens Petersen 2018-04-10 18:30:31 +09:00
parent 539e1af5a0
commit 0f9394bcf1
1 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,7 @@
Name: %{pkg_name}
Version: 2.0.11
# can only be reset when all subpkgs bumped
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Haskell source code suggestions
License: BSD
@ -111,18 +111,21 @@ mv %{buildroot}%{_datadir}/%{name}-%{version}/hlint.1 %{buildroot}%{_mandir}/man
%license LICENSE
%doc CHANGES.txt README.md
%{_bindir}/%{name}
%{_datadir}/%{name}-%{version}
%{_mandir}/man1/%{name}*
%files -n ghc-%{name} -f ghc-%{name}.files
%license LICENSE
%{_datadir}/%{pkgver}
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
%changelog
* Tue Apr 10 2018 Jens Petersen <petersen@redhat.com> - 2.0.11-8
- datadir should be in ghc-hlint (#1564707)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild