Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 33702 Details for
Bug 53951
python-docs is the *source* tree ... oops.
Home
New
Search
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
spec file to build a real DOCS package for python from src tarball
python-DOCS.spec (text/plain), 1.90 KB, created by
j. alan eldridge
on 2001-10-10 02:25:06 UTC
(
hide
)
Description:
spec file to build a real DOCS package for python from src tarball
Filename:
MIME Type:
Creator:
j. alan eldridge
Created:
2001-10-10 02:25:06 UTC
Size:
1.90 KB
patch
obsolete
># python-DOCS.spec ># ># 2001-10-01 ># >%define pyver 2.2 >%define pybeta a4 > >%define PKG python-DOCS >%define VER %{pyver} >%define DATE 20011001 > >%define REL 0.1 > >%if "%{pybeta}" == "" >%define RELEASE %{REL} >%else >%define RELEASE %{REL}.%{pybeta} >%endif > >%define SRCNAME Python-%{pyver}%{pybeta}.tgz > >Name: %{PKG} >Version: %{VER} >Release: %{RELEASE} >License: PSF - see LICENSE >Group: Development/Languages >BuildRoot: %{_tmppath}/%{name}-%{version}-root >BuildArchitectures: noarch > >URL: www.python.org >#Vendor: Alan Eldridge > ># source + patches >Source: %{SRCNAME} > >Summary: HTML and PS docs for Python. > >%description >Python is an interpreted, interactive, object-oriented programming >language often compared to Tcl, Perl, Scheme, or Java. Python includes >modules, classes, exceptions, very high-level dynamic data types, and >dynamic typing. Python supports interfaces to many system calls and >libraries, as well as to various windowing systems (X11, Motif, Tk, >Mac, and MFC). > >This package provides documentation in HTML and PS forms. > >%prep >%setup -q -n Python-2_2a4 -c > >mv Python-2.2a4/* . >rm -fr Python-2.2a4 > >%configure > >%build >%define _sysconfdir /etc >%define _localstatedir /var >%define __libtoolize true > >cd Doc >make tarhtml tarps > >%install >%define DOCDIR %{_docdir}/%{name}-%{version}%{pybeta} > >rm -rf $RPM_BUILD_ROOT >mkdir -p $RPM_BUILD_ROOT >mkdir -p $RPM_BUILD_ROOT%{DOCDIR} >mkdir -p $RPM_BUILD_ROOT%{DOCDIR}/html >mkdir -p $RPM_BUILD_ROOT%{DOCDIR}/ps > >cp -a LICENSE README PLAN.txt $RPM_BUILD_ROOT%{DOCDIR} > >tar -C $RPM_BUILD_ROOT%{DOCDIR}/html -zxf Doc/html-%{pyver}%{pybeta}.tgz >tar -C $RPM_BUILD_ROOT%{DOCDIR}/ps -zxf Doc/postscript-*-%{pyver}%{pybeta}.tgz > >%define ___build_post %{nil} >%{?__os_install_post} >%define __os_install_post %{nil} > >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-,root,root) >%{DOCDIR} >%docdir %{DOCDIR} > >%changelog >* Mon Oct 01 2001 Alan Eldridge <alane@wwweasel.geeksrus.net> >* initial package creation > ># >#EOF >##
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 53951
: 33702