update to 0.6.1.1 with cabal-rpm
update summary and description
This commit is contained in:
parent
a5d88c871d
commit
4086eb7bcc
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/texmath-0.5.0.4.tar.gz
|
||||
/texmath-0.6.0.3.tar.gz
|
||||
/texmath-0.6.0.6.tar.gz
|
||||
/texmath-0.6.1.1.tar.gz
|
||||
|
@ -1,32 +1,33 @@
|
||||
# cabal2spec-0.25.2
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||
|
||||
%global pkg_name texmath
|
||||
|
||||
%global common_summary Haskell %{pkg_name} library
|
||||
%global common_summary Conversion of LaTeX math formulas to MathML or OMML
|
||||
|
||||
%global common_description The texmathml library provides functions to convert LaTeX math formulas to\
|
||||
presentation MathML. It supports basic LaTeX and AMS extensions, and it can\
|
||||
parse and apply LaTeX macros.
|
||||
%global common_description The texmathml library provides functions to convert LaTeX math formulas\
|
||||
to presentation MathML (which can be used in HTML) or\
|
||||
OMML (Office Math Markup Language, used in Microsoft Office).\
|
||||
It supports basic LaTeX and AMS extensions,\
|
||||
and it can parse and apply LaTeX macros.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.6.0.6
|
||||
Release: 3%{?dist}
|
||||
Version: 0.6.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: %{common_summary}
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
# BEGIN cabal2spec
|
||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
ExclusiveArch: %{ghc_arches}
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||
# END cabal2spec
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-syb-devel
|
||||
BuildRequires: ghc-xml-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
@ -43,7 +44,7 @@ BuildRequires: ghc-xml-devel
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/{cgi,tests}
|
||||
#rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/{cgi,tests}
|
||||
|
||||
|
||||
%ghc_devel_package
|
||||
@ -58,6 +59,10 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/{cgi,tests}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 08 2012 Jens Petersen <petersen@redhat.com> - 0.6.1.1-1
|
||||
- update to 0.6.1.1
|
||||
- update summary and description
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user