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 153353 Details for
Bug 237373
Review Request: mcpp - Alternative C/C++ preprocessor
[?]
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.
mcpp.spec
mcpp.spec (text/plain), 2.26 KB, created by
Kiyoshi Matsui
on 2007-04-24 14:07:22 UTC
(
hide
)
Description:
mcpp.spec
Filename:
MIME Type:
Creator:
Kiyoshi Matsui
Created:
2007-04-24 14:07:22 UTC
Size:
2.26 KB
patch
obsolete
># spec file for mcpp / stand-alone-and-compiler-independent-build > >Summary: Alternative C/C++ preprocessor >Name: mcpp >Version: 2.6.3 >Release: 3%{?dist} >License: BSD >Group: Development/Languages >Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz >URL: http://mcpp.sourceforge.net/ >Patch0: mcpp-manual.html.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root > >%description >C/C++ preprocessor expands macros and processes '#if', '#include' and >some other directives. > >MCPP is an alternative C/C++ preprocessor with the highest conformance, >implementated by Kiyoshi Matsui. It supports multiple standards: K&R, >ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for >debugging the source program which use complicated macros and also >useful for checking portability of the source. > >Though mcpp could be built as a replacement of GCC's resident >proprocessor or as a subroutine called from some other main program, >this package installs only a stand-alone program named 'mcpp' which >behaves independent from GCC. > >%prep >%setup -q >%patch0 -p0 -b .euc-jp > >%build >%configure >make CFLAGS="%{optflags}" %{?_smp_mflags} > >%install >rm -rf $RPM_BUILD_ROOT >make DESTDIR=$RPM_BUILD_ROOT install >install -pm 644 ChangeLog* $RPM_BUILD_ROOT%{_docdir}/%{name} >iconv -f euc-jp -t utf-8 doc-jp/mcpp-manual.html \ > > $RPM_BUILD_ROOT%{_docdir}/%{name}/doc-jp/mcpp-manual.html >pushd $RPM_BUILD_ROOT%{_docdir} >mv -f %{name} %{name}-%{version} >popd > >%files >%defattr(-,root,root,-) >%doc %{_docdir}/%{name}-%{version}/[A-Z]* >%doc %{_docdir}/%{name}-%{version}/doc >%lang(ja) %doc %{_docdir}/%{name}-%{version}/doc-jp >/usr/bin/%{name} >%{_datadir}/man/man1/%{name}.1.gz > >%clean >rm -rf $RPM_BUILD_ROOT > >%changelog >* Tue Apr 24 2007 Kiyoshi Matsui <kmatsui@t3.rim.or.jp> 2.6.3-3 >- Revise many points to adapt to the guideline of Fedora (thanks to > the review by Mamoru Tasaka): > use %%configure, %%optflags, %%{_datadir}, %%{_docdir}, %%lang(ja), > convert encoding of mcpp-manual.html to utf-8, > and others. > >* Sat Apr 21 2007 Kiyoshi Matsui <kmatsui@t3.rim.or.jp> 2.6.3-2 >- Replace some variables with macros. >- Rename this spec file. > >* Sat Apr 07 2007 Kiyoshi Matsui <kmatsui@t3.rim.or.jp> 2.6.3-1 >- First release for V.2.6.3 on sourceforge.
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 237373
:
153352
|
153353
|
153354
|
153418
|
153419
|
153424
|
153425
|
153427