pyspi.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 19073 09f5bf6611e6
child 9089 13364585499f
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
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
#
8564
df62c23d2955 assign owners to spec files
laca
parents: 8532
diff changeset
    10
# Owner: laca
df62c23d2955 assign owners to spec files
laca
parents: 8532
diff changeset
    11
#
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    12
%define pythonver 2.4
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    13
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    14
Name:         pyspi
6176
68cabbe63bb9 2005-10-26 Glynn Foster <[email protected]>
gman
parents: 6161
diff changeset
    15
License:      LGPL
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    16
Group:        Development/Languages/Python
8532
ffc89e8ef215 2006-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 8288
diff changeset
    17
Version:      0.6.1
8287
5e4ef391e3ee 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 7978
diff changeset
    18
Release:      2
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    19
Distribution: Java Desktop System
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    20
Vendor:       Sun Microsystems, Inc.
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    21
Summary:      Python bindings for CSPI
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    22
Source:       http://people.redhat.com/zcerza/dogtail/releases/%{name}-%{version}.tar.gz
19073
09f5bf6611e6 Merge changes from trunk: r9788
dcarbery
parents: 8564
diff changeset
    23
# date:2006-10-07 owner:yippi type:bug
09f5bf6611e6 Merge changes from trunk: r9788
dcarbery
parents: 8564
diff changeset
    24
# can get rid of this when Xorg 7.2 integrates?
8288
91613e1ec4f6 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 8287
diff changeset
    25
Patch1:       pyspi-01-solaris.diff
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    26
URL:          http://gnome.org/projects/pyspi
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    27
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    28
Docdir:       %{_defaultdocdir}/doc
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    29
Autoreqprov:  off
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    30
Prereq:       /sbin/ldconfig
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    31
Requires:      python >= %{pythonver}
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    32
Requires:      at-spi
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    33
Requires:      Pyrex
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    34
BuildRequires: python-devel >= %{pythonver}
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    35
BuildRequires: at-spi-devel
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    36
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    37
%description
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    38
Python bindings for CSPI
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    39
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    40
%prep
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    41
%setup -q
8288
91613e1ec4f6 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 8287
diff changeset
    42
%patch1 -p1
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    43
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    44
%build
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    45
make
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    46
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    47
%install
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    48
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
    49
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    50
# move to vendor-packages
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    51
mkdir -p $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    52
mv $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/site-packages/* \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    53
   $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages/
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    54
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
    55
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    56
%clean
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    57
rm -rf $RPM_BUILD_ROOT
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    58
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    59
%files
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    60
%defattr(-, root, root)
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6590
diff changeset
    61
%{_libdir}/python?.?/vendor-packages
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    62
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    63
%changelog
8532
ffc89e8ef215 2006-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 8288
diff changeset
    64
* Thu Nov 09 2006 - [email protected]
ffc89e8ef215 2006-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 8288
diff changeset
    65
- Bump to 0.6.1.
ffc89e8ef215 2006-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 8288
diff changeset
    66
8287
5e4ef391e3ee 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 7978
diff changeset
    67
* Sat Oct 07 2006 - [email protected]
8288
91613e1ec4f6 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 8287
diff changeset
    68
- Bump to 0.6.0.  Add patch to allow building on Solaris.
8287
5e4ef391e3ee 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 7978
diff changeset
    69
7978
d85b0b30ae99 2006-08-25 Damien Carbery <[email protected]>
dc144907
parents: 7211
diff changeset
    70
* Fri Aug 25 2006 - [email protected]
d85b0b30ae99 2006-08-25 Damien Carbery <[email protected]>
dc144907
parents: 7211
diff changeset
    71
- Bump to 0.5.5.
d85b0b30ae99 2006-08-25 Damien Carbery <[email protected]>
dc144907
parents: 7211
diff changeset
    72
7211
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    73
* Thu May 04 2006 - [email protected]
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    74
- Bump to 0.5.4
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    75
6590
bf24b9782d28 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
    76
* Tue Jan 17 2006 - [email protected]
bf24b9782d28 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
    77
- Bump to 0.5.3.
bf24b9782d28 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
    78
6200
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
    79
* Thu Oct 27 2005 - [email protected]
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
    80
- move from site-packages to vendor-packages
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
    81
6161
a940776c71bf * pyspi.spec, Pyrex.spec: Include .pyc files. A Google search indicates
dc144907
parents: 6143
diff changeset
    82
* Mon Oct 24 2005 - [email protected]
a940776c71bf * pyspi.spec, Pyrex.spec: Include .pyc files. A Google search indicates
dc144907
parents: 6143
diff changeset
    83
- 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
    84
6142
7111bc5e30a9 * pyspi.spec: Remove 'make' call from %install. Already in '%build'.
dc144907
parents: 6134
diff changeset
    85
* Thu Oct 20 2005 - [email protected]
7111bc5e30a9 * pyspi.spec: Remove 'make' call from %install. Already in '%build'.
dc144907
parents: 6134
diff changeset
    86
- 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
    87
- 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
    88
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    89
* Wed Oct 19 2005 - [email protected]
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    90
- Initial version.