ghc-ConfigFile/ghc-ConfigFile.spec

118 lines
3.4 KiB
RPMSpec
Raw Normal View History

2012-01-04 23:36:23 +00:00
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
2011-03-16 06:38:56 +00:00
%global pkg_name ConfigFile
%global common_summary Configuration file reading and writing
%global common_description Parser and writer for handling sectioned config files in \
Haskell. \
\
The ConfigFile module works with configuration files in a \
standard format that is easy for the user to edit, easy for \
the programmer to work with, yet remains powerful and \
flexible. It is inspired by, and compatible with, Python's \
ConfigParser module. It uses files that resemble Windows \
.INI-style files, but with numerous improvements. \
\
ConfigFile provides simple calls to both read and write \
config files. It's possible to make a config file parsable by \
this module, the Unix shell, and make.
Name: ghc-%{pkg_name}
2011-12-03 11:05:50 +00:00
Version: 1.1.1
Release: 5%{?dist}
2011-03-16 06:38:56 +00:00
Summary: %{common_summary}
Group: System Environment/Libraries
License: LGPLv2+
2011-12-03 11:05:50 +00:00
# BEGIN cabal2spec
2011-03-16 06:38:56 +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
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
2012-01-04 23:36:23 +00:00
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
2011-12-03 11:05:50 +00:00
# END cabal2spec
2012-07-16 02:06:27 +00:00
BuildRequires: ghc-MissingH-devel
BuildRequires: ghc-haskell98-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-parsec-devel
2011-03-16 06:38:56 +00:00
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
2012-01-04 23:36:23 +00:00
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
%ghc_files COPYING COPYRIGHT
%doc README
2011-03-16 06:38:56 +00:00
%changelog
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-16 02:06:27 +00:00
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 1.1.1-4
- change prof BRs to devel
2012-06-15 08:35:22 +00:00
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 1.1.1-3
- rebuild
2012-01-04 23:36:23 +00:00
* Wed Jan 4 2012 Jens Petersen <petersen@redhat.com> - 1.1.1-2
- update to cabal2spec-0.25.2
2011-12-03 11:05:50 +00:00
* Sat Dec 3 2011 Jens Petersen <petersen@redhat.com> - 1.1.1-1
- update to 1.1.1
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.0.6-7.3
- rebuild with new gmp without compat lib
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.0.6-7.2
- rebuild with new gmp without compat lib
2011-10-11 10:13:31 +00:00
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 1.0.6-7.1
- rebuild with new gmp
2011-09-26 10:08:49 +00:00
* Mon Sep 26 2011 Jens Petersen <petersen@redhat.com> - 1.0.6-7
2011-09-27 00:13:52 +00:00
- rebuild against MissingH-1.1.1.0 and BR haskell98
2011-09-26 10:08:49 +00:00
2011-08-29 09:55:39 +00:00
* Mon Aug 29 2011 Jens Petersen <petersen@redhat.com> - 1.0.6-6
- rebuild for hslogger-1.1.5
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 1.0.6-5
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
2011-03-16 10:12:24 +00:00
* Wed Mar 16 2011 Jens Petersen <petersen@redhat.com> - 1.0.6-4
- update to cabal2spec-0.22.5
2011-03-16 06:38:56 +00:00
* Sat Jan 29 2011 Jens Petersen <petersen@redhat.com> - 1.0.6-3
- update to cabal2spec-0.22.4
* Wed Sep 15 2010 Jens Petersen <petersen@redhat.com> - 1.0.6-2
- include the COPYRIGHT file too
* Sun Sep 05 2010 Ben Boeckel <mathstuf@gmail.com> - 1.0.6-1
- Initial package
* Sun Sep 5 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.0.6-0
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2