base-specs/gnome-keyring.spec
author dcarbery
Fri, 18 Jan 2008 14:54:13 +0000
changeset 11487 f90eda610ae3
parent 11477 18198fb39803
child 11489 82a5f6080b74
permissions -rw-r--r--
2008-01-18 Damien Carbery <[email protected]> * SUNWevolution.spec: Add evolution-backup to %files. * base-specs/gnome-keyring.spec: Revert to 2.20.3 because the AM_PATH_LIBTASN1 macro is unavailable.
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 gnome-keyring
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11405
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11340
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# 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
     6
# 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
     7
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# Owner: gheet
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
Name:         gnome-keyring
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Group:        System/GUI/GNOME
11487
f90eda610ae3 2008-01-18 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
    13
Version:      2.20.3
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Release:      4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Vendor:	      Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Summary:      GNOME Key Ring
11477
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.21/%{name}-%{version}.tar.bz2
10235
aa869b603452 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10233
diff changeset
    19
#owner:dcarbery date:2007-07-31 type:bug bugzilla:462122
10324
4bc1dcde4b70 2007-08-14 Damien Carbery <[email protected]>
dcarbery
parents: 10235
diff changeset
    20
Patch1:       gnome-keyring-01-strsep.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
%define gtk2_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%define pkgconfig_version 0.15.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%define gtk_doc_version 1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires: gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRequires: gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
BuildRequires: gtk-doc >= %{gtk_doc_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
BuildRequires: pkgconfig >= %{pkgconfig_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
gnome-keyring is a program that keep password and other secrets for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
users. It is run as a daemon in the session, similar to ssh-agent, and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
other applications can locate it by an environment variable.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
                                                                                                                                                             
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
The program can manage several keyrings, each with its own master
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
password, and there is also a session keyring which is never stored to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
disk, but forgotten when the session ends.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
                                                                                                                                                             
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
The library libgnome-keyring is used by applications to integrate with
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
the gnome keyring system.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Summary:      GNOME Key Ring Library
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Group:        Development/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires:     %{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires:     gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
gnome-keyring is a program that keep password and other secrets for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
users. It is run as a daemon in the session, similar to ssh-agent, and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
other applications can locate it by an environment variable.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
                                                                                                                                                             
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
The program can manage several keyrings, each with its own master
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
password, and there is also a session keyring which is never stored to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
disk, but forgotten when the session ends.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
                                                                                                                                                             
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
The library libgnome-keyring is used by applications to integrate with
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
the gnome keyring system.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%setup -q
10449
db3fc9045bf8 2007-09-05 Halton Huo <[email protected]>
halton
parents: 10346
diff changeset
    67
%patch1 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
intltoolize -f -c --automake
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
aclocal $ACLOCAL_FLAGS -I .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
CFLAGS="$RPM_OPT_FLAGS"				\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
./configure --prefix=%{_prefix}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
	    --sysconfdir=%{_sysconfdir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
	    --mandir=%{_mandir}			\
10462
bbc29f5d8d0b 2007-09-06 Ghee Teo <[email protected]>
gheet
parents: 10449
diff changeset
    92
	    --disable-pam			\
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
            --libexecdir=%{_libexecdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
# FIXME: hack: stop the build from looping
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
touch po/stamp-it
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
/sbin/ldconfig
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
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%{_datadir}/locale/*/LC_MESSAGES/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%{_libdir}/lib*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_libexecdir}/gnome-keyring-ask
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%{_includedir}/gnome-keyring-1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%{_libdir}/lib*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%changelog
11487
f90eda610ae3 2008-01-18 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   125
* Fri Jan 18 2008 - [email protected]
f90eda610ae3 2008-01-18 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   126
- Revert to 2.20.3 because the AM_PATH_LIBTASN1 macro is unavailable.
f90eda610ae3 2008-01-18 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   127
11477
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   128
* Thu Jan 17 2008 - [email protected]
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   129
- Bump to 2.21.5.
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   130
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   131
* Mon Jan 07 2008 - [email protected]
11405
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11340
diff changeset
   132
- Bump to 2.20.3.
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11340
diff changeset
   133
11340
   134
* Wed Dec 19 2007 - [email protected]
   135
- Version unbumped to 2.20 by damien but download directory 
   136
  was still 2.21. Fixed by changing to /pub/SOURCES/2.20
11405
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11340
diff changeset
   137
11329
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 11247
diff changeset
   138
* Tue Dec 18 2007 - [email protected]
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 11247
diff changeset
   139
- Bump to 2.21.4.
69cec32c8d0c 2007-12-06 Damien Carbery <[email protected]>
dcarbery
parents: 11247
diff changeset
   140
11247
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10675
diff changeset
   141
* Tue Nov 27 2007 - [email protected]
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10675
diff changeset
   142
- Bump to 2.20.2.
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10675
diff changeset
   143
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10531
diff changeset
   144
* Fri Oct 19 2007 - [email protected]
10675
476ef7933416 Forgot to remove the upstream patch.
dcarbery
parents: 10674
diff changeset
   145
- Bump to 2.20.1. Remove upstream patch, 02-new-keyring-bug.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10531
diff changeset
   146
10515
79c4a78f3fd3 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10492
diff changeset
   147
* Tue Sep 18 2007 - [email protected]
79c4a78f3fd3 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10492
diff changeset
   148
- Bump to 2.20.0. Remove upstream patch, 02-export-symbols. Renumber rest.
79c4a78f3fd3 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10492
diff changeset
   149
10492
f9b9002d5625 2007-09-13 Darren Kenny <[email protected]>
dkenny
parents: 10462
diff changeset
   150
* Thu Sep 13 2007 - [email protected]
f9b9002d5625 2007-09-13 Darren Kenny <[email protected]>
dkenny
parents: 10462
diff changeset
   151
- Added patch for bugzilla bug: 476644, which presents issues when creating a
f9b9002d5625 2007-09-13 Darren Kenny <[email protected]>
dkenny
parents: 10462
diff changeset
   152
  new keyring where non existed before : gnome-keyring-03-new-keyring-bug.diff
10515
79c4a78f3fd3 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10492
diff changeset
   153
10449
db3fc9045bf8 2007-09-05 Halton Huo <[email protected]>
halton
parents: 10346
diff changeset
   154
* Wed Sep 05 2007 - [email protected]
db3fc9045bf8 2007-09-05 Halton Huo <[email protected]>
halton
parents: 10346
diff changeset
   155
- Bump to 2.19.91.
db3fc9045bf8 2007-09-05 Halton Huo <[email protected]>
halton
parents: 10346
diff changeset
   156
- Add patch 02-export-symbols for bugzilla #473796
db3fc9045bf8 2007-09-05 Halton Huo <[email protected]>
halton
parents: 10346
diff changeset
   157
- Remove upstream patches, XX-err_to_g_error and XX-string_header
db3fc9045bf8 2007-09-05 Halton Huo <[email protected]>
halton
parents: 10346
diff changeset
   158
10343
5fdb985da01c 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10324
diff changeset
   159
* Thu Aug 16 2007 - [email protected]
5fdb985da01c 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10324
diff changeset
   160
- Unbump to 2.19.6.1 because of build error I cannot figure out.
5fdb985da01c 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10324
diff changeset
   161
10324
4bc1dcde4b70 2007-08-14 Damien Carbery <[email protected]>
dcarbery
parents: 10235
diff changeset
   162
* Wed Aug 15 2007 - [email protected]
4bc1dcde4b70 2007-08-14 Damien Carbery <[email protected]>
dcarbery
parents: 10235
diff changeset
   163
- Bump to 2.19.90. Remove upstream patches, 01-err_to_g_error and
4bc1dcde4b70 2007-08-14 Damien Carbery <[email protected]>
dcarbery
parents: 10235
diff changeset
   164
  02-string_header.
4bc1dcde4b70 2007-08-14 Damien Carbery <[email protected]>
dcarbery
parents: 10235
diff changeset
   165
10235
aa869b603452 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10233
diff changeset
   166
* Mon Jul 30 2007 - [email protected]
aa869b603452 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10233
diff changeset
   167
- Add 3 patches, 01-err_to_g_error, 02-string_header and 03-strsep to fix
aa869b603452 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10233
diff changeset
   168
  Solaris specific build issues.
aa869b603452 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10233
diff changeset
   169
10233
d75cbca3d8ff * SUNWgnome-remote-desktop.spec:
halton
parents: 10230
diff changeset
   170
* Tue Jul 31 2007 - [email protected]
d75cbca3d8ff * SUNWgnome-remote-desktop.spec:
halton
parents: 10230
diff changeset
   171
- Bump to 2.19.6.1.
d75cbca3d8ff * SUNWgnome-remote-desktop.spec:
halton
parents: 10230
diff changeset
   172
10230
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10167
diff changeset
   173
* Mon Jul 30 2007 - [email protected]
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10167
diff changeset
   174
- Bump to 2.19.6. Remove upstream patch, 01-suncc-build-fail.
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10167
diff changeset
   175
10167
c5593de33d41 * base-specs/gnome-keyring.spec: Bump to 2.19.5,
halton
parents: 10079
diff changeset
   176
* Mon Jul 09 2007 - [email protected]
c5593de33d41 * base-specs/gnome-keyring.spec: Bump to 2.19.5,
halton
parents: 10079
diff changeset
   177
- Bump to 2.19.5.
c5593de33d41 * base-specs/gnome-keyring.spec: Bump to 2.19.5,
halton
parents: 10079
diff changeset
   178
- Add patch suncc-build-fail.diff to let build pass.
c5593de33d41 * base-specs/gnome-keyring.spec: Bump to 2.19.5,
halton
parents: 10079
diff changeset
   179
10079
8ce237420df7 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 10068
diff changeset
   180
* Tue Jun 19 2007 - [email protected]
8ce237420df7 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 10068
diff changeset
   181
- Bump to 2.19.4.1.
8ce237420df7 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 10068
diff changeset
   182
10068
5acfdebf1fe1 2007-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 9904
diff changeset
   183
* Mon Jun 18 2007 - [email protected]
5acfdebf1fe1 2007-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 9904
diff changeset
   184
- Bump to 2.19.4.
5acfdebf1fe1 2007-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 9904
diff changeset
   185
9903
c06f964094cb 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9693
diff changeset
   186
* Tue May 15 2007 - [email protected]
c06f964094cb 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9693
diff changeset
   187
- Bump to 2.19.2. Remove unneeded patch, 01-pkcs. gnome-keyring uses libgcrypt
c06f964094cb 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9693
diff changeset
   188
  now.
c06f964094cb 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9693
diff changeset
   189
9693
12e6e5d802b3 2007-04-08 Damien Carbery <[email protected]>
dcarbery
parents: 9629
diff changeset
   190
* Sun Apr 08 2007 - [email protected]
12e6e5d802b3 2007-04-08 Damien Carbery <[email protected]>
dcarbery
parents: 9629
diff changeset
   191
- Bump to 0.8.1. Remove upstream patch, 02-crash.
12e6e5d802b3 2007-04-08 Damien Carbery <[email protected]>
dcarbery
parents: 9629
diff changeset
   192
9629
3d812abc1b50 * base-specs/gnome-keyring.spec: Add patch crash.diff.
halton
parents: 9529
diff changeset
   193
* Tue Mar 27 2007 - [email protected]
3d812abc1b50 * base-specs/gnome-keyring.spec: Add patch crash.diff.
halton
parents: 9529
diff changeset
   194
- Add patch crash.diff.
3d812abc1b50 * base-specs/gnome-keyring.spec: Add patch crash.diff.
halton
parents: 9529
diff changeset
   195
9528
0e6d5ef03082 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9458
diff changeset
   196
* Mon Mar 12 2007 - [email protected]
9529
17ccc91ef413 Correct gnome-keyring version number s/0.8.0/0.8/
dcarbery
parents: 9528
diff changeset
   197
- Bump to 0.8.
9528
0e6d5ef03082 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9458
diff changeset
   198
9458
3a70d802e410 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   199
* Tue Mar 06 2007 - [email protected]
3a70d802e410 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   200
- Bump to 0.7.92.
3a70d802e410 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   201
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- Bump to 0.7.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Fri Jan 05 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Bump to 0.7.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
- Bump to 0.7.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
* Wed Dec 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- Add intltoolize to read LIGUAS file. Fixes 6498950
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- Bump to 0.6.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
* Fri Jul 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Bump to 0.5.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Tue May 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- Remove unneeded intltoolize call.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
- Bump to 0.4.9.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
* Tue Feb 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- Bump to 0.4.8.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
- Bump to 0.4.7.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- Add hack to fix infinite loop problem in po/Makefile.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
- Bump to 0.4.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Thu Sep 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- Bump to 0.4.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
* Fri Sep 09 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
- call intltoolize so that the correct Makefile.in.in is copied to po
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Tue Sep 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- Call glib-gettextize as po/Makefile.in.in not in tarball. Add patch to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
  skip the 'ar' locale as its files has problems #315335.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
- Bump to 0.4.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
- Bump to 0.4.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Wed Jun 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- Add more libs to LDADD so that it builds with the new pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
* Fri May 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
- Bump to 0.4.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
* Fri Aug 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
- Added patch 01 for pkcs support.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
- removed --disable-gtk-doc since this isn't an option this module's
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
  configure takes.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
- Updated l10n content to gnome-keyring-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
- ported to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
                                                                                
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
- Updated l10n content to gnome-keyring-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
* Tue Apr 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- upgraded tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
* Wed Mar 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
- replace tar jxf with the more solaris friendly
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
  bzcat piped through tar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
- Adding gnome-keyring-l10n-po-1.0.tar.bz2 l10n content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
* Fri Mar 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
- Bump to 0.1.91 and remove the uninstalled pc patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
  since it's upstream.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
* Fri Mar 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
- define libexecdir in configure args
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
* Mon Feb 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
- bump to 0.1.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
- Add patch to generate an -uninstalled.pc file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- Add ACLOCAL_FLAGS env to aclocal invocation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
* Mon Dec 15 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
- Initial Sun release