ghc-colour/ghc-colour.spec

119 lines
3.3 KiB
RPMSpec
Raw Normal View History

2012-01-04 13:47:14 +00:00
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
2011-05-11 02:56:52 +00:00
2010-10-03 20:44:45 +00:00
%global pkg_name colour
2011-05-11 02:56:52 +00:00
%global common_summary A model for human color perception
2010-10-03 20:44:45 +00:00
2011-05-11 02:56:52 +00:00
%global common_description This package provides a data type for colors and \
transparency. Colors can be blended and composed. Various \
color spaces are supported. A module of color names \
2010-10-03 20:44:45 +00:00
("Data.Colour.Names") is provided.
Name: ghc-%{pkg_name}
2012-03-20 08:59:21 +00:00
Version: 2.3.3
Release: 3%{?dist}
2010-10-03 20:44:45 +00:00
Summary: %{common_summary}
Group: System Environment/Libraries
License: MIT
# BEGIN cabal2spec
2010-10-03 20:44:45 +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 13:47:14 +00:00
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
2012-07-16 02:08:41 +00:00
BuildRequires: ghc-base-devel
2010-10-03 20:44:45 +00:00
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
rm %{buildroot}%{_datadir}/%{pkg_name}-%{version}/{README,CHANGELOG}
2010-10-03 20:44:45 +00:00
2012-01-04 13:47:14 +00:00
%ghc_devel_package
2011-07-09 05:12:41 +00:00
2012-01-04 13:47:14 +00:00
%ghc_devel_description
2011-07-09 05:12:41 +00:00
2012-01-04 13:47:14 +00:00
%ghc_devel_post_postun
2011-07-09 05:12:41 +00:00
2012-01-04 13:47:14 +00:00
2012-03-20 08:59:21 +00:00
%ghc_files LICENSE
2012-01-04 13:47:14 +00:00
%doc CHANGELOG README
2010-10-03 20:44:45 +00:00
%changelog
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-16 02:08:41 +00:00
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 2.3.3-2
- change prof BRs to devel
2012-03-20 08:59:21 +00:00
* Tue Mar 20 2012 Jens Petersen <petersen@redhat.com> - 2.3.3-1
- update to 2.3.3
2012-01-04 13:47:14 +00:00
* Wed Jan 4 2012 Jens Petersen <petersen@redhat.com> - 2.3.2-1
- update to 2.3.2 and cabal2spec-0.25.2
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.3.1-11.2
- rebuild with new gmp without compat lib
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.3.1-11.1
- rebuild with new gmp without compat lib
* Thu Oct 13 2011 Jens Petersen <petersen@redhat.com> - 2.3.1-11
- move readme and changelog files into devel doc (#744635)
- BR base library
2011-10-11 10:07:41 +00:00
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 2.3.1-10.1
- rebuild with new gmp
2011-07-09 05:12:41 +00:00
* Sat Jul 09 2011 Ben Boeckel <mathstuf@gmail.com> - 2.3.1-10
- Update to cabal2spec-0.24
* Fri Jun 24 2011 Jens Petersen <petersen@redhat.com> - 2.3.1-9
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
2011-05-12 01:23:14 +00:00
* Wed May 11 2011 Ben Boeckel <mathstuf@gmail.com> - 2.3.1-8
- Update to cabal2spec-0.22.7
2011-05-11 02:56:52 +00:00
* Tue May 10 2011 Ben Boeckel <mathstuf@gmail.com> - 2.3.1-7
- Update to cabal2spec-0.22.6
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.3.1-6
- Enable build on sparcv9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 2.3.1-4
- Update to cabal2spec-0.22.4
- Rebuild
2010-11-28 16:51:43 +00:00
* Sun Nov 28 2010 Ben Boeckel <mathstuf@gmail.com> - 2.3.1-3
- Rebuild for GHC7
2010-11-07 17:12:32 +00:00
* Sun Nov 07 2010 Ben Boeckel <mathstuf@gmail.com> - 2.3.1-2
- Rebuild
2010-10-03 20:44:45 +00:00
* Sat Sep 04 2010 Ben Boeckel <mathstuf@gmail.com> - 2.3.1-1
- Initial package
* Sat Sep 4 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 2.3.1-0
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2