rpms/reinteract/F-10 reinteract.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Owen Taylor otaylor at fedoraproject.org
Thu Mar 26 17:19:43 UTC 2009


Author: otaylor

Update of /cvs/extras/rpms/reinteract/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5084

Modified Files:
	.cvsignore sources 
Added Files:
	reinteract.spec 
Log Message:
Import to F-10 branch


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

Name:           reinteract
Version:        0.5.0
Release:        3
Summary:        Interactive Python shell

Group:          Applications/Science
License:        BSD
URL:            http://www.reinteract.org/
Source0:        http://www.reinteract.org/download/sources/reinteract-%{version}.tar.bz2
BuildArch:      noarch
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:  desktop-file-utils
BuildRequires:  python >= 0:2.5

Requires:       gtk2 >= 0:2.12.0
Requires:       hicolor-icon-theme
Requires:	numpy >= 0:1.2.0
Requires:       pygtk2
Requires:	python-matplotlib >= 0:0.98.0
Requires:       shared-mime-info
Requires:       sox

%description
Reinteract is a system for interactive experimentation with Python.
Reinteract worksheets contain Python code combined with the results of
that code, formatted as text or graphical plots. Unlike a traditional
shell, you can go back and edit previously entered statements, and the
results will update. Among other things, Reinteract is suitable for
experimentation with the Python language and for data analysis
using the Numpy and SciPy libraries.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

desktop-file-validate %{buildroot}%{_datadir}/applications/reinteract.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/reinteract
%{_datadir}/applications/reinteract.desktop
%{_datadir}/icons/hicolor/scalable/apps/reinteract.svg
%{_datadir}/mime/packages/reinteract.xml
%dir %{_datadir}/reinteract/
%{_datadir}/reinteract/dialogs/
%{_datadir}/reinteract/Reinteract.ico
%doc %{_datadir}/reinteract/examples
%{python_sitelib}/reinteract/
%{python_sitelib}/replot.py*
%{python_sitelib}/replay.py*

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ] ; then
  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi

/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null
/usr/bin/update-desktop-database &> /dev/null ||:

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ] ; then
  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi

/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null
/usr/bin/update-desktop-database &> /dev/null ||:

%changelog
* Thu Mar 26 2009 Owen Taylor <otaylor at redhat.com> - 0.5.0-1
- Version 0.5.0
- Add missing dependencies (pointed out by Michel Salim)
- Add Reinteract.ico, used for about dialog

* Wed Oct 15 2008 Owen Taylor <otaylor at redhat.com> - 0.4.3-1
- Initial spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/reinteract/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Oct 2008 04:12:26 -0000	1.1
+++ .cvsignore	26 Mar 2009 17:19:12 -0000	1.2
@@ -0,0 +1 @@
+reinteract-0.5.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/reinteract/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Oct 2008 04:12:27 -0000	1.1
+++ sources	26 Mar 2009 17:19:12 -0000	1.2
@@ -0,0 +1 @@
+f47c7a2bbaa27607e859e76253d96014  reinteract-0.5.0.tar.bz2




More information about the fedora-extras-commits mailing list