Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 316151 Details for
Bug 460304
Add macros to GHC for packaging cabal packages for GHC
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
ghc-Cabal.spec
ghc-Cabal.spec (text/plain), 2.81 KB, created by
Jens Petersen
on 2008-09-09 07:23:54 UTC
(
hide
)
Description:
ghc-Cabal.spec
Filename:
MIME Type:
Creator:
Jens Petersen
Created:
2008-09-09 07:23:54 UTC
Size:
2.81 KB
patch
obsolete
>%define pkg_name Cabal >%define hsc_name ghc >%define hsc_version %( %{hsc_name} -V | sed 's/.* //') >%define pkg_libdir %{_libdir}/%{hsc_name}-%{hsc_version}/%{pkg_name}-%{version} >%define debug_package %{nil} >#Haskell compilers do not traditionally emit DWARF data. > >Name: %{hsc_name}-%{pkg_name} >Version: 1.4.0.2 >Release: 2%{?dist} >License: BSD >Group: Development/Libraries >URL: http://www.haskell.org/cabal/ >Source: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz >Summary: A framework for packaging Haskell software ># I have noticed that sometimes 'BuildRoot:' and the associated %{buildroot} ># do not get set correctly in Rawhide (10), leading to compilation errors... >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >Requires: ghc >= %{hsc_version} >BuildRequires: ghc >= %{hsc_version} > >%description >The Haskell Common Architecture for Building Applications and >Libraries: a framework defining a common interface for authors to more >easily build their Haskell applications in a portable way. > >The Haskell Cabal is meant to be a part of a larger infrastructure >for distributing, organizing, and cataloging Haskell libraries >and tools. > > >%package -n %{hsc_name}-%{pkg_name}-prof >Summary: Profiling libraries for %{hsc_name}-%{pkg_name} >Group: Development/Libraries >Requires: %{hsc_name}-%{pkg_name} = %{version} > >%description -n %{hsc_name}-%{pkg_name}-prof >The Haskell Common Architecture for Building Applications and >Libraries: a framework defining a common interface for authors to more >easily build their Haskell applications in a portable way. > >The Haskell Cabal is meant to be a part of a larger infrastructure >for distributing, organizing, and cataloging Haskell libraries >and tools. > >This package contains profiling libraries for %{hsc_name} %{hsc_version}. > > >%prep >%setup -q -n %{pkg_name}-%{version} > > >%build >%cabal_configure -p --ghc >%cabal build >%cabal haddock >%ghc_gen_scripts > > >%install >rm -rf ${RPM_BUILD_ROOT} >%cabal_install >%ghc_install_scripts >%ghc_gen_filelists %{name} > >rm -rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name}-%{version}/{doc,LICENSE} > > >%clean >rm -rf ${RPM_BUILD_ROOT} > > >%pre >%ghc_preinst_script > > >%post >%ghc_postinst_script > > >%preun >%ghc_preun_script > > >%postun >%ghc_postun_script > > >%files -f %{name}.files >%doc dist/doc/html >%doc LICENSE > > >%files -n %{hsc_name}-%{pkg_name}-prof -f %{name}-prof.files >%doc LICENSE > > >%changelog >* Thu Aug 28 2008 Rajesh Krishnan <fedora@krishnan.cc> - 1.4.0.2-2 >- Changed this spec to be specific to macros.ghc > >* Wed Aug 27 2008 cabal-rpm <cabal-devel@haskell.org> - 1.4.0.2-1 >- spec file autogenerated by cabal-rpm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 460304
:
315097
|
315737
|
315829
|
315875
|
315906
| 316151 |
316154
|
316155
|
316156
|
316159