2019-08-05 10:31:26 +00:00
|
|
|
# generated by cabal-rpm-1.0.1
|
2012-03-23 03:54:10 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
2011-06-21 12:28:08 +00:00
|
|
|
|
2010-10-31 09:10:18 +00:00
|
|
|
%global pkg_name regex-tdfa
|
2017-02-24 08:48:22 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2014-08-27 08:42:54 +00:00
|
|
|
|
2010-10-31 09:10:18 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2019-07-25 16:28:27 +00:00
|
|
|
Version: 1.2.3.2
|
|
|
|
Release: 1%{?dist}
|
2013-06-05 06:28:52 +00:00
|
|
|
Summary: Haskell tagged DFA regular expression library
|
2010-10-31 09:10:18 +00:00
|
|
|
|
|
|
|
License: BSD
|
2017-02-24 08:48:22 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:46:53 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-24 08:48:22 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2019-02-17 14:46:53 +00:00
|
|
|
# End cabal-rpm sources
|
2012-11-17 16:17:02 +00:00
|
|
|
|
2019-02-17 14:46:53 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2011-06-21 12:28:08 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-11-17 16:17:02 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2019-08-05 10:31:26 +00:00
|
|
|
BuildRequires: ghc-array-prof
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-mtl-prof
|
|
|
|
BuildRequires: ghc-parsec-prof
|
|
|
|
BuildRequires: ghc-regex-base-prof
|
2012-11-17 16:17:02 +00:00
|
|
|
# End cabal-rpm deps
|
2010-10-31 09:10:18 +00:00
|
|
|
|
|
|
|
%description
|
2013-06-05 06:28:52 +00:00
|
|
|
A new all Haskell "tagged" DFA regex engine, inspired by libtre.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2014-08-27 08:42:54 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:31:26 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2018-01-24 13:11:52 +00:00
|
|
|
%if %{defined ghc_version}
|
2013-06-05 06:28:52 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:52 +00:00
|
|
|
%endif
|
2014-08-27 08:42:54 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-05 06:28:52 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2010-10-31 09:10:18 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:25:29 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
This package provides the Haskell %{pkg_name} library documentation.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%package prof
|
|
|
|
Summary: Haskell %{pkg_name} profiling library
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2010-10-31 09:10:18 +00:00
|
|
|
%prep
|
2019-02-17 14:46:53 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-02-24 08:48:22 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2019-02-17 14:46:53 +00:00
|
|
|
# End cabal-rpm setup
|
2010-10-31 09:10:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:46:53 +00:00
|
|
|
# Begin cabal-rpm build:
|
2010-10-31 09:10:18 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:46:53 +00:00
|
|
|
# End cabal-rpm build
|
2010-10-31 09:10:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:46:53 +00:00
|
|
|
# Begin cabal-rpm install
|
2010-10-31 09:10:18 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:46:53 +00:00
|
|
|
# End cabal-rpm install
|
2010-10-31 09:10:18 +00:00
|
|
|
|
|
|
|
|
2013-06-05 06:28:52 +00:00
|
|
|
%files -f %{name}.files
|
2019-02-17 14:46:53 +00:00
|
|
|
# Begin cabal-rpm files:
|
2016-06-26 06:06:31 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:46:53 +00:00
|
|
|
# End cabal-rpm files
|
2012-03-23 03:54:10 +00:00
|
|
|
|
|
|
|
|
2013-06-05 06:28:52 +00:00
|
|
|
%files devel -f %{name}-devel.files
|
2016-06-26 06:06:31 +00:00
|
|
|
%doc CHANGELOG.md
|
2010-10-31 09:10:18 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:25:29 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2010-10-31 09:10:18 +00:00
|
|
|
%changelog
|
2019-07-25 16:28:27 +00:00
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 1.2.3.2-1
|
|
|
|
- update to 1.2.3.2
|
|
|
|
|
2019-07-25 02:55:05 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 14:46:53 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.2.3.1-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:56:09 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-22 14:24:29 +00:00
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 1.2.3.1-1
|
|
|
|
- update to 1.2.3.1
|
|
|
|
|
2018-07-13 02:04:48 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 12:03:35 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-26 10:53:13 +00:00
|
|
|
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 1.2.2-6
|
|
|
|
- rebuild
|
|
|
|
|
2017-08-02 21:30:18 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:54:18 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-24 08:48:22 +00:00
|
|
|
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 1.2.2-3
|
|
|
|
- refresh to cabal-rpm-0.11.1
|
|
|
|
|
2017-02-10 10:47:42 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-06-26 06:06:31 +00:00
|
|
|
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 1.2.2-1
|
|
|
|
- update to 1.2.2
|
|
|
|
|
2016-02-03 21:42:18 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 07:56:26 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-27 08:42:54 +00:00
|
|
|
* Wed Aug 27 2014 Jens Petersen <petersen@redhat.com> - 1.2.0-1
|
|
|
|
- update to 1.2.0
|
|
|
|
- refresh to cblrpm-0.8.11
|
|
|
|
|
2014-08-16 15:41:39 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 15:10:22 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 13:57:12 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-05 06:28:52 +00:00
|
|
|
* Wed Jun 05 2013 Jens Petersen <petersen@redhat.com> - 1.1.8-10
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-02-13 23:16:33 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-17 16:17:02 +00:00
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 1.1.8-8
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
2012-07-19 05:56:59 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-16 02:14:23 +00:00
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 1.1.8-6
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
2012-06-15 08:40:15 +00:00
|
|
|
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 1.1.8-5
|
|
|
|
- rebuild
|
|
|
|
|
2012-03-23 03:54:10 +00:00
|
|
|
* Sun Mar 18 2012 Jens Petersen <petersen@redhat.com> - 1.1.8-4
|
|
|
|
- update to cabal2spec-0.25
|
|
|
|
|
2012-01-13 03:25:52 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-3.3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-24 13:26:50 +00:00
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1.8-2.3
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-21 02:07:09 +00:00
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1.8-2.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-11 17:12:08 +00:00
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 1.1.8-2.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-06-21 12:28:08 +00:00
|
|
|
* Tue Jun 21 2011 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.8-2
|
|
|
|
- Update to cabal2spec-0.23.2
|
|
|
|
|
2011-04-18 06:00:40 +00:00
|
|
|
* Mon Apr 18 2011 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.8-1
|
2011-04-18 06:05:46 +00:00
|
|
|
- Package update to 1.1.8. Update to cabal2spec 0.22.5
|
2011-04-18 06:00:40 +00:00
|
|
|
|
2011-03-11 05:00:45 +00:00
|
|
|
* Fri Mar 11 2011 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.7-6
|
|
|
|
Rebuild for ghc-7.0.2
|
|
|
|
|
2011-03-10 08:15:38 +00:00
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.1.7-5
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
2011-02-09 01:30:25 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-15 13:26:09 +00:00
|
|
|
* Sat Jan 15 2011 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.7-3
|
|
|
|
- rebuild for ghc7
|
|
|
|
- update to cabal2spec 0.22.4
|
|
|
|
|
2010-12-05 09:25:49 +00:00
|
|
|
* Sun Dec 5 2010 Jens Petersen <petersen@redhat.com> - 1.1.7-2
|
|
|
|
- rebuild
|
|
|
|
|
2010-11-28 13:22:21 +00:00
|
|
|
* Sun Nov 28 2010 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.7-1
|
|
|
|
- updated to 1.1.7
|
|
|
|
|
2010-11-28 12:04:24 +00:00
|
|
|
* Sun Nov 28 2010 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.6-2
|
|
|
|
- Rebuilding for ghc7
|
|
|
|
|
2010-10-31 09:28:30 +00:00
|
|
|
* Sun Oct 31 2010 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.6-1
|
|
|
|
- package updated to 1.1.6
|
|
|
|
|
2010-10-31 09:10:18 +00:00
|
|
|
* Sat Sep 18 2010 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.4-1
|
2013-06-05 06:28:52 +00:00
|
|
|
- using ghc-rpm-macros 0.8.1
|
2010-10-31 09:10:18 +00:00
|
|
|
- package updated to 1.1.4
|
|
|
|
|
|
|
|
* Sat Jul 3 2010 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.3-1
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.1
|
|
|
|
- Updated to use ghc_lib_package, ghc_lib_build, ghc_lib_install macros instead of cabal macros
|
|
|
|
|
|
|
|
* Tue May 25 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.1.2-1
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.21.3
|