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 572751 Details for
Bug 806899
Pleas update to version 4.0
[?]
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.
SPEC
python-Traits.spec (text/x-rpm-spec), 4.04 KB, created by
Knut J BJuland
on 2012-03-26 13:06:49 UTC
(
hide
)
Description:
SPEC
Filename:
MIME Type:
Creator:
Knut J BJuland
Created:
2012-03-26 13:06:49 UTC
Size:
4.04 KB
patch
obsolete
>Name: python-Traits >Version: 4.0.0 >Release: 1%{?dist} >Summary: Explicitly typed attributes for Python >Group: Development/Libraries ># Images have different licenses. For image license breakdown check ># image_LICENSE.txt file. Except enthought/traits/ui/editors_gen.py ># which is GPLv2+ all remaining source or image files are in BSD ># 3-clause license. Confirmed from upstream. >License: BSD and EPL and LGPLv2 and GPLv2+ >URL: http://code.enthought.com/projects/traits/ >Source0: http://www.enthought.com/repo/ETS/traits-%{version}.tar.gz >BuildRequires: python-setupdocs, python-setuptools, python2-devel >Requires: numpy > >%description >The traits package developed by Enthought provides a special type >definition called a trait. Although they can be used as normal Python object >attributes, traits also have several additional characteristics: > >* Initialization: A trait can be assigned a default value. >* Validation: A trait attribute's type can be explicitly declared. >* Delegation: The value of a trait attribute can be contained either > in another object. >* Notification: Setting the value of a trait attribute can trigger > notification of other parts of the program. >* Visualization: User interfaces that permit the interactive > modification of a trait's value can be automatically constructed > using the trait's definition. > >%prep >%setup -q -n traits-%{version} > >rm -rf *.egg-info > ># fix wrong-file-end-of-line-encoding >OLDIFS=$IFS >IFS=: >for file in `find examples \( -name "*.py" -o -name "*.desc" -o -name \ > "*.txt" \) -printf "%p$IFS"`; do > sed "s|\r||g" $file > $file.new && \ > touch -r $file $file.new && \ > mv $file.new $file >done >IFS=$OLDIFS > >for file in *.txt; do > sed "s|\r||g" $file > $file.new && \ > touch -r $file $file.new && \ > mv $file.new $file >done > ># file not utf-8 >iconv -f iso8859-1 -t utf-8 image_LICENSE_Eclipse.txt \ > > image_LICENSE_Eclipse.txt.conv && mv -f \ > image_LICENSE_Eclipse.txt.conv image_LICENSE_Eclipse.txt > >%build >CFLAGS="$RPM_OPT_FLAGS" python setup.py build > >%install >python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT > >#rm $RPM_BUILD_ROOT%{python_sitearch}/enthought/traits/protocols/_speedups.c >#rm $RPM_BUILD_ROOT%{python_sitearch}/enthought/traits/ctraits.c > ># fix wrong-file-end-of-line-encoding >for file in `find build/docs -name "*.txt" -o -name "*.css" -o -name \ > "*.py"`; do > sed "s|\r||g" $file > $file.new && \ > touch -r $file $file.new && \ > mv $file.new $file >done > >%files >%defattr(-,root,root,-) >%doc *.txt docs/*.pdf examples >%doc docs/traitsdocreadme.txt docs/CHANGES.txt >%dir %{python_sitearch}/traits >%dir %{python_sitearch}/traits-4.0.0-py2.7.egg-info >%{python_sitearch}/traits-4.0.0-py2.7.egg-info/* >#%{python_sitearch}/*.pth >%{python_sitearch}/traits/* > >%changelog >* Mon Mar 26 2012 Update to python-Traits 4.0 <knutjorgen@gmail.com> -4.0.0-1 >- > > >* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Wed Jan 05 2011 Rakesh Pandit <rakesh@fedoraproject.org> 3.5.0-1 >- Updated to 3.5.0 > >* Fri Aug 13 2010 Chen Lei <supercyper@163.com> 3.4.0-1 >- Update spec to match latest guidelines w.r.t %%clean >- Fix timestamps for example files >- Remove BR:numpy > >* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.2.0-2 >- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild > >* Sun Jan 31 2010 Rakesh Pandit <rakesh@fedoraproject.org> 3.2.0-1 >- Updated to 3.2.0 > >* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Fri Jun 12 2009 Rakesh Pandit <rakesh@fedoraproject.org> 3.1.0-2 >- Fixed missing setupdocs BR > >* Fri Jun 12 2009 Rakesh Pandit <rakesh@fedoraproject.org> 3.1.0-1 >- Updated > >* Tue Jan 27 2009 Rakesh Pandit <rakesh@fedoraproject.org> 3.0.2-2 >- Fixed permissions for ctraits.so and _speedups.so >- Fixed license after confirming from upstream > >* Sun Dec 07 2008 Rakesh Pandit <rakesh@fedoraproject.org> 3.0.2-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 806899
: 572751