drop the prof subpackage
This commit is contained in:
parent
821967ca96
commit
9d0fc86b5c
@ -43,7 +43,7 @@ distilled from Hackage.
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: %{upstream_version}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Standard Haskell distribution
|
||||
|
||||
Group: Development/Tools
|
||||
@ -83,6 +83,9 @@ Group: Development/Libraries
|
||||
Requires: ghc-devel = %{ghc_version}
|
||||
%platform_libs devel
|
||||
Obsoletes: ghc-%{name}-doc < 2010.2.0.0-0.1
|
||||
Provides: ghc-%{name}-doc = %{version}-%{release}
|
||||
Obsoletes: ghc-%{name}-prof < %{version}-%{release}
|
||||
Provides: ghc-%{name}-prof = %{version}-%{release}
|
||||
|
||||
%description -n ghc-%{name}-devel
|
||||
%{common_description}
|
||||
@ -90,19 +93,6 @@ Obsoletes: ghc-%{name}-doc < 2010.2.0.0-0.1
|
||||
This package is for the development files.
|
||||
|
||||
|
||||
%package -n ghc-%{name}-prof
|
||||
Summary: %{common_summary} profiling libraries
|
||||
Group: Development/Libraries
|
||||
Requires: ghc-%{name}-devel = %{version}-%{release}
|
||||
Requires: ghc-prof = %{ghc_version}
|
||||
%platform_libs prof
|
||||
|
||||
%description -n ghc-%{name}-prof
|
||||
%{common_description}
|
||||
|
||||
This package is for the profiling libraries.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{upstream_version}
|
||||
|
||||
@ -139,11 +129,10 @@ rm %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
|
||||
%files -n ghc-%{name}-prof -f ghc-%{name}-prof.files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 27 2011 Jens Petersen <petersen@redhat.com> - 2011.2.0.0-5
|
||||
- drop the prof subpackage
|
||||
|
||||
* Wed May 25 2011 Jens Petersen <petersen@redhat.com> - 2011.2.0.0-4
|
||||
- add ppc64 arch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user