forked from pool/texmath
Accepting request 213352 from devel:languages:haskell:pandoc
update and remove cgi program so we have fewer dependencies (forwarded request 213350 from ptrommler) OBS-URL: https://build.opensuse.org/request/show/213352 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
e15cae4f48
commit
6976088bcd
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0eeafd7c68e734e350028f44af30a46175780d51db7f2ce9356c5c4582c61d24
|
|
||||||
size 45075
|
|
||||||
3
texmath-0.6.5.2.tar.gz
Normal file
3
texmath-0.6.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:749810eb9e01982730c66f11cdaf2af3252ee7dcc6a6089b1fa4cbad00716adf
|
||||||
|
size 45441
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 31 16:20:44 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
- update to 0.6.5.2
|
||||||
|
- needed for pandoc 1.12.2.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 31 15:05:50 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
- remove cgi support
|
||||||
|
* not needed for pandoc
|
||||||
|
* drop dependency on ghc-utf8-string-devel
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 29 16:42:57 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
- merge d:l:haskell changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 6 17:16:16 UTC 2013 - sbahling@suse.com
|
Sun Oct 6 17:16:16 UTC 2013 - sbahling@suse.com
|
||||||
|
|
||||||
|
|||||||
14
texmath.spec
14
texmath.spec
@@ -19,7 +19,7 @@
|
|||||||
%global pkg_name texmath
|
%global pkg_name texmath
|
||||||
|
|
||||||
Name: texmath
|
Name: texmath
|
||||||
Version: 0.6.4
|
Version: 0.6.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Conversion of LaTeX math formulas to MathML or OMML
|
Summary: Conversion of LaTeX math formulas to MathML or OMML
|
||||||
License: GPL-1.0+
|
License: GPL-1.0+
|
||||||
@@ -39,10 +39,10 @@ BuildRequires: ghc-syb-devel
|
|||||||
BuildRequires: ghc-xml-devel
|
BuildRequires: ghc-xml-devel
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
# Deps that cabal-rpm does not catch
|
# Deps for cgi executable
|
||||||
BuildRequires: ghc-cgi-devel
|
# BuildRequires: ghc-cgi-devel
|
||||||
BuildRequires: ghc-json-devel
|
# BuildRequires: ghc-json-devel
|
||||||
BuildRequires: ghc-utf8-string-devel
|
# BuildRequires: ghc-utf8-string-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The texmathml library provides functions to convert LaTeX
|
The texmathml library provides functions to convert LaTeX
|
||||||
@@ -85,7 +85,7 @@ This package provides the library development files.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define cabal_configure_options -f 'cgi test'
|
%define cabal_configure_options -f 'test'
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -100,7 +100,7 @@ This package provides the library development files.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%{_bindir}/texmath-cgi
|
#%%{_bindir}/texmath-cgi
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}-%{version}
|
%{_datadir}/%{name}-%{version}
|
||||||
%exclude %{_datadir}/%{name}-%{version}/tests
|
%exclude %{_datadir}/%{name}-%{version}/tests
|
||||||
|
|||||||
Reference in New Issue
Block a user