SUNWgnome-dtlogin-integration.spec
author yippi
Wed, 09 Jan 2008 07:40:51 +0000
changeset 11420 c69e370ebcc4
parent 11390 5d4f02562c57
child 11718 bedfaf6c7b10
permissions -rw-r--r--
2008-01-09 Brian Cameron <[email protected]> * base-specs/gnome-session.spec, patches/gnome-session-09-findbus.diff, patches/gnome-session-10-find-dbus-daemon.diff: Add patches needed for gnome-session to launch D-Bus session bus. * SUNWgnome-dtlogin-integration.spec: Bump to 0.33. This version changes the /usr/dt/config/Xsession.jds script so it no longer launches the D-Bus session bus. * patches/glib-04-sed-i.diff: Correct patch so it works. * manpages/man1/glade-3.1, manpages/man3/libglade-2.0.3: Fix libglade.3 manpage so the SEE ALSO section refers to "glade-3" and not "glade-2". Fix glade-3.1 manpage so it's SEE ALSO section is more similar to the libglade.3 manpage.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package SUNWgnome-dtlogin-integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): dtlogin-integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
11420
c69e370ebcc4 2008-01-09 Brian Cameron <[email protected]>
yippi
parents: 11390
diff changeset
     6
# Copyright 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: laca
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%define dtlogin_config_basedir /usr
11390
5d4f02562c57 2008-01-04 Damien Carbery <[email protected]>
dcarbery
parents: 11305
diff changeset
    13
# NOTE: If the version is bumped the new tarball must be uploaded to the
5d4f02562c57 2008-01-04 Damien Carbery <[email protected]>
dcarbery
parents: 11305
diff changeset
    14
#       Sun Download Center. Contact GNOME RE for assistance.
11420
c69e370ebcc4 2008-01-09 Brian Cameron <[email protected]>
yippi
parents: 11390
diff changeset
    15
%define tarball_version 0.34
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
%include Solaris.inc
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    18
%if %option_with_dt
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Name:                    SUNWgnome-dtlogin-integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
SourcePackage:           SUNWgnome-dtlogin-integ-src
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:                 dtlogin configuration files for the JDS desktop
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    22
%else
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    23
Name:                    SUNWgnome-dtstart
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    24
Summary:                 Desktop startup scripts for JDS
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    25
Source2:                 dtstart
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    26
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Version:                 %{default_pkg_version}
10008
a8968d0e9b04 change download url from gnome.org/~laca to dlc.sun.com/.../extras
laca
parents: 9984
diff changeset
    28
Source:                  http://dlc.sun.com/osol/jds/downloads/extras/dtlogin-integration-%{tarball_version}.tar.bz2
9643
e2eeb6fa4a38 2007-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 9397
diff changeset
    29
Source1:                 l10n-configure.sh
10717
917f67320beb 2007-10-26 Takao Fujiwara <[email protected]>
fujiwara
parents: 10569
diff changeset
    30
Patch1:                  SUNWgnome-dtlogin-integration-01-no-mo.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
SUNW_BaseDir:            %{dtlogin_config_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Requires: SUNWgnome-panel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Requires: SUNWgnome-session
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Requires: SUNWgnome-wm
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    37
%if %option_with_gnu_iconv
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    38
BuildRequires: SUNWgnu-libiconv
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    39
%else
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRequires: SUNWciu8
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
BuildRequires: SUNWhiu8
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
BuildRequires: SUNWiniu8
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
BuildRequires: SUNWjiu8
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
BuildRequires: SUNWkiu8
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
BuildRequires: SUNWtiu8
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
BuildRequires: SUNWuiu8
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: SUNWloc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
BuildRequires: SUNWisolc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
BuildRequires: SUNWceuos
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
BuildRequires: SUNWcleu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
BuildRequires: SUNWcleu2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
BuildRequires: SUNWdeiso1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
BuildRequires: SUNWeeuos
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
BuildRequires: SUNWesiso1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: SUNWeu8os
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
BuildRequires: SUNWfriso1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
BuildRequires: SUNWhkleu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
BuildRequires: SUNWhleu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
BuildRequires: SUNWinleu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
BuildRequires: SUNWitiso1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
BuildRequires: SUNWjfpu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
BuildRequires: SUNWkleu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
BuildRequires: SUNWmeaos
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
BuildRequires: SUNWnafos
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
BuildRequires: SUNWnamos
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
BuildRequires: SUNWneuos
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
BuildRequires: SUNWsamos
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
BuildRequires: SUNWseuos
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
BuildRequires: SUNWsviso1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
BuildRequires: SUNWtleu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
BuildRequires: SUNWweuos
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    72
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%setup -q -n dtlogin-integration-%{tarball_version}
10717
917f67320beb 2007-10-26 Takao Fujiwara <[email protected]>
fujiwara
parents: 10569
diff changeset
    76
%patch1 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
bash -x %SOURCE1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
export LDFLAGS="%_ldflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
export CFLAGS="%optflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
libtoolize -f
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10207
diff changeset
    85
intltoolize --force --copy --automake
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
automake -acf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
./configure --with-gnome-prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
            --prefix=%{dtlogin_config_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%install
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    94
rm -rf $RPM_BUILD_ROOT
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    95
%if %option_with_gnu_iconv
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    96
make install DESTDIR=$RPM_BUILD_ROOT ICONV=/usr/gnu/bin/iconv ENCODING=UTF-8
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    97
%else
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
make install DESTDIR=$RPM_BUILD_ROOT
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
    99
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   101
%if %option_without_dt
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   102
install --mode=0755 -d $RPM_BUILD_ROOT/usr/bin
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   103
install --mode=0755 %SOURCE2 $RPM_BUILD_ROOT/usr/bin/dtstart
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   104
rm -r $RPM_BUILD_ROOT%{dtlogin_config_basedir}/dt/appconfig
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   105
rm -r $RPM_BUILD_ROOT%{dtlogin_config_basedir}/dt/config/C
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   106
rm -r $RPM_BUILD_ROOT%{dtlogin_config_basedir}/dt/config/[a-z][a-z]*
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   107
rm -r $RPM_BUILD_ROOT%{dtlogin_config_basedir}/dt/config/Xsession*
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   108
rm -r $RPM_BUILD_ROOT%{_datadir}
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   109
%endif
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   110
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
rm -rf $RPM_BUILD_ROOT/tmp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%{dtlogin_config_basedir}/dt
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   119
%if %option_with_dt
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   120
%else
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   121
%dir %attr (0755, root, bin) %{_bindir}
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   122
%{_bindir}/dtstart
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   123
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%changelog
11420
c69e370ebcc4 2008-01-09 Brian Cameron <[email protected]>
yippi
parents: 11390
diff changeset
   126
* Wed Jan 09 2008 - [email protected]
c69e370ebcc4 2008-01-09 Brian Cameron <[email protected]>
yippi
parents: 11390
diff changeset
   127
- Bump to 0.34.
11305
62caba4487e1 2007-12-07 Brian Cameron <[email protected]>
yippi
parents: 10717
diff changeset
   128
* Fri Dec 07 2007 - [email protected]
62caba4487e1 2007-12-07 Brian Cameron <[email protected]>
yippi
parents: 10717
diff changeset
   129
- Bump to 0.33.
10717
917f67320beb 2007-10-26 Takao Fujiwara <[email protected]>
fujiwara
parents: 10569
diff changeset
   130
* Thu Oct 25 2007 - [email protected]
917f67320beb 2007-10-26 Takao Fujiwara <[email protected]>
fujiwara
parents: 10569
diff changeset
   131
- Add SUNWgnome-dtlogin-integration-01-no-mo.diff.
917f67320beb 2007-10-26 Takao Fujiwara <[email protected]>
fujiwara
parents: 10569
diff changeset
   132
  We don't need .mo files for this package.
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   133
* Fri Sep 28 2007 - [email protected]
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   134
- combine SUNWgnome-dtlogin-integration and SUNWgnome-dtstart in one
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   135
  spec.  If this spec file is built without /usr/dt support then
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   136
  it builds SUNWgnome-dtstart with include /usr/bin/dtstart and the
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   137
  JDS startup scripts in /usr/dt/config.  /ust/bin/dtstart is a
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10476
diff changeset
   138
  simple replacement for /usr/dt/bin/Xsession
10476
4b21f26279ac 2007-09-07 Brian Cameron <[email protected]>
yippi
parents: 10407
diff changeset
   139
* Fri Sep 07 2007 - [email protected]
4b21f26279ac 2007-09-07 Brian Cameron <[email protected]>
yippi
parents: 10407
diff changeset
   140
- Bump to 0.32, remove upstream patch.
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10207
diff changeset
   141
* Thu Aug 30 2007 - [email protected]
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10207
diff changeset
   142
- Add intltoolize call to update intltool scripts.
10207
f9d491540a88 2007-07-23 Takao Fujiwara <[email protected]>
fujiwara
parents: 10008
diff changeset
   143
* Mon Jul 23 2007 - [email protected]
f9d491540a88 2007-07-23 Takao Fujiwara <[email protected]>
fujiwara
parents: 10008
diff changeset
   144
- Added SUNWgnome-dtlogin-integration-01-g11n-xinitrc.diff. 
f9d491540a88 2007-07-23 Takao Fujiwara <[email protected]>
fujiwara
parents: 10008
diff changeset
   145
  Fixes 6555226, 6583891
9984
f777ad449ca8 2007-06-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9643
diff changeset
   146
* Tue Jun  5 2007 - [email protected]
f777ad449ca8 2007-06-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9643
diff changeset
   147
- bump to 0.31, delete patch
9643
e2eeb6fa4a38 2007-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 9397
diff changeset
   148
* Mon Apr 02 2007 - [email protected]
e2eeb6fa4a38 2007-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 9397
diff changeset
   149
- Added SUNWgnome-dtlogin-integration-01-unset-locale.diff. Fixes 6532300
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
* Tue Nov 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
- Bump to 0.29, to change menu string to 2.16. Fixes 6493544.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
* Thu Aug 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
- remove autoheader call since there is AC_CONFIG_HEADER in configure.in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
* Fri Aug 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
- Bump to 0.27, to change menu string to 2.15.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
* Fri Jun 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
- bump to 0.26, fixes 6340366 "A modified version of
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
  /usr/dt/config/Xinitrc.jds in /etc/dt/config is not used" and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
  moves the code starting ssh-agent here from gdm so that it runs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
  for dtlogin users too.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Thu Apr  6 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Now use tarball_version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Wed Feb  1 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Bump to 0.25 to change menu string to "Gnome 2.14 for OpenSolaris"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Tue Sep 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- remove unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Fri Jul  8 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Add definition for ACLOCAL_FLAGS in order to build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Fri Apr  1 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Update to 0.23.  Remove /usr/openwin/bin from PATH and move it to GDM2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
  so it doesn't get set twice when logging in via CDE login.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Wed Mar 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- commented out the rm datadir/locale/*/LC_MESSAGES/dtlogin-integration.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
  line since it got accidently uncommented in my last putback.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Tue Mar 01 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Update to 0.22: Remove /usr/dt/bin from default user PATH.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Wed Dec 15 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Update to 0.21: get rid of the login popup
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Mon Dec 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Update to 0.20. Implement ARC decision: Remove /usr/demo/jds/bin from PATH 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
  and change wording for message about adding /usr/sfw/bin to the PATH 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
  (Xinitrc.in).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Fri Nov 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Added translations for new popup dialog. Asian to be modfied still.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Fri Nov 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- update to 0.17: fixes 6182467 (adds sfw login dialog)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- add %_datadir to files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Fri Oct 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- uprev to 0.16: adds comment about /usr/sfw/bin to Xinitrc, uses new
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
  Solaris 10 branding
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
* Wed Oct 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
- uprev to 0.15 (removes /usr/sfw/bin from the PATH)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
* Fri Oct 15 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
- Uprevved tarball to 0.14 (0.12 & 0.13 already present)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
* Thu Sep 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
- Uprevved tarball to 0.11
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
* Tue Sep 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
- Added SourcePackage tag because SUNWgnome-dtlogin-integration-src is too
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
  long...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Tue Sep 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- Added BuildRequires for effective iconv convertions.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
* Tue Sep 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- Uprevved tarball to 0.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
* Mon Sep 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
- Upstreamed dtlogin-integration-01-g11n-i18n-ui.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
* Fri Sep 03 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
- Added dtlogin-integration-01-g11n-i18n-ui.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- Updated BuildRequires
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
* Mon Aug 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- Uprevved tarball to 0.9 to fix bugid 5093158
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
- Update to version 0.7 to add /usr/sfw/bin to PATH and /usr/lib/jds-private to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
  LD_LIBRARY_PATH.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Tue Jun 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- update to version 0.6 to fix th_TH attrib issue (again!)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
* Mon Jun 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
- update to version 0.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Tue Jun 15 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- update to version 0.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- removed dtlogin-integration-01-th_TH_file_conflict.diff and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
  include the same fix to the module.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
* Thu Jun 10 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
- Patch dtlogin-integration-01-th_TH_file_conflict.diff to fix th_TH conflict
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
* Tue May 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- update to version 0.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
* Tue May 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
- update to version 0.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
* Tue May 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- initial version of the spec file