update to 0.6.6
This commit is contained in:
parent
80b87a0ddd
commit
6f0ac033ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/texmath-0.6.1.1.tar.gz
|
||||
/texmath-0.6.1.3.tar.gz
|
||||
/texmath-0.6.1.5.tar.gz
|
||||
/texmath-0.6.6.tar.gz
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
%global pkg_name texmath
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.6.1.5
|
||||
Release: 3%{?dist}
|
||||
Version: 0.6.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Conversion of LaTeX math formulas to MathML or OMML
|
||||
|
||||
License: GPLv2+
|
||||
@ -15,6 +15,7 @@ BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-pandoc-types-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-syb-devel
|
||||
BuildRequires: ghc-xml-devel
|
||||
@ -30,10 +31,11 @@ and it can parse and apply LaTeX macros.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
Requires(postun): ghc-compiler = %{ghc_version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
@ -50,8 +52,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/{cgi,tests}
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
@ -66,9 +66,13 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/{cgi,tests}
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc README.markdown
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2014 Jens Petersen <petersen@redhat.com> - 0.6.6-1
|
||||
- update to 0.6.6
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user