ghc-xss-sanitize/ghc-xss-sanitize.spec

89 lines
2.3 KiB
RPMSpec
Raw Normal View History

2012-01-06 11:46:43 +00:00
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
2011-10-04 00:58:16 +00:00
2011-10-04 00:57:46 +00:00
%global pkg_name xss-sanitize
%global common_summary Sanitize untrusted HTML to prevent XSS attacks
2012-06-20 02:47:34 +00:00
%global common_description Run untrusted HTML through \
Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md for \
more details.
2011-10-04 00:57:46 +00:00
Name: ghc-%{pkg_name}
2012-06-20 02:47:34 +00:00
Version: 0.3.2
Release: 2%{?dist}
2011-10-04 00:57:46 +00:00
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
2011-10-04 00:58:16 +00:00
# BEGIN cabal2spec
2011-10-04 00:57:46 +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-10-04 00:58:16 +00:00
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
2012-01-06 11:46:43 +00:00
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
2011-10-04 00:58:16 +00:00
# END cabal2spec
2012-06-20 02:47:34 +00:00
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-css-text-devel
BuildRequires: ghc-network-devel
BuildRequires: ghc-tagsoup-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-utf8-string-devel
2011-10-04 00:57:46 +00:00
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
2012-01-06 11:46:43 +00:00
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
2012-03-20 09:53:11 +00:00
%ghc_files LICENSE
2011-10-04 00:57:46 +00:00
%changelog
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-10 04:48:25 +00:00
* Tue Jul 10 2012 Ben Boeckel <mathstuf@gmail.com> - 0.3.2-1
2012-06-20 02:47:34 +00:00
- Update to 0.3.2
2012-07-10 04:48:25 +00:00
* Thu Jun 19 2012 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 0.3.1-1
2012-06-20 02:47:34 +00:00
- update to upstream version 0.3.1
2012-06-15 08:42:55 +00:00
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 0.2.6-3
- rebuild
2012-01-06 11:46:43 +00:00
* Fri Jan 6 2012 Jens Petersen <petersen@redhat.com> - 0.2.6-2
- update to cabal2spec-0.25.2
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.2.6-1.1
- rebuild with new gmp without compat lib
2011-10-04 00:58:16 +00:00
* Tue Oct 4 2011 Jens Petersen <petersen@redhat.com> - 0.2.6-1
- update to 0.2.6 and cabal2spec-0.23
2011-10-04 00:57:46 +00:00
* Sat Oct 30 2010 Ben Boeckel <mathstuf@gmail.com> - 0.2.2-1
- Initial package
* Sat Oct 30 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.2.2-0
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2