pyspi.spec
author laca
Wed, 15 Nov 2006 22:18:11 +0000
changeset 8564 df62c23d2955
parent 8532 ffc89e8ef215
child 8615 8bafdd1b918a
permissions -rw-r--r--
assign owners to spec files
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
8288
91613e1ec4f6 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 8287
diff changeset
    23
Patch1:       pyspi-01-solaris.diff
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    24
URL:          http://gnome.org/projects/pyspi
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    25
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    26
Docdir:       %{_defaultdocdir}/doc
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    27
Autoreqprov:  off
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    28
Prereq:       /sbin/ldconfig
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    29
Requires:      python >= %{pythonver}
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    30
Requires:      at-spi
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    31
Requires:      Pyrex
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    32
BuildRequires: python-devel >= %{pythonver}
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    33
BuildRequires: at-spi-devel
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    34
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    35
%description
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    36
Python bindings for CSPI
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    37
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    38
%prep
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    39
%setup -q
8288
91613e1ec4f6 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 8287
diff changeset
    40
%patch1 -p1
6134
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
%build
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    43
make
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    44
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    45
%install
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    46
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
    47
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    48
# move to vendor-packages
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    49
mkdir -p $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    50
mv $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/site-packages/* \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    51
   $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages/
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6176
diff changeset
    52
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
    53
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    54
%clean
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    55
rm -rf $RPM_BUILD_ROOT
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    56
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    57
%files
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    58
%defattr(-, root, root)
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6590
diff changeset
    59
%{_libdir}/python?.?/vendor-packages
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    60
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    61
%changelog
8532
ffc89e8ef215 2006-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 8288
diff changeset
    62
* Thu Nov 09 2006 - [email protected]
ffc89e8ef215 2006-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 8288
diff changeset
    63
- Bump to 0.6.1.
ffc89e8ef215 2006-11-09 Damien Carbery <[email protected]>
dcarbery
parents: 8288
diff changeset
    64
8287
5e4ef391e3ee 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 7978
diff changeset
    65
* Sat Oct 07 2006 - [email protected]
8288
91613e1ec4f6 2006-10-07 Brian Cameron <[email protected]>
bc99092
parents: 8287
diff changeset
    66
- 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
    67
7978
d85b0b30ae99 2006-08-25 Damien Carbery <[email protected]>
dc144907
parents: 7211
diff changeset
    68
* Fri Aug 25 2006 - [email protected]
d85b0b30ae99 2006-08-25 Damien Carbery <[email protected]>
dc144907
parents: 7211
diff changeset
    69
- Bump to 0.5.5.
d85b0b30ae99 2006-08-25 Damien Carbery <[email protected]>
dc144907
parents: 7211
diff changeset
    70
7211
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    71
* Thu May 04 2006 - [email protected]
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    72
- Bump to 0.5.4
49c996aff393 2006-05-04 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 6923
diff changeset
    73
6590
bf24b9782d28 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
    74
* Tue Jan 17 2006 - [email protected]
bf24b9782d28 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
    75
- Bump to 0.5.3.
bf24b9782d28 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
    76
6200
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
    77
* Thu Oct 27 2005 - [email protected]
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
    78
- move from site-packages to vendor-packages
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
    79
6161
a940776c71bf * pyspi.spec, Pyrex.spec: Include .pyc files. A Google search indicates
dc144907
parents: 6143
diff changeset
    80
* Mon Oct 24 2005 - [email protected]
a940776c71bf * pyspi.spec, Pyrex.spec: Include .pyc files. A Google search indicates
dc144907
parents: 6143
diff changeset
    81
- 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
    82
6142
7111bc5e30a9 * pyspi.spec: Remove 'make' call from %install. Already in '%build'.
dc144907
parents: 6134
diff changeset
    83
* Thu Oct 20 2005 - [email protected]
7111bc5e30a9 * pyspi.spec: Remove 'make' call from %install. Already in '%build'.
dc144907
parents: 6134
diff changeset
    84
- 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
    85
- 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
    86
6134
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    87
* Wed Oct 19 2005 - [email protected]
40dd3a832b66 * pyspi.spec: Added. pyspi contains Python bindings for CSPI. It is
dc144907
parents:
diff changeset
    88
- Initial version.