|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%global pkg_name cmdargs
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.10.12
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.10.14
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Command line argument processing
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -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,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
@ -65,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.10.14-1
|
|
|
|
|
- update to 0.10.14
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.12-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|