[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/PySBIG/devel PySBIG.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- From: Marek Mahut (mmahut) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/PySBIG/devel PySBIG.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Date: Mon, 18 Feb 2008 12:01:00 -0500
Author: mmahut
Update of /cvs/pkgs/rpms/PySBIG/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32462/devel
Modified Files:
.cvsignore sources
Added Files:
PySBIG.spec
Log Message:
Initial import
--- NEW FILE PySBIG.spec ---
%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
Name: PySBIG
Version: 0.04
Release: 2%{?dist}
Summary: PySBIG can read SBIG CCD files
Group: Development/Libraries
License: GPLv2+
URL: http://coldstonelabs.org/doku.php?id=software:pysbig
Source0: http://coldstonelabs.org/files/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel, numpy
Requires: python, numpy
%description
PySBIG can read SBIG CCD files and give you a Numeric array
for the data and a dictionary for the headers. There is cPySBIG
(since version 0.02) which is 40 times faster than the pure PySBIG module,
also included. Version 0.03 now works with numpy instead of Numeric.
%prep
%setup -q
%build
env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
env CFLAGS="$RPM_OPT_FLAGS" python setup.py install --root=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING README
%{python_sitearch}/PySBIGuncompress.so
%{python_sitearch}/PySBIG.py*
%{python_sitearch}/cPySBIG.py*
%if 0%{?fedora} >= 9
%{python_sitearch}/*egg-info
%endif
%changelog
* Sun Dec 30 2007 Marek Mahut <mmahut fedoraproject org> - 0.04-2
- Initial build.
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PySBIG/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 10 Feb 2008 20:24:10 -0000 1.1
+++ .cvsignore 18 Feb 2008 17:00:21 -0000 1.2
@@ -0,0 +1 @@
+PySBIG-0.04.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PySBIG/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 10 Feb 2008 20:24:10 -0000 1.1
+++ sources 18 Feb 2008 17:00:21 -0000 1.2
@@ -0,0 +1 @@
+908c7121a000031ba0d2f1df4b548d49 PySBIG-0.04.tar.bz2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]