update to 0.10.14
This commit is contained in:
parent
51cbae4221
commit
0bd5efd340
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/cmdargs-0.10.2.tar.gz
|
||||
/cmdargs-0.10.3.tar.gz
|
||||
/cmdargs-0.10.12.tar.gz
|
||||
/cmdargs-0.10.14.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user