rpms/python-TraitsGUI/devel import.log, NONE, 1.1 python-TraitsGUI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Tue Jun 9 04:12:17 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/python-TraitsGUI/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4869/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-TraitsGUI.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
python-TraitsGUI-3_0_4-3_fc10:HEAD:python-TraitsGUI-3.0.4-3.fc10.src.rpm:1244520178


--- NEW FILE python-TraitsGUI.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-TraitsGUI
Version:        3.0.4
Release:        3%{?dist}
Summary:        Traits-capable windowing framework

Group:          Development/Libraries
# Source code is under BSD but images are under different licenses
# and details are inside image_LICENSE.txt
License:        BSD and EPL and LGPLv2 and LGPLv3 and Public Domain
URL:            http://pypi.python.org/pypi/TraitsGUI
Source0:        http://pypi.python.org/packages/source/T/TraitsGUI/TraitsGUI-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools
Requires:       python-TraitsBackendQt

%description
The TraitsGUI project contains a toolkit-independent GUI abstraction layer
(known as Pyface), which is used to support the "visualization" features of
the Traits package.

%prep
%setup -q -n TraitsGUI-%{version}
rm -rf TraitsGUI.egg-info
sed -i 's/\r//' image_*.txt examples/workbench/example_workbench_window.py \
 examples/workbench/images/image_LICENSE.txt examples/workbench/person.py \
 examples/workbench/example_workbench_window.py examples/dock/images/image_LICENSE.txt \
 examples/workbench/example_workbench.py examples/images/image_LICENSE.txt
iconv -f iso8859-1 -t utf-8 image_LICENSE_OOo.txt > image_LICENSE_OOo.txt.conv \
 && mv -f image_LICENSE_OOo.txt.conv image_LICENSE_OOo.txt
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

chmod -x examples/workbench/black_view.py examples/workbench/blue_view.py \
 examples/workbench/red_view.py examples/workbench/yellow_view.py \
 examples/workbench/green_view.py


%build
python setup.py build


%install
rm -rf $RPM_BUILD_ROOT
python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc *.txt examples
%{python_sitelib}/*


%changelog
* Mon Jun 08 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.4-3
- fixed wrong-file-end-of-line-encoding & spurious-executable-perm
- for files in examples folder

* Sun May 24 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.4-2
- Included examples folder in %%doc
- Changed %%define to %%global and changes %%{__python} to python

* Sat May 02 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.4-1
- Updated to 3.0.4

* Sat May 02 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.3-2
- Removed egg-info folder already present, removed %%{version}
- from URL.

* Tue Jan 27 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.3-2
- Fixed BuildRequires

* Tue Jan 27 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.3-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-TraitsGUI/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Jun 2009 16:29:16 -0000	1.1
+++ .cvsignore	9 Jun 2009 04:11:47 -0000	1.2
@@ -0,0 +1 @@
+TraitsGUI-3.0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-TraitsGUI/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Jun 2009 16:29:16 -0000	1.1
+++ sources	9 Jun 2009 04:11:47 -0000	1.2
@@ -0,0 +1 @@
+5d1cba5255bb4921d9cbd83e776878ff  TraitsGUI-3.0.4.tar.gz




More information about the fedora-extras-commits mailing list