update to 0.9.1
This commit is contained in:
parent
d11e792cbc
commit
19a4f9463e
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/texmath-0.8.0.1.tar.gz
|
/texmath-0.8.0.1.tar.gz
|
||||||
/texmath-0.8.4.2.tar.gz
|
/texmath-0.8.4.2.tar.gz
|
||||||
/texmath-0.8.6.4.tar.gz
|
/texmath-0.8.6.4.tar.gz
|
||||||
|
/texmath-0.9.1.tar.gz
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
# generated by cabal-rpm-0.10.0
|
# generated by cabal-rpm-0.11.1
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
%global pkg_name texmath
|
%global pkg_name texmath
|
||||||
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
%ifnarch armv7hl
|
%ifnarch armv7hl
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.6.4
|
Version: 0.9.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Conversion between formats used to represent mathematics
|
Summary: Conversion between formats used to represent mathematics
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -61,7 +62,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkgver}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -93,6 +94,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 0.9.1-1
|
||||||
|
- update to 0.9.1
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6.4-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user