|
|
|
@ -11,8 +11,8 @@
|
|
|
|
|
#%%global without_hscolour 1
|
|
|
|
|
|
|
|
|
|
Name: %{pkg_name}
|
|
|
|
|
Version: 1.23
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.20.3
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Summary: Colorize Haskell code
|
|
|
|
|
|
|
|
|
|
# the source does not state intended GPL version
|
|
|
|
@ -63,8 +63,6 @@ This package provides the Haskell %{name} library development files.
|
|
|
|
|
%install
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENCE-GPL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -n ghc-%{name}-devel
|
|
|
|
|
%ghc_pkg_recache
|
|
|
|
@ -75,22 +73,19 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENCE-GPL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENCE-GPL
|
|
|
|
|
%doc LICENCE-GPL
|
|
|
|
|
%{_bindir}/HsColour
|
|
|
|
|
%{_datadir}/%{name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n ghc-%{name} -f ghc-%{name}.files
|
|
|
|
|
%license LICENCE-GPL
|
|
|
|
|
%doc LICENCE-GPL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 28 2015 Jens Petersen <petersen@redhat.com> - 1.23-1
|
|
|
|
|
- update to 1.23
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.3-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|