gnome-utils.spec
changeset 8513 6d4bff5f397c
parent 8327 8a6846ca2673
child 8540 f80ed64d5d76
equal deleted inserted replaced
8512:8a3d49fcd4d8 8513:6d4bff5f397c
     6 # package are under the same license as the package itself.
     6 # package are under the same license as the package itself.
     7 #
     7 #
     8 Name:         gnome-utils
     8 Name:         gnome-utils
     9 License:      GPL
     9 License:      GPL
    10 Group:        System/GUI/GNOME
    10 Group:        System/GUI/GNOME
    11 Version:      2.16.1
    11 Version:      2.16.2
    12 Release:      2
    12 Release:      2
    13 Distribution: Java Desktop System
    13 Distribution: Java Desktop System
    14 Vendor:       Sun Microsystems, Inc.
    14 Vendor:       Sun Microsystems, Inc.
    15 Summary:      Basic Utilities for the GNOME 2.0 Desktop
    15 Summary:      Basic Utilities for the GNOME 2.0 Desktop
    16 Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.16/%{name}-%{version}.tar.bz2
    16 Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.16/%{name}-%{version}.tar.bz2
    20 Source4:      gnome-screenshot.1.gz
    20 Source4:      gnome-screenshot.1.gz
    21 Patch1:       gnome-utils-01-gfloppy-permission.diff
    21 Patch1:       gnome-utils-01-gfloppy-permission.diff
    22 Patch2:       gnome-utils-02-gnome-screenshot.diff
    22 Patch2:       gnome-utils-02-gnome-screenshot.diff
    23 Patch3:       gnome-utils-03-search-menu-entry.diff
    23 Patch3:       gnome-utils-03-search-menu-entry.diff
    24 Patch4:       gnome-utils-04-logview-monitor.diff
    24 Patch4:       gnome-utils-04-logview-monitor.diff
    25 Patch5:       gnome-utils-05-dictionary-multihead.diff
       
    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 Docdir:       %{_defaultdocdir}/%{name}
    27 Docdir:       %{_defaultdocdir}/%{name}
    29 Autoreqprov:  on
    28 Autoreqprov:  on
    30 Prereq:       GConf
    29 Prereq:       GConf
    58 %setup -q
    57 %setup -q
    59 %patch1 -p1
    58 %patch1 -p1
    60 %patch2 -p1
    59 %patch2 -p1
    61 %patch3 -p1
    60 %patch3 -p1
    62 %patch4 -p1
    61 %patch4 -p1
    63 %patch5 -p1
       
    64 
    62 
    65 %build
    63 %build
    66 %ifos linux
    64 %ifos linux
    67 if [ -x /usr/bin/getconf ]; then
    65 if [ -x /usr/bin/getconf ]; then
    68   CPUS=`getconf _NPROCESSORS_ONLN`
    66   CPUS=`getconf _NPROCESSORS_ONLN`
   148 %{_includedir}/*
   146 %{_includedir}/*
   149 %{_datadir}/gtk-doc
   147 %{_datadir}/gtk-doc
   150 %{_libdir}/pkgconfig
   148 %{_libdir}/pkgconfig
   151 
   149 
   152 %changelog
   150 %changelog
       
   151 * Mon Nov 06 2006 - [email protected]
       
   152 - Bump to 2.16.2. Remove upstream patch, 05-dictionary-multihead..
       
   153 
   153 * Mon Oct 16 2006 - [email protected]
   154 * Mon Oct 16 2006 - [email protected]
   154 - Remove the '-f' from the 'rm *.la *.a' lines so that any changes to the
   155 - Remove the '-f' from the 'rm *.la *.a' lines so that any changes to the
   155   module source will be seen as a build error and action can be taken.
   156   module source will be seen as a build error and action can be taken.
   156 
   157 
   157 * Fri Oct 11 2006 - [email protected]
   158 * Fri Oct 11 2006 - [email protected]