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 144682 Details for
Bug 220393
Review Request: synopsis - Source-code Introspection Tool
[?]
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.
rpm spec file
synopsis.spec (text/plain), 2.49 KB, created by
Stefan Seefeld
on 2007-01-03 04:30:20 UTC
(
hide
)
Description:
rpm spec file
Filename:
MIME Type:
Creator:
Stefan Seefeld
Created:
2007-01-03 04:30:20 UTC
Size:
2.49 KB
patch
obsolete
>%define name synopsis >%define version 0.9 >%define release 1 >%define py_sitedir %(echo `%{__python} -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()"`) >%define url http://synopsis.fresco.org > >Summary: Source-code Introspection Tool >Name: %{name} >Version: %{version} >Release: %{release}%{?dist} >Source0: %{url}/download/%{name}-%{version}.tar.gz >License: LGPL >Group: Development/Libraries >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >Url: %{url} >BuildRequires: python-devel > >%description >Synopsis is a multi-language source code introspection tool that >provides a variety of representations for the parsed code, to >enable further processing such as documentation extraction, >reverse engineering, and source-to-source translation. > >%package devel >Summary: The Synopsis development environment. >Group: System Environment/Libraries >Requires: synopsis = %{version}-%{release} >Requires: pkgconfig > >%description devel >Headers and libraries for developing software that uses Synopsis APIs. > >%package doc >Summary: The Synopsis documentation >Group: System Environment/Libraries >Requires: synopsis = %{version}-%{release} > >%description doc >Synopsis documentation > >%package idl >Summary: The Synopsis IDL Parser >License: GPL >Group: System Environment/Libraries >Requires: synopsis = %{version}-%{release} > >%description idl >Synopsis IDL Parser module to parse CORBA IDL. > > >%prep > >%setup -q > >%build >env CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" python setup.py build > >%install >rm -rf $RPM_BUILD_ROOT >python setup.py install --root=$RPM_BUILD_ROOT > >%clean >rm -rf $RPM_BUILD_ROOT > >%post >/sbin/ldconfig > >%postun >/sbin/ldconfig > >%files >%defattr(-, root, root) >%{_bindir}/* >%{_libdir}/*.so >%dir %{py_sitedir}/Synopsis/ >%{py_sitedir}/Synopsis/*.py >%{py_sitedir}/Synopsis/*.pyc >%{py_sitedir}/Synopsis/*.pyo >%{py_sitedir}/Synopsis/Parsers/*.py >%{py_sitedir}/Synopsis/Parsers/*.pyc >%{py_sitedir}/Synopsis/Parsers/*.pyo >%{py_sitedir}/Synopsis/Parsers/Cpp >%{py_sitedir}/Synopsis/Parsers/C >%{py_sitedir}/Synopsis/Parsers/Cxx >%{py_sitedir}/Synopsis/Parsers/Python >%{py_sitedir}/Synopsis/Processors >%{py_sitedir}/Synopsis/Formatters >%{_datadir}/Synopsis >%doc README COPYING NEWS >%doc %_mandir/man1/* > >%files devel >%defattr(-, root, root) >%{_includedir}/Synopsis >%{_libdir}/pkgconfig/Synopsis.pc > >%files doc >%defattr(-, root, root) >%{_docdir}/Synopsis > >%files idl >%defattr(-, root, root) >%{py_sitedir}/Synopsis/Parsers/IDL > >%changelog >* Wed Dec 20 2006 Stefan Seefeld <stefan@fresco.org> 0.9-1 >- initial package.
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 220393
:
144183
|
144516
|
144517
| 144682 |
144720