|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%global pkg_name mime-types
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.1.0.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.1.0.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Basic mime-type handling types and functions
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -47,6 +47,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
%install
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
|
%ghc_pkg_recache
|
|
|
|
@ -57,14 +59,17 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
%doc README.md
|
|
|
|
|
%doc ChangeLog.md README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jun 25 2016 Jens Petersen <petersen@redhat.com> - 0.1.0.7-1
|
|
|
|
|
- update to 0.1.0.7
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|