libgnomeprint.spec
branch217update
changeset 19077 37d6c835daa9
parent 8595 80f0863c68f1
child 19083 3cfcf4126ea8
equal deleted inserted replaced
19076:7477542dea31 19077:37d6c835daa9
     8 # Owner: gheet
     8 # Owner: gheet
     9 #
     9 #
    10 Name:         libgnomeprint
    10 Name:         libgnomeprint
    11 License:      LGPL
    11 License:      LGPL
    12 Group:        System/Libraries/GNOME
    12 Group:        System/Libraries/GNOME
    13 Version:      2.12.1
    13 Version:      2.17.0
    14 Release:      1
    14 Release:      1
    15 Distribution: Java Desktop System
    15 Distribution: Java Desktop System
    16 Vendor:	      Sun Microsystems, Inc.
    16 Vendor:	      Sun Microsystems, Inc.
    17 Summary:      Print Library for the GNOME Desktop
    17 Summary:      Print Library for the GNOME Desktop
    18 Source:       http://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/2.12/libgnomeprint-%{version}.tar.bz2
    18 Source:       http://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/2.17/libgnomeprint-%{version}.tar.bz2
    19 Patch1:       libgnomeprint-01-Wall.diff
    19 Patch1:       libgnomeprint-01-papi-print-dialog.diff
    20 Patch2:       libgnomeprint-02-papi-print-dialog.diff
    20 Patch2:       libgnomeprint-02-evince-crash.diff
    21 Patch3:       libgnomeprint-03-evince-crash.diff
       
    22 # owner:fujiwara data:2006-11-16 type:l10n
    21 # owner:fujiwara data:2006-11-16 type:l10n
    23 # bugster:6452832,6245399 bugzilla:361876,324150
    22 # bugster:6452832,6245399 bugzilla:361876,324150
    24 Patch4:       libgnomeprint-04-g11n-filename.diff
    23 Patch3:       libgnomeprint-03-g11n-filename.diff
    25 Source1:      libgnomeprint-2.2.3.gz
    24 Source1:      libgnomeprint-2.2.3.gz
    26 URL:          http://www.gnome.org
    25 URL:          http://www.gnome.org
    27 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    26 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    28 Autoreqprov:  on
    27 Autoreqprov:  on
    29 Prereq:       /sbin/ldconfig
    28 Prereq:       /sbin/ldconfig
    70 %prep
    69 %prep
    71 %setup -q
    70 %setup -q
    72 %patch1 -p1
    71 %patch1 -p1
    73 %patch2 -p1
    72 %patch2 -p1
    74 %patch3 -p1
    73 %patch3 -p1
    75 %patch4 -p1
       
    76 
    74 
    77 %build
    75 %build
    78 %ifos linux
    76 %ifos linux
    79 if [ -x /usr/bin/getconf ]; then
    77 if [ -x /usr/bin/getconf ]; then
    80   CPUS=`getconf _NPROCESSORS_ONLN`
    78   CPUS=`getconf _NPROCESSORS_ONLN`
   138 %{_datadir}/gtk-doc
   136 %{_datadir}/gtk-doc
   139 %{_libdir}/*so
   137 %{_libdir}/*so
   140 %{_mandir}/man3/*
   138 %{_mandir}/man3/*
   141 
   139 
   142 %changelog
   140 %changelog
       
   141 * Wed Nov 22 2005 - [email protected]
       
   142 - Bump to 2.17.0. Remove upstream patch, 01-Wall. Renumber remainder.
   143 * Thu Nov 16 2006 - [email protected]
   143 * Thu Nov 16 2006 - [email protected]
   144 - Add libgnomeprint-04-g11n-filename.diff. fixes 6452832 and 6245399
   144 - Add libgnomeprint-04-g11n-filename.diff. fixes 6452832 and 6245399
   145 * Fri Nov  3 2006 - [email protected]
   145 * Fri Nov  3 2006 - [email protected]
   146 - use %gtk_doc_option in configure so that it can be disabled using
   146 - use %gtk_doc_option in configure so that it can be disabled using
   147   --without-gtk-doc
   147   --without-gtk-doc