parent
3efa5d80df
commit
f5c637237a
@ -1,3 +0,0 @@
|
||||
HUnit-1.2.2.1.tar.gz
|
||||
/HUnit-1.2.2.3.tar.gz
|
||||
/HUnit-1.2.4.2.tar.gz
|
@ -0,0 +1 @@
|
||||
obsoleted by haskell-platform subpackage
|
@ -1,135 +0,0 @@
|
||||
%global pkg_name HUnit
|
||||
|
||||
%global common_summary Haskell %{pkg_name} library
|
||||
|
||||
%global common_description HUnit is a unit testing framework for Haskell, inspired by the JUnit tool\
|
||||
for Java.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
# part of haskell-platform
|
||||
Version: 1.2.4.2
|
||||
Release: 4%{?dist}
|
||||
Summary: %{common_summary}
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
# BEGIN cabal2spec
|
||||
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
|
||||
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||
# END cabal2spec
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%check
|
||||
%cabal test
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
# remove unwanted files
|
||||
rm %{buildroot}%{_bindir}/*-tests
|
||||
rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}
|
||||
|
||||
|
||||
%ghc_devel_package
|
||||
|
||||
%ghc_devel_description
|
||||
|
||||
|
||||
%ghc_devel_post_postun
|
||||
|
||||
|
||||
%ghc_files LICENSE
|
||||
%doc README doc/Guide.html examples/Example.hs
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Dec 30 2011 Jens Petersen <petersen@redhat.com> - 1.2.4.2-2
|
||||
- fix accidently deleted post script
|
||||
- cabal2spec-0.25.1
|
||||
|
||||
* Tue Dec 27 2011 Jens Petersen <petersen@redhat.com> - 1.2.4.2-1
|
||||
- update to 1.2.4.2 for haskell-platform-2011.4.0.0
|
||||
- update to cabal2spec-0.25
|
||||
|
||||
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.2.3-7.3
|
||||
- rebuild with new gmp without compat lib
|
||||
|
||||
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2.2.3-7.2
|
||||
- rebuild with new gmp without compat lib
|
||||
|
||||
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 1.2.2.3-7.1
|
||||
- rebuild with new gmp
|
||||
|
||||
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 1.2.2.3-7
|
||||
- ghc_arches replaces ghc_excluded_archs
|
||||
|
||||
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 1.2.2.3-6
|
||||
- BR ghc-Cabal-devel and use ghc_excluded_archs
|
||||
|
||||
* Fri May 27 2011 Jens Petersen <petersen@redhat.com> - 1.2.2.3-5
|
||||
- update to cabal2spec-0.23: add ppc64
|
||||
|
||||
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.2.2.3-4
|
||||
- Enable build on sparcv9
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Jan 17 2011 Jens Petersen <petersen@redhat.com> - 1.2.2.3-2
|
||||
- update to cabal2spec-0.22.4
|
||||
|
||||
* Sun Dec 5 2010 Jens Petersen <petersen@redhat.com> - 1.2.2.3-1
|
||||
- update to 1.2.2.3
|
||||
|
||||
* Thu Nov 25 2010 Jens Petersen <petersen@redhat.com> - 1.2.2.1-5
|
||||
- drop -o obsolete
|
||||
- don't list license file twice
|
||||
|
||||
* Sat Jul 31 2010 Jens Petersen <petersen@redhat.com> - 1.2.2.1-4
|
||||
- ghc-rpm-macros-0.8.1 for doc obsoletes
|
||||
- part of haskell-platform-2010.2.0.0
|
||||
- add hscolour
|
||||
- datadir filelist cleanup
|
||||
|
||||
* Sun Jun 27 2010 Jens Petersen <petersen@redhat.com> - 1.2.2.1-3
|
||||
- sync cabal2spec-0.22.1
|
||||
|
||||
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 1.2.2.1-2
|
||||
- part of haskell-platform-2010.1.0.0
|
||||
- rebuild against ghc-6.12.2
|
||||
- condition ghc_lib_package
|
||||
|
||||
* Mon Jan 11 2010 Jens Petersen <petersen@redhat.com> - 1.2.2.1-1
|
||||
- update 1.2.2.1 (current haskell-platform-2009.3.1)
|
||||
- remove test programs and move doc files to docdir
|
||||
- add check section for test programs
|
||||
- update to ghc-rpm-macros-0.5.1 and cabal2spec-0.21.1:
|
||||
- drop doc and prof bcond
|
||||
- use common summary and common_description
|
||||
- use ghc_lib_package
|
||||
- drop redundant buildroot and its install cleaning
|
||||
|
||||
* Wed Dec 23 2009 Jens Petersen <petersen@redhat.com> - 1.2.0.3-2
|
||||
- update packaging for ghc-6.12.1
|
||||
- added shared library support: needs ghc-rpm-macros 0.3.1
|
||||
|
||||
* Wed Aug 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 1.2.0.3-1
|
||||
- initial packaging for Fedora created by cabal2spec
|
Loading…
Reference in new issue