base-specs/ipython.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16425 d6ed2a48e85f
child 16673 6d8e16721707
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
     1
#
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
     2
# spec file for package SUNWIPython
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
     3
#
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
     4
# includes module(s): ipython
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
     5
#
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
     6
# Copyright (c) 2005 Sun Microsystems, Inc.
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
     8
# package are under the same license as the package itself.
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16425
diff changeset
    10
%define owner liyuan
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    11
#
10635
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    12
%define pythonver 2.4
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    13
16425
d6ed2a48e85f 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16349
diff changeset
    14
%define OSR 6719:0.8.1
d6ed2a48e85f 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16349
diff changeset
    15
10422
5ac343fe2135 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
    16
Name:                   ipython
5ac343fe2135 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
    17
Summary:                Enhanced interactive Python shell
16349
02394c695a68 2009-08-25 Christian Kelly <[email protected]>
chrisk
parents: 16266
diff changeset
    18
Version:                0.10
10422
5ac343fe2135 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
    19
Release:                1
16266
cf277dd986ea 2009-08-13 Li Yuan <[email protected]>
liyuan
parents: 16126
diff changeset
    20
Vendor:                 Sun Microsystems, Inc.
10422
5ac343fe2135 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
    21
License:                BSD
5ac343fe2135 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
    22
Group:                  Development/Libraries
5ac343fe2135 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
    23
URL:                    http://ipython.scipy.org/
5ac343fe2135 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
    24
Source:                 http://ipython.scipy.org/dist/ipython-%{version}.tar.gz
5ac343fe2135 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
    25
BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}-root
5ac343fe2135 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
    26
BuildArch:              noarch
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    27
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    28
%description
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    29
IPython provides a replacement for the interactive Python interpreter with
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    30
extra functionality.
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    31
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    32
%prep
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    33
%setup
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    34
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    35
%build
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    36
%{__python} setup.py build
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    37
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    38
%install
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    39
%{__rm} -rf $RPM_BUILD_ROOT
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    40
%{__python} setup.py install --root="$RPM_BUILD_ROOT"
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    41
10635
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    42
# Move to vendor-packages
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    43
mv $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/site-packages \
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    44
   $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    45
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    46
%clean
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    47
%{__rm} -rf $RPM_BUILD_ROOT
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    48
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    49
%files
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    50
#%defattr(-, root, root, 0755)
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    51
%doc doc/ChangeLog doc/COPYING doc/NEWS doc/README.txt doc/*.txt doc/examples/ doc/manual/
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    52
%doc %{_mandir}/man1/ipython.1*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    53
%doc %{_mandir}/man1/pycolor.1*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    54
%{_bindir}/ipython
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents:
diff changeset
    55
%{_bindir}/pycolor
10635
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    56
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    57
%changelog
16349
02394c695a68 2009-08-25 Christian Kelly <[email protected]>
chrisk
parents: 16266
diff changeset
    58
* Tue Aug 25 2009 - [email protected]
02394c695a68 2009-08-25 Christian Kelly <[email protected]>
chrisk
parents: 16266
diff changeset
    59
- Bump to 0.10.
16266
cf277dd986ea 2009-08-13 Li Yuan <[email protected]>
liyuan
parents: 16126
diff changeset
    60
* Thu Aug 13 2009 - [email protected]
cf277dd986ea 2009-08-13 Li Yuan <[email protected]>
liyuan
parents: 16126
diff changeset
    61
- Update vendor information.
16126
0abf53757150 2009-07-26 Christian Kelly <[email protected]>
chrisk
parents: 15403
diff changeset
    62
* Sun Jul 26 2009 - [email protected]
0abf53757150 2009-07-26 Christian Kelly <[email protected]>
chrisk
parents: 15403
diff changeset
    63
- Bump to 0.9.1.
15403
86d2f1f43d38 2009-03-17 Li Yuan <[email protected]>
liyuan
parents: 14713
diff changeset
    64
* Tue Mar 17 2009 - [email protected]
86d2f1f43d38 2009-03-17 Li Yuan <[email protected]>
liyuan
parents: 14713
diff changeset
    65
- Downgrade to 0.8.4 because of dependency problem.
14713
3d6ae0b44d8b 2008-12-05 Li Yuan <[email protected]>
liyuan
parents: 12610
diff changeset
    66
* Fri Dec 05 2008 - [email protected]
3d6ae0b44d8b 2008-12-05 Li Yuan <[email protected]>
liyuan
parents: 12610
diff changeset
    67
- Bump to 0.9.1.
3d6ae0b44d8b 2008-12-05 Li Yuan <[email protected]>
liyuan
parents: 12610
diff changeset
    68
12610
0c15ce5ed028 2008-06-05 Brian Cameron <[email protected]>
yippi
parents: 11303
diff changeset
    69
* Fri Jun 06 2008 - [email protected]
0c15ce5ed028 2008-06-05 Brian Cameron <[email protected]>
yippi
parents: 11303
diff changeset
    70
- Bump to 0.8.4.
0c15ce5ed028 2008-06-05 Brian Cameron <[email protected]>
yippi
parents: 11303
diff changeset
    71
11303
867f66b5839d 2007-12-07 Brian Cameron <[email protected]>
yippi
parents: 10641
diff changeset
    72
* Fri Dec 07 2007 - [email protected]
867f66b5839d 2007-12-07 Brian Cameron <[email protected]>
yippi
parents: 10641
diff changeset
    73
- Bump to 0.8.2.
867f66b5839d 2007-12-07 Brian Cameron <[email protected]>
yippi
parents: 10641
diff changeset
    74
10635
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    75
* Wed Oct 10 2007 - [email protected]
10641
c9864ab4f7a9 Add bug number (6615442) to %changelog for move from site-packages to vendor-packages.
dcarbery
parents: 10635
diff changeset
    76
- Move files from site-packages to vendor-packages. Fixes 6615442.
10635
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    77
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    78
* Mon Sep  2 2007 - [email protected]
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10435
diff changeset
    79
- Initial version.