base-specs/pyspi.spec
changeset 13189 836ff5d12ba2
parent 13099 4193ae8faf02
child 14198 0ae9c5c4287a
child 14610 43bba7e5a945
equal deleted inserted replaced
13188:e0c5cb3dd2ad 13189:836ff5d12ba2
    18 Release:      2
    18 Release:      2
    19 Distribution: Java Desktop System
    19 Distribution: Java Desktop System
    20 Vendor:       Sun Microsystems, Inc.
    20 Vendor:       Sun Microsystems, Inc.
    21 Summary:      Python bindings for CSPI
    21 Summary:      Python bindings for CSPI
    22 Source:       http://people.redhat.com/zcerza/dogtail/releases/%{name}-%{version}.tar.gz
    22 Source:       http://people.redhat.com/zcerza/dogtail/releases/%{name}-%{version}.tar.gz
    23 # date:2006-10-07 owner:yippi type:feature
       
    24 # This patch is a temporary hack because we currently don't ship Xorg pc
       
    25 # files into Solaris.  This will be fixed when Xorg 7.2 integrates and this
       
    26 # patch can go away.
       
    27 Patch1:       pyspi-01-solaris.diff
       
    28 URL:          http://gnome.org/projects/pyspi
    23 URL:          http://gnome.org/projects/pyspi
    29 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    24 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    30 Docdir:       %{_defaultdocdir}/doc
    25 Docdir:       %{_defaultdocdir}/doc
    31 Autoreqprov:  off
    26 Autoreqprov:  off
    32 Prereq:       /sbin/ldconfig
    27 Prereq:       /sbin/ldconfig
    39 %description
    34 %description
    40 Python bindings for CSPI
    35 Python bindings for CSPI
    41 
    36 
    42 %prep
    37 %prep
    43 %setup -q
    38 %setup -q
    44 %patch1 -p1
       
    45 
    39 
    46 %build
    40 %build
    47 make
    41 make
    48 
    42 
    49 %install
    43 %install
    55 %files
    49 %files
    56 %defattr(-, root, root)
    50 %defattr(-, root, root)
    57 %{_libdir}/python?.?/vendor-packages
    51 %{_libdir}/python?.?/vendor-packages
    58 
    52 
    59 %changelog
    53 %changelog
       
    54 * Wed Aug 20 2008 - [email protected]
       
    55 - Remove patch pyspi-01-solaris.diff since it is no longer needed now that the
       
    56   x11.pc file is in our builds.
       
    57 
    60 * Mon Aug 11 2008 - [email protected]
    58 * Mon Aug 11 2008 - [email protected]
    61 - Remove the site-packages to vendor-packages as it is done in the top level
    59 - Remove the site-packages to vendor-packages as it is done in the top level
    62   spec file now.
    60   spec file now.
    63 
    61 
    64 * Wed Nov 07 2007 - [email protected]
    62 * Wed Nov 07 2007 - [email protected]