update to 0.12.1.0
This commit is contained in:
parent
8c94cc3e76
commit
dcdf462631
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/optparse-applicative-0.9.0.tar.gz
|
||||
/optparse-applicative-0.10.0.tar.gz
|
||||
/optparse-applicative-0.11.0.1.tar.gz
|
||||
/optparse-applicative-0.12.1.0.tar.gz
|
||||
|
@ -1,18 +1,16 @@
|
||||
# generated by cabal-rpm-0.9.11
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name optparse-applicative
|
||||
|
||||
# no useful debuginfo for Haskell packages without C sources
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.11.0.1
|
||||
Release: 5%{?dist}
|
||||
Version: 0.12.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities and combinators for parsing command line options
|
||||
|
||||
License: BSD
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
@ -50,9 +48,7 @@ files.
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%check
|
||||
# test-suite requires test-framework*
|
||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
|
||||
|
||||
%post devel
|
||||
@ -64,14 +60,17 @@ 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.12.1.0-1
|
||||
- update to 0.12.1.0
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user