From ee8ea098cf4f9777be66865e0dc9f23a5ef8c91a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Feb 2014 14:37:06 +0900 Subject: [PATCH] Revert "obsoleted by haskell-platform subpackage" This reverts commit f5c637237a0155fd3eca0733c9a635acdb17e426. --- .gitignore | 3 ++ dead.package | 1 - ghc-HUnit.spec | 135 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 139 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 dead.package create mode 100644 ghc-HUnit.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..986b923 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +HUnit-1.2.2.1.tar.gz +/HUnit-1.2.2.3.tar.gz +/HUnit-1.2.4.2.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index 6dee5e4..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -obsoleted by haskell-platform subpackage diff --git a/ghc-HUnit.spec b/ghc-HUnit.spec new file mode 100644 index 0000000..a8cbb15 --- /dev/null +++ b/ghc-HUnit.spec @@ -0,0 +1,135 @@ +%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 - 1.2.4.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Dec 30 2011 Jens Petersen - 1.2.4.2-2 +- fix accidently deleted post script +- cabal2spec-0.25.1 + +* Tue Dec 27 2011 Jens Petersen - 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á - 1.2.2.3-7.3 +- rebuild with new gmp without compat lib + +* Fri Oct 21 2011 Marcela Mašláňová - 1.2.2.3-7.2 +- rebuild with new gmp without compat lib + +* Tue Oct 11 2011 Peter Schiffer - 1.2.2.3-7.1 +- rebuild with new gmp + +* Tue Jun 21 2011 Jens Petersen - 1.2.2.3-7 +- ghc_arches replaces ghc_excluded_archs + +* Mon Jun 20 2011 Jens Petersen - 1.2.2.3-6 +- BR ghc-Cabal-devel and use ghc_excluded_archs + +* Fri May 27 2011 Jens Petersen - 1.2.2.3-5 +- update to cabal2spec-0.23: add ppc64 + +* Thu Mar 10 2011 Fabio M. Di Nitto - 1.2.2.3-4 +- Enable build on sparcv9 + +* Tue Feb 08 2011 Fedora Release Engineering - 1.2.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jan 17 2011 Jens Petersen - 1.2.2.3-2 +- update to cabal2spec-0.22.4 + +* Sun Dec 5 2010 Jens Petersen - 1.2.2.3-1 +- update to 1.2.2.3 + +* Thu Nov 25 2010 Jens Petersen - 1.2.2.1-5 +- drop -o obsolete +- don't list license file twice + +* Sat Jul 31 2010 Jens Petersen - 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 - 1.2.2.1-3 +- sync cabal2spec-0.22.1 + +* Tue Apr 27 2010 Jens Petersen - 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 - 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 - 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 - 1.2.0.3-1 +- initial packaging for Fedora created by cabal2spec diff --git a/sources b/sources new file mode 100644 index 0000000..f750761 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +b834809dc5c4ac4d1e519d8d6c456600 HUnit-1.2.4.2.tar.gz