2012-03-22 13:34:38 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
2011-05-12 01:27:23 +00:00
|
|
|
|
2010-10-03 20:41:20 +00:00
|
|
|
%global pkg_name csv
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2010-11-11 00:29:56 +00:00
|
|
|
Version: 0.1.2
|
2015-01-27 14:08:55 +00:00
|
|
|
Release: 22%{?dist}
|
2013-06-07 03:48:30 +00:00
|
|
|
Summary: CSV loader and dumper
|
2010-10-03 20:41:20 +00:00
|
|
|
|
2012-03-22 13:34:38 +00:00
|
|
|
License: MIT
|
2015-01-27 14:08:55 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
2012-11-17 13:17:41 +00:00
|
|
|
|
2011-06-24 10:03:37 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-11-17 13:17:41 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
2011-07-09 05:13:36 +00:00
|
|
|
BuildRequires: ghc-filepath-devel
|
|
|
|
BuildRequires: ghc-parsec-devel
|
2012-11-17 13:17:41 +00:00
|
|
|
# End cabal-rpm deps
|
2010-10-03 20:41:20 +00:00
|
|
|
|
|
|
|
%description
|
2013-06-07 03:48:30 +00:00
|
|
|
This library parses and dumps documents that are formatted
|
|
|
|
according to RFC 4180, "The common Format and MIME Type for
|
|
|
|
Comma-Separated Values (CSV) Files". This format is used,
|
|
|
|
among many other things, as a lingua franca for spreadsheets,
|
|
|
|
and for certain web services.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2015-01-27 14:08:55 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2013-06-07 03:48:30 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2015-01-27 14:08:55 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-07 03:48:30 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2010-10-03 20:41:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
2013-06-07 03:48:30 +00:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
2011-07-09 05:13:36 +00:00
|
|
|
|
|
|
|
|
2013-06-07 03:48:30 +00:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2011-07-09 05:13:36 +00:00
|
|
|
|
|
|
|
|
2013-06-07 03:48:30 +00:00
|
|
|
%files -f %{name}.files
|
|
|
|
%doc COPYING
|
2012-03-22 13:34:38 +00:00
|
|
|
|
2013-06-07 03:48:30 +00:00
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2010-10-03 20:41:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2015-01-27 14:08:55 +00:00
|
|
|
* Tue Jan 27 2015 Jens Petersen <petersen@fedoraproject.org> - 0.1.2-22
|
|
|
|
- cblrpm refresh
|
|
|
|
|
2014-08-16 14:55:38 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 14:41:30 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 13:32:39 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-07 03:48:30 +00:00
|
|
|
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 0.1.2-18
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-02-13 23:04:46 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-17 13:17:41 +00:00
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 0.1.2-16
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
2012-07-19 05:31:11 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-15 08:38:14 +00:00
|
|
|
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 0.1.2-14
|
|
|
|
- rebuild
|
|
|
|
|
2012-03-22 13:34:38 +00:00
|
|
|
* Sun Mar 18 2012 Jens Petersen <petersen@redhat.com> - 0.1.2-13
|
|
|
|
- correct new license to MIT
|
|
|
|
- update to cabal2spec-0.25
|
|
|
|
|
2012-01-13 03:21:53 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-12.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-20 20:13:39 +00:00
|
|
|
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.1.2-11.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-11 10:19:41 +00:00
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.1.2-11.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-07-09 05:13:36 +00:00
|
|
|
* Sat Jul 09 2011 Ben Boeckel <mathstuf@gmail.com> - 0.1.2-11
|
|
|
|
- Update to cabal2spec-0.24
|
|
|
|
|
2011-06-24 10:03:37 +00:00
|
|
|
* Fri Jun 24 2011 Jens Petersen <petersen@redhat.com> - 0.1.2-10
|
|
|
|
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
|
2011-05-12 01:27:23 +00:00
|
|
|
* Wed May 11 2011 Ben Boeckel <mathstuf@gmail.com> - 0.1.2-9
|
|
|
|
- Update to cabal2spec-0.22.7
|
|
|
|
|
2011-03-10 08:15:38 +00:00
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.1.2-8
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
2011-02-17 05:42:47 +00:00
|
|
|
* Thu Feb 17 2011 Ben Boeckel <mathstuf@gmail.com> - 0.1.2-7
|
|
|
|
- Rebuild for broken dependencies
|
|
|
|
|
2011-02-09 01:07:06 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-15 17:35:48 +00:00
|
|
|
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.1.2-5
|
|
|
|
- Update to cabal2spec-0.22.4
|
|
|
|
- Rebuild
|
|
|
|
|
2010-12-05 09:28:12 +00:00
|
|
|
* Sun Dec 5 2010 Jens Petersen <petersen@redhat.com> - 0.1.2-4
|
|
|
|
- rebuild
|
|
|
|
|
2010-11-28 16:52:36 +00:00
|
|
|
* Sun Nov 28 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.2-3
|
|
|
|
- Rebuild for GHC7
|
|
|
|
|
2010-11-11 00:29:56 +00:00
|
|
|
* Wed Nov 10 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.2-2
|
|
|
|
- Update to 0.1.2
|
|
|
|
|
2010-11-07 17:00:55 +00:00
|
|
|
* Sun Nov 07 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.1-2
|
|
|
|
- Rebuild
|
|
|
|
|
2010-10-03 20:41:20 +00:00
|
|
|
* Fri Sep 03 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.1-1
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
* Fri Sep 3 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.1.1-0
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|