move agda from ghc-Agda-devel to ghc-Agda

This commit is contained in:
Jens Petersen 2015-04-17 13:32:33 +09:00
parent e7f568af1c
commit 425f93e8ad
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Name: %{pkg_name}
Version: 2.4.2.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A dependently typed functional programming language and proof assistant
License: MIT and BSD
@ -203,13 +203,13 @@ rm %{buildroot}%{_docdir}/%{name}*/LICENSE
%files -n ghc-%{name} -f ghc-%{name}.files
%doc LICENSE
%{_bindir}/agda
%{_datadir}/%{name}-%{version}
%ghost %{_datadir}/%{name}-%{version}/lib/prim/Agda/Primitive.agdai
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
%doc CHANGELOG
%{_bindir}/agda
%files -n emacs-agda
%dir %{_emacs_sitelispdir}/agda
@ -222,6 +222,9 @@ rm %{buildroot}%{_docdir}/%{name}*/LICENSE
%changelog
* Fri Apr 17 2015 Jens Petersen <petersen@redhat.com> - 2.4.2.2-3
- move agda from ghc-Agda-devel to ghc-Agda
* Thu Apr 16 2015 Jens Petersen <petersen@redhat.com> - 2.4.2.2-2
- compile Primitive.agda at install time