gnome-system-tools.spec
author darrenk
Mon, 29 May 2006 13:29:34 +0000
changeset 7329 ea6dd6dd48ce
parent 7035 3cfd68e4e41f
child 7678 4315b59d2622
permissions -rw-r--r--
2006-05-29 Darren Kenny <[email protected]> * patches/system-tools-backends-04-network.diff: Lots of changes to support basic wifi and clean up location of configuration files (to /etc/inet/gnome-system-tools rather than using dot-files). Still more to do though. * patches/system-tools-backends-08-users.diff: Fix to enable userid's greater than 60000 to be visible by default. Also fix bugs where user's settings were being changed when there was no need to - especially w.r.t. user's password. * patches/gnome-system-tools-02-forkpty.diff: Added support for embedded_su - this is only temporary until gksu is up to speed. * patches/gnome-system-tools-03-network.diff: Renamed from patches/gnome-system-tools-03-emptystruct.diff to reflect changed use. Added the displaying of known interface information when using DHCP. * Solaris/SUNWgnome-system-tools.spec: Clean up packaging, also added new /etc/inet/gnome-system-tools dir to build so that it's created on install. * gnome-system-tools.spec: Renamed patch (see above).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     2
# spec file for package gnome-system-tools
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     7
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     8
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     9
Name:		gnome-system-tools
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    10
License:	GPL
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    11
Group:		System/GUI/GNOME
6929
b6b7dd7b0d80 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
    12
Version:	2.14.0
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    13
Release:	1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    14
Distribution:	Java Desktop System
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    15
Vendor:		Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    16
Summary:	GNOME System Tools
6929
b6b7dd7b0d80 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
    17
Source:		http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.14/%{name}-%{version}.tar.bz2
6955
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
    18
Patch1:		gnome-system-tools-01-config.diff
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
    19
Patch2:		gnome-system-tools-02-forkpty.diff
7329
ea6dd6dd48ce 2006-05-29 Darren Kenny <[email protected]>
darrenk
parents: 7035
diff changeset
    20
Patch3:		gnome-system-tools-03-network.diff
6955
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
    21
Patch4:		gnome-system-tools-04-tz.diff
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
    22
Patch5:		gnome-system-tools-05-shares.diff
6975
baa1ef4b8ff2 2006-03-27 Padraig O'Briain <[email protected]>
padraigo
parents: 6955
diff changeset
    23
Patch6:		gnome-system-tools-06-time.diff
baa1ef4b8ff2 2006-03-27 Padraig O'Briain <[email protected]>
padraigo
parents: 6955
diff changeset
    24
Patch7:		gnome-system-tools-07-users.diff
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    25
URL:		http://www.gnome.org
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    26
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    27
Docdir:		%{_defaultdocdir}/%{name}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    28
Autoreqprov:	on
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    29
Prereq:         GConf
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    30
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    31
%define libgnomeui_version 2.9.0
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    32
%define GConf_version 2.2.0
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    33
%define system_tools_backends_version 1.2.0
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    34
%define nautilus_version 2.9.3
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    35
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    36
Requires:	libgnomeui >= %{libgnomeui_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    37
Requires:	GConf >= %{GConf_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    38
Requires:	system-tools-backends >= %{system_tools_backends_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    39
Requires:	nautilus >= %{nautilus_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    40
BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    41
BuildRequires:  GConf-devel >= %{GConf_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    42
BuildRequires:	system-tools-backends >= %{system_tools_backends_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    43
BuildRequires:	nautilus-devel >= %{nautilus_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    44
BuildRequires:  intltool
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    45
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    46
%description
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    47
These tools are intended to simplify the tasks of configuring a Unix system
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    48
for workstations. They are not intended for configuring Unix servers.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    49
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    50
Configuring different Unix systems is different; every Unix system has
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    51
different ways of being administrated. The GNOME System Tools aspire to
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    52
unify these systems.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    53
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    54
Each one of the GNOME System Tools is split in two parts: a backend (which
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    55
is typically written in Perl) and a user interface frontend (which is
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    56
typically written in C or Python).
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    57
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    58
The backends are written in a way that should allow us to quickly adapt
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    59
them to various different flavors of Unix; the backend probes your system
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    60
and parses the existing system files. When the user has finished editing
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    61
the system settings, the configuration is written back as patches to the
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    62
system files.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    63
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    64
This means that the GNOME System Tools use whatever configuration files are
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    65
available on your system, and you can still edit those files by hand or
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    66
with other configuration tools without conflicts or data loss.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    67
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    68
%prep
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    69
%setup -q
6955
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
    70
%patch1 -p1
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
    71
%patch2 -p1
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
    72
%patch3 -p1
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
    73
%patch4 -p1
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
    74
%patch5 -p1
6975
baa1ef4b8ff2 2006-03-27 Padraig O'Briain <[email protected]>
padraigo
parents: 6955
diff changeset
    75
%patch6 -p1
baa1ef4b8ff2 2006-03-27 Padraig O'Briain <[email protected]>
padraigo
parents: 6955
diff changeset
    76
%patch7 -p1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    77
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    78
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    79
%build
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    80
%ifos linux
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    81
if [ -x /usr/bin/getconf ]; then
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    82
  CPUS=`getconf _NPROCESSORS_ONLN`
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    83
fi
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    84
%else
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    85
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    86
%endif
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    87
if test "x$CPUS" = "x" -o $CPUS = 0; then
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    88
  CPUS=1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    89
fi
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    90
6995
a15fb16b23c8 2006-04-03 Padraig O'Briain <[email protected]>
padraigo
parents: 6975
diff changeset
    91
%ifos solaris
7035
3cfd68e4e41f 2006-04-10 Padraig O'Briain <[email protected]>
padraigo
parents: 6995
diff changeset
    92
CFLAGS="-D NOPTY -D USE_AUTHEN_PAM $RPM_OPT_FLAGS" \
6995
a15fb16b23c8 2006-04-03 Padraig O'Briain <[email protected]>
padraigo
parents: 6975
diff changeset
    93
%else
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    94
CFLAGS="$RPM_OPT_FLAGS" \
6995
a15fb16b23c8 2006-04-03 Padraig O'Briain <[email protected]>
padraigo
parents: 6975
diff changeset
    95
%endif
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    96
  ./configure \
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6713
diff changeset
    97
	--prefix=%{_prefix} 		  \
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6713
diff changeset
    98
	--sysconfdir=%{_sysconfdir}       \
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6713
diff changeset
    99
	--localstatedir=%{_localstatedir} \
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6713
diff changeset
   100
	--mandir=%{_mandir}	          \
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6713
diff changeset
   101
	--disable-scrollkeeper
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   102
make -j $CPUS
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   103
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   104
%install
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   105
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   106
make -i install DESTDIR=$RPM_BUILD_ROOT
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   107
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   108
rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/libnautilus-gst-shares.la
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   109
rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/libnautilus-gst-shares.a
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6713
diff changeset
   110
rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   111
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   112
%clean
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   113
rm -rf $RPM_BUILD_ROOT
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   114
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   115
%post
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   116
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   117
SCHEMAS="gnome-system-tools.schemas"
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   118
for S in $SCHEMAS; do
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   119
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   120
done
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   121
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   122
%files
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   123
%defattr (-, root, root)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   124
%{_bindir}/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   125
%{_libdir}/nautilus/extensions-1.0/libnautilus-gst-shares.so
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   126
%{_libdir}/pkgconfig/
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   127
%{_datadir}/applications/
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   128
%{_datadir}/gnome-system-tools/
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   129
%{_datadir}/gnome/help/
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   130
%{_datadir}/locale/*/LC_MESSAGES/*.mo
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   131
%{_datadir}/omf/
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   132
%{_sysconfdir}/gconf/schemas/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   133
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   134
%changelog
7035
3cfd68e4e41f 2006-04-10 Padraig O'Briain <[email protected]>
padraigo
parents: 6995
diff changeset
   135
* Mon Apr 10 2006 - [email protected]
3cfd68e4e41f 2006-04-10 Padraig O'Briain <[email protected]>
padraigo
parents: 6995
diff changeset
   136
- Add define USE_AUTHEN_PAM for Solaris
3cfd68e4e41f 2006-04-10 Padraig O'Briain <[email protected]>
padraigo
parents: 6995
diff changeset
   137
6975
baa1ef4b8ff2 2006-03-27 Padraig O'Briain <[email protected]>
padraigo
parents: 6955
diff changeset
   138
* Fri Mar 24 2006 - [email protected]
baa1ef4b8ff2 2006-03-27 Padraig O'Briain <[email protected]>
padraigo
parents: 6955
diff changeset
   139
- Add patch gnome-system-tools-07-users.diff.
baa1ef4b8ff2 2006-03-27 Padraig O'Briain <[email protected]>
padraigo
parents: 6955
diff changeset
   140
6955
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
   141
* Thu Mar 16 2006 - [email protected]
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
   142
- Move patches here from Solaris package spec file.
fef846f62545 2006-03-16 Padraig O'Briain <[email protected]>
padraigo
parents: 6929
diff changeset
   143
6929
b6b7dd7b0d80 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   144
* Tue Mar 14 2006 - [email protected]
b6b7dd7b0d80 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   145
- Bump to 2.14.0.
b6b7dd7b0d80 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   146
6713
163d8c4dbcc2 2006-02-02 Damien Carbery <[email protected]>
dc144907
parents: 6628
diff changeset
   147
* Thu Feb  2 2006 - [email protected]
163d8c4dbcc2 2006-02-02 Damien Carbery <[email protected]>
dc144907
parents: 6628
diff changeset
   148
- Bump to 2.13.2.
163d8c4dbcc2 2006-02-02 Damien Carbery <[email protected]>
dc144907
parents: 6628
diff changeset
   149
6628
013528515881 2006-01-20 Damien Carbery <[email protected]>
dc144907
parents: 6016
diff changeset
   150
* Fri Jan 20 2006 - [email protected]
013528515881 2006-01-20 Damien Carbery <[email protected]>
dc144907
parents: 6016
diff changeset
   151
- Bump to 2.13.1.
013528515881 2006-01-20 Damien Carbery <[email protected]>
dc144907
parents: 6016
diff changeset
   152
6016
b54189f766bc *.spec: Bump versions. Fix Source url in some files without bumping.
dc144907
parents: 5529
diff changeset
   153
* Tue Sep 27 2005 - [email protected]
b54189f766bc *.spec: Bump versions. Fix Source url in some files without bumping.
dc144907
parents: 5529
diff changeset
   154
- Bump to 1.3.92.
b54189f766bc *.spec: Bump versions. Fix Source url in some files without bumping.
dc144907
parents: 5529
diff changeset
   155
5529
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   156
* Mon Aug 15 2005 - [email protected]
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   157
- Bump to 1.3.2.
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   158
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   159
* Tue May 24 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   160
- Initial spec