pyspi.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 7211 49c996aff393
child 7978 d85b0b30ae99
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
     1
#
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
     2
# spec file for package pyspi
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
     3
#
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
     4
# includes module(s): pyspi
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
     5
#
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
     6
# Copyright (c) 2005 Sun Microsystems, Inc.
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
     8
# package are under the same license as the package itself.
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
     9
#
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    10
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    11
%define pythonver 2.4
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    12
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    13
Name:         pyspi
6176
68cabbe63bb9 2005-10-26 Glynn Foster <[email protected]>
gman
parents: 6161
diff changeset
    14
License:      LGPL
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    15
Group:        Development/Languages/Python
7211
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    16
Version:      0.5.4
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    17
Release:      1
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    18
Distribution: Java Desktop System
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    19
Vendor:       Sun Microsystems, Inc.
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    20
Summary:      Python bindings for CSPI
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    21
Source:       http://people.redhat.com/zcerza/dogtail/releases/%{name}-%{version}.tar.gz
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    22
URL:          http://gnome.org/projects/pyspi
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    23
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    24
Docdir:       %{_defaultdocdir}/doc
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    25
Autoreqprov:  off
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    26
Prereq:       /sbin/ldconfig
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    27
Requires:      python >= %{pythonver}
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    28
Requires:      at-spi
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    29
Requires:      Pyrex
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    30
BuildRequires: python-devel >= %{pythonver}
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    31
BuildRequires: at-spi-devel
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    32
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    33
%description
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    34
Python bindings for CSPI
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    35
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    36
%prep
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    37
%setup -q
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    38
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    39
%build
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    40
make
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    41
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    42
%install
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    43
python setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix}
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    44
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    45
# move to vendor-packages
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    46
mkdir -p $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    47
mv $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/site-packages/* \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    48
   $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages/
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    49
rmdir $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/site-packages
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    50
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    51
%clean
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    52
rm -rf $RPM_BUILD_ROOT
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    53
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    54
%files
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    55
%defattr(-, root, root)
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6590
diff changeset
    56
%{_libdir}/python?.?/vendor-packages
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    57
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    58
%changelog
7211
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    59
* Thu May 04 2006 - [email protected]
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    60
- Bump to 0.5.4
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    61
6590
bf24b9782d28 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
    62
* Tue Jan 17 2006 - [email protected]
bf24b9782d28 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
    63
- Bump to 0.5.3.
bf24b9782d28 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
    64
6200
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
    65
* Thu Oct 27 2005 - [email protected]
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
    66
- move from site-packages to vendor-packages
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
    67
6161
a940776c71bf * pyspi.spec, Pyrex.spec: Include .pyc files. A Google search indicates
dc144907
parents: 6143
diff changeset
    68
* Mon Oct 24 2005 - [email protected]
a940776c71bf * pyspi.spec, Pyrex.spec: Include .pyc files. A Google search indicates
dc144907
parents: 6143
diff changeset
    69
- Include .pyc files. A Google search indicates that most people include them.
a940776c71bf * pyspi.spec, Pyrex.spec: Include .pyc files. A Google search indicates
dc144907
parents: 6143
diff changeset
    70
6142
7111bc5e30a9 * pyspi.spec: Remove 'make' call from %install. Already in '%build'.
dc144907
parents: 6134
diff changeset
    71
* Thu Oct 20 2005 - [email protected]
7111bc5e30a9 * pyspi.spec: Remove 'make' call from %install. Already in '%build'.
dc144907
parents: 6134
diff changeset
    72
- Remove 'make' call from %install. Already in '%build'.
6143
827445ab2465 * pyspi.spec, dogtail.spec, Pyrex.spec: Delete .pyc files so they are not included in the package.
dc144907
parents: 6142
diff changeset
    73
- Delete .pyc files so they are not included in the package.
6142
7111bc5e30a9 * pyspi.spec: Remove 'make' call from %install. Already in '%build'.
dc144907
parents: 6134
diff changeset
    74
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    75
* Wed Oct 19 2005 - [email protected]
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    76
- Initial version.