obsoleted by haskell-platform subpackage
This commit is contained in:
parent
3104dcae1e
commit
f47d2bb48d
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
regex-posix-0.94.2.tar.gz
|
||||
/regex-posix-0.94.4.tar.gz
|
||||
/regex-posix-0.95.1.tar.gz
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
||||
obsoleted by haskell-platform subpackage
|
@ -1,112 +0,0 @@
|
||||
%global pkg_name regex-posix
|
||||
|
||||
%global common_summary Haskell posix regex backend library
|
||||
|
||||
%global common_description The posix regex backend for regex-base.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
# part of haskell-platform-2011.4.0.0
|
||||
Version: 0.95.1
|
||||
Release: 3%{?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
|
||||
BuildRequires: ghc-regex-base-prof
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%ghc_devel_package
|
||||
|
||||
%ghc_devel_description
|
||||
|
||||
|
||||
%ghc_devel_post_postun
|
||||
|
||||
|
||||
%ghc_files LICENSE
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 21 2012 Jens Petersen <petersen@redhat.com> - 0.95.1-3
|
||||
- rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.95.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Dec 28 2011 Jens Petersen <petersen@redhat.com> - 0.95.1-1
|
||||
- update to 0.95.1 for haskell-platform-2011.4.0.0
|
||||
- cabal2spec-0.25.1
|
||||
|
||||
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.94.4-7.3
|
||||
- rebuild with new gmp without compat lib
|
||||
|
||||
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.94.4-7.2
|
||||
- rebuild with new gmp without compat lib
|
||||
|
||||
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.94.4-7.1
|
||||
- rebuild with new gmp
|
||||
|
||||
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 0.94.4-7
|
||||
- ghc_arches replaces ghc_excluded_archs
|
||||
|
||||
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 0.94.4-6
|
||||
- BR ghc-Cabal-devel and use ghc_excluded_archs
|
||||
|
||||
* Fri May 27 2011 Jens Petersen <petersen@redhat.com> - 0.94.4-5
|
||||
- update to cabal2spec-0.23: add ppc64
|
||||
|
||||
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.94.4-4
|
||||
- Enable build on sparcv9
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.94.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sat Jan 15 2011 Jens Petersen <petersen@redhat.com> - 0.94.4-2
|
||||
- update to cabal2spec-0.22.4
|
||||
|
||||
* Sun Dec 5 2010 Jens Petersen <petersen@redhat.com> - 0.94.4-1
|
||||
- update to 0.94.4
|
||||
|
||||
* Thu Nov 25 2010 Jens Petersen <petersen@redhat.com> - 0.94.2-2
|
||||
- update url and drop -o obsoletes
|
||||
- add hscolour
|
||||
|
||||
* Fri Jul 16 2010 Jens Petersen <petersen@redhat.com> - 0.94.2-1
|
||||
- update to 0.94.2 for haskell-platform-2010.2.0.0
|
||||
- obsolete doc subpackage (ghc-rpm-macros-0.8.0)
|
||||
|
||||
* Sat Jun 26 2010 Jens Petersen <petersen@redhat.com> - 0.94.1-4
|
||||
- sync cabal2spec-0.22
|
||||
|
||||
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 0.94.1-3
|
||||
- rebuild against ghc-6.12.2
|
||||
- condition ghc_lib_package
|
||||
|
||||
* Fri Jan 15 2010 Jens Petersen <petersen@redhat.com> - 0.94.1-2
|
||||
- BSD license
|
||||
- depends on regexp-base
|
||||
|
||||
* Fri Jan 15 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.94.1-1
|
||||
- initial packaging for Fedora automatically generated by cabal2spec-0.21.1
|
Loading…
Reference in New Issue
Block a user