ghc-pandoc-types/ghc-pandoc-types.spec

100 lines
2.7 KiB
RPMSpec
Raw Normal View History

2012-01-05 05:22:55 +00:00
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
2011-05-11 08:35:41 +00:00
%global pkg_name pandoc-types
%global common_summary Pandoc data structure library
%global common_description This package contains definitions for the Pandoc data structure, which\
is used by pandoc to represent structured documents. These definitions\
used to live in the pandoc package, but they have been split off, so\
that other packages can use them without drawing in all of pandoc's\
dependencies, and pandoc itself can depend on packages (like\
citeproc-hs) that use them.
Name: ghc-%{pkg_name}
2012-03-07 07:52:51 +00:00
Version: 1.9.1
2012-03-22 15:05:50 +00:00
Release: 2%{?dist}
2011-05-11 08:35:41 +00:00
Summary: %{common_summary}
Group: System Environment/Libraries
License: GPLv2+
2012-01-05 05:22:55 +00:00
# BEGIN cabal2spec
2011-05-11 08:35:41 +00:00
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
2011-06-22 09:12:19 +00:00
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
2012-01-05 05:22:55 +00:00
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
BuildRequires: ghc-containers-prof
BuildRequires: ghc-syb-prof
2011-05-11 08:35:41 +00:00
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
2012-01-05 05:22:55 +00:00
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
2012-03-22 15:05:50 +00:00
%ghc_files COPYING
2011-05-11 08:35:41 +00:00
%changelog
2012-03-22 15:05:50 +00:00
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 1.9.1-2
- add license to ghc_files
2012-03-07 07:52:51 +00:00
* Wed Mar 7 2012 Jens Petersen <petersen@redhat.com> - 1.9.1-1
- update to 1.9.1
2012-02-12 09:00:34 +00:00
* Sun Feb 12 2012 Jens Petersen <petersen@redhat.com> - 1.9.0.2-1
- update to 1.9.0.2
2012-01-05 05:22:55 +00:00
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 1.8.2-2
- update to cabal2spec-0.25.2
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.8.2-1.3
- rebuild with new gmp without compat lib
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.8.2-1.2
- rebuild with new gmp without compat lib
2011-10-11 15:42:45 +00:00
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 1.8.2-1.1
- rebuild with new gmp
2011-08-04 05:09:10 +00:00
* Thu Aug 4 2011 Jens Petersen <petersen@redhat.com> - 1.8.2-1
- update to 1.8.2
2011-06-22 09:12:19 +00:00
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 1.8.0.2-2
- use ghc_arches (cabal2spec-0.23.2)
2011-05-13 08:36:00 +00:00
* Fri May 13 2011 Jens Petersen <petersen@redhat.com> - 1.8.0.2-1
- update to 1.8.0.2
* Wed May 11 2011 Jens Petersen <petersen@redhat.com> - 1.8-2
- drop ghc_package_deps
- add BR on ghc-Cabal-devel and ghc-containers-prof
2011-05-11 08:35:41 +00:00
* Tue May 3 2011 Jens Petersen <petersen@redhat.com> - 1.8-1
- GPLv2+ and depends on syb
2011-05-11 08:35:41 +00:00
* Tue May 3 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.8-0
- initial packaging for Fedora automatically generated by cabal2spec-0.22.6