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 316155 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-polyparse.spec
ghc-polyparse.spec (text/plain), 2.90 KB, created by
Jens Petersen
on 2008-09-09 07:48:33 UTC
(
hide
)
Description:
ghc-polyparse.spec
Filename:
MIME Type:
Creator:
Jens Petersen
Created:
2008-09-09 07:48:33 UTC
Size:
2.90 KB
patch
obsolete
>%define pkg_name polyparse >%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.1 >Release: 1%{?dist} >License: LGPL >Group: Development/Libraries >URL: http://www.cs.york.ac.uk/fp/polyparse/ >Source: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz >Summary: A variety of alternative parser combinator libraries ># 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 >A variety of alternative parser combinator libraries, including >the original HuttonMeijer set. The Poly sets have features like >good error reporting, arbitrary token type, running state, lazy >parsing, and so on. Finally, Text.Parse is a proposed >replacement for the standard Read class, for better >deserialisation of Haskell values from Strings. > > >%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} > >cd ${RPM_BUILD_ROOT}/%{_datadir}/doc/%{hsc_name}-%{pkg_name}-%{version} >rm -rf doc COPYRIGHT > > >%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 >%defattr(-,root,root,-) >%doc dist/doc/html >%doc COPYRIGHT > > > > ># ----- profile package --------------- >%package -n %{hsc_name}-%{pkg_name}-prof >Summary: Profiling libraries for %{hsc_name}-%{pkg_name} >Group: Development/Libraries >Requires: %{hsc_name}-%{pkg_name} = %{version} >BuildRequires: ghc-prof >= %{hsc_version} > > >%description -n %{hsc_name}-%{pkg_name}-prof >A variety of alternative parser combinator libraries, including >the original HuttonMeijer set. The Poly sets have features like >good error reporting, arbitrary token type, running state, lazy >parsing, and so on. Finally, Text.Parse is a proposed >replacement for the standard Read class, for better >deserialisation of Haskell values from Strings. > >This package contains profiling libraries for %{hsc_name} %{hsc_version}. > > >%files -n %{hsc_name}-%{pkg_name}-prof -f %{name}-prof.files >%defattr(-,root,root,-) >%doc COPYRIGHT > > >%changelog >* Fri Sep 05 2008 cabal-rpm <cabal-devel@haskell.org> - 1.1-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