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 148175 Details for
Bug 223486
Review Request: happy - Haskell parser generator
[?]
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.
[patch]
happy.spec-1.patch
happy.spec-1.patch (text/plain), 1.45 KB, created by
Jens Petersen
on 2007-02-16 07:52:23 UTC
(
hide
)
Description:
happy.spec-1.patch
Filename:
MIME Type:
Creator:
Jens Petersen
Created:
2007-02-16 07:52:23 UTC
Size:
1.45 KB
patch
obsolete
>diff -u happy.spec-1 happy.spec >--- happy.spec-1 2007-02-16 17:49:33.000000000 +1000 >+++ happy.spec 2007-02-16 17:49:33.000000000 +1000 >@@ -6,8 +6,7 @@ > URL: http://haskell.org/happy/ > Source: http://haskell.org/happy/dist/%{version}/happy-%{version}.tar.gz > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >-Prefix: %{_prefix} >-BuildRequires: ghc, docbook-dtds, docbook-style-xsl, dos2unix, libxslt, libxml2 >+BuildRequires: ghc, docbook-dtds, docbook-style-xsl, libxslt, libxml2 > Summary: The LALR(1) Parser Generator for Haskell > > %description >@@ -23,38 +22,35 @@ > stream of characters directly (but this isn't practical in most > cases). > >+ > %prep > %setup -q > >+ > %build > runhaskell Setup.lhs configure --prefix=%{_prefix} --libdir=%{_libdir} > runhaskell Setup.lhs build >-find examples/glr -type f -print0 | xargs -0r dos2unix > cd doc >-test -f configure || autoreconf > ./configure --prefix=%{_prefix} --libdir=%{_libdir} > make html > >+ > %install > rm -rf ${RPM_BUILD_ROOT} >- > runhaskell Setup.lhs copy --destdir=${RPM_BUILD_ROOT} > >+ > %clean > rm -rf ${RPM_BUILD_ROOT} > >+ > %files > %defattr(-,root,root) >-%doc ANNOUNCE >-%doc CHANGES >-%doc LICENSE >-%doc README >-%doc TODO >-%doc doc/happy >-%doc examples >+%doc ANNOUNCE CHANGES LICENSE README TODO doc/happy examples > %{_bindir}/happy > %{_datadir}/happy-%{version} > >+ > %changelog > * Fri Jan 19 2007 Bryan O'Sullivan <bos@serpentine.com> - 1.16-1 > - update to 1.16
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223486
: 148175 |
150871