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

Jussi Lehtola jussilehtola at fedoraproject.org
Wed Apr 29 06:21:34 UTC 2009


Author: jussilehtola

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-paida.spec 
Log Message:
Import to Fedora.



--- NEW FILE import.log ---
python-paida-3_2_1_2_10_1-2_fc10:HEAD:python-paida-3.2.1_2.10.1-2.fc10.src.rpm:1240985976


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

%global oname paida

Name:		python-paida
Version:	3.2.1_2.10.1
Release:	2%{?dist}
Summary:	Pure Python scientific analysis package
Group:		Development/Languages
License:	Python
URL:		http://paida.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{oname}/%{oname}-%{version}.tar.gz   
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

BuildRequires:	python-devel
Requires:	tkinter

%description
PAIDA is pure Python scientific analysis package and
supports AIDA (Abstract Interfaces for Data Analysis).

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build


%install
rm -rf %{buildroot}
python setup.py install -O1 --skip-build --root %{buildroot} 

 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc CHANGES PKG-INFO README
%{python_sitelib}/%{oname}/
%{python_sitelib}/%{oname}-*.egg-info


%changelog
* Mon Apr 27 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 3.2.1_2.10.1-2
- Review fix.

* Mon Apr 27 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 3.2.1_2.10.1-1
- First release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-paida/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Apr 2009 03:19:26 -0000	1.1
+++ .cvsignore	29 Apr 2009 06:21:03 -0000	1.2
@@ -0,0 +1 @@
+paida-3.2.1_2.10.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-paida/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Apr 2009 03:19:26 -0000	1.1
+++ sources	29 Apr 2009 06:21:04 -0000	1.2
@@ -0,0 +1 @@
+8a56bfbf037891d542f771cf50da13ed  paida-3.2.1_2.10.1.tar.gz




More information about the fedora-extras-commits mailing list