gnome-keyring.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8530 ef62fbe8c956
child 8695 6e41c07e1964
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package gnome-keyring
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
8530
ef62fbe8c956 add more spec file owners
laca
parents: 8052
diff changeset
     8
# Owner: gheet
ef62fbe8c956 add more spec file owners
laca
parents: 8052
diff changeset
     9
#
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    10
Name:         gnome-keyring
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    11
License:      GPL
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    12
Group:        System/GUI/GNOME
8052
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 7943
diff changeset
    13
Version:      0.6.0
5924
a6b5861d5ee9 2005-09-18 Glynn Foster <[email protected]>
gman
parents: 5865
diff changeset
    14
Release:      4
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Distribution: Java Desktop System
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    16
Vendor:	      Sun Microsystems, Inc.
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    17
Summary:      GNOME Key Ring
8052
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 7943
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
4395
b38a84a931a5 2004-10-29 Brian Cameron <[email protected]>
bc99092
parents: 4387
diff changeset
    19
Patch1:       gnome-keyring-01-pkcs.diff
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    20
URL:          http://www.gnome.org
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    21
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    22
Autoreqprov:  on
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    23
Prereq:       /sbin/ldconfig
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    24
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    25
%define gtk2_version 2.4.0
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    26
%define pkgconfig_version 0.15.0
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    27
%define gtk_doc_version 1.1
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    28
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    29
Requires: gtk2 >= %{gtk2_version}
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    30
BuildRequires: gtk2-devel >= %{gtk2_version}
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    31
BuildRequires: gtk-doc >= %{gtk_doc_version}
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    32
BuildRequires: pkgconfig >= %{pkgconfig_version}
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    33
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    34
%description
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    35
gnome-keyring is a program that keep password and other secrets for
3859
90302ba25836 Correct typo: damon -> daemon.
dc144907
parents: 3858
diff changeset
    36
users. It is run as a daemon in the session, similar to ssh-agent, and
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    37
other applications can locate it by an environment variable.
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    38
                                                                                                                                                             
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    39
The program can manage several keyrings, each with its own master
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    40
password, and there is also a session keyring which is never stored to
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    41
disk, but forgotten when the session ends.
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    42
                                                                                                                                                             
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    43
The library libgnome-keyring is used by applications to integrate with
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    44
the gnome keyring system.
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    45
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    46
%package devel
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    47
Summary:      GNOME Key Ring Library
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    48
Group:        Development/Libraries/GNOME
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    49
Requires:     %{name} = %{version}
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    50
Requires:     gtk2-devel >= %{gtk2_version}
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    51
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    52
%description devel
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    53
gnome-keyring is a program that keep password and other secrets for
3859
90302ba25836 Correct typo: damon -> daemon.
dc144907
parents: 3858
diff changeset
    54
users. It is run as a daemon in the session, similar to ssh-agent, and
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    55
other applications can locate it by an environment variable.
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    56
                                                                                                                                                             
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    57
The program can manage several keyrings, each with its own master
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    58
password, and there is also a session keyring which is never stored to
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    59
disk, but forgotten when the session ends.
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    60
                                                                                                                                                             
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    61
The library libgnome-keyring is used by applications to integrate with
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    62
the gnome keyring system.
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    63
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    64
%prep
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    65
%setup -q
5924
a6b5861d5ee9 2005-09-18 Glynn Foster <[email protected]>
gman
parents: 5865
diff changeset
    66
%patch1 -p1
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    67
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    68
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    69
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    71
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    73
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    74
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    75
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    77
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    78
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    79
1554
412fa6596330 2004-02-02 Niall Power <[email protected]
niall
parents: 1543
diff changeset
    80
libtoolize --force
5723
4f3ab8810163 * gnome-keyring.spec: Call glib-gettextize as po/Makefile.in.in not in
dc144907
parents: 5719
diff changeset
    81
glib-gettextize -f -c
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    82
aclocal $ACLOCAL_FLAGS -I .
5791
e9b4e6957272 2005-09-09 Laszlo Peter <[email protected]>
laca
parents: 5723
diff changeset
    83
autoconf
1554
412fa6596330 2004-02-02 Niall Power <[email protected]
niall
parents: 1543
diff changeset
    84
autoheader
412fa6596330 2004-02-02 Niall Power <[email protected]
niall
parents: 1543
diff changeset
    85
automake -a -c -f
412fa6596330 2004-02-02 Niall Power <[email protected]
niall
parents: 1543
diff changeset
    86
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    87
CFLAGS="$RPM_OPT_FLAGS"				\
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    88
./configure --prefix=%{_prefix}			\
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    89
	    --sysconfdir=%{_sysconfdir}		\
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    90
	    --mandir=%{_mandir}			\
3666
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
    91
            --libexecdir=%{_libexecdir}
6745
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6741
diff changeset
    92
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6741
diff changeset
    93
# FIXME: hack: stop the build from looping
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6741
diff changeset
    94
touch po/stamp-it
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6741
diff changeset
    95
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    96
make -j $CPUS
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    97
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    98
%install
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    99
make DESTDIR=$RPM_BUILD_ROOT install
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   100
rm $RPM_BUILD_ROOT%{_libdir}/*.la
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   101
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   102
%clean
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   103
rm -rf $RPM_BUILD_ROOT
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   104
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   105
%post
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   106
/sbin/ldconfig
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   107
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   108
%postun
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   109
/sbin/ldconfig
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   110
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   111
%files
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   112
%{_datadir}/locale/*/LC_MESSAGES/*
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   113
%{_bindir}/*
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   114
%{_libdir}/lib*.so.*
1899
f75653efa462 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1888
diff changeset
   115
%{_libexecdir}/gnome-keyring-ask
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   116
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   117
%files devel
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   118
%{_libdir}/pkgconfig/*.pc
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   119
%{_includedir}/gnome-keyring-1/*
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   120
%{_libdir}/lib*.so
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   121
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   122
%changelog
8052
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 7943
diff changeset
   123
* Mon Sep 04 2006 - [email protected]
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 7943
diff changeset
   124
- Bump to 0.6.0.
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 7943
diff changeset
   125
7697
7c2b42e72181 2006-07-21 Padraig O'Briain <[email protected]>
padraigo
parents: 7194
diff changeset
   126
* Fri Jul 20 2006 - [email protected]
7c2b42e72181 2006-07-21 Padraig O'Briain <[email protected]>
padraigo
parents: 7194
diff changeset
   127
- Bump to 0.5.1.
7c2b42e72181 2006-07-21 Padraig O'Briain <[email protected]>
padraigo
parents: 7194
diff changeset
   128
7194
f8f941c48038 2006-05-02 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   129
* Tue May 02 2006 - [email protected]
f8f941c48038 2006-05-02 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   130
- Remove unneeded intltoolize call.
f8f941c48038 2006-05-02 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   131
6913
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
   132
* Mon Mar 13 2006 - [email protected]
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
   133
- Bump to 0.4.9.
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
   134
6862
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6766
diff changeset
   135
* Tue Feb 28 2006 - [email protected]
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6766
diff changeset
   136
- Bump to 0.4.8.
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6766
diff changeset
   137
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6913
diff changeset
   138
* Mon Feb 13 2006 - [email protected]
6741
c4680f991016 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6297
diff changeset
   139
- Bump to 0.4.7.
6745
38ab4e6c7a5f 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6741
diff changeset
   140
- Add hack to fix infinite loop problem in po/Makefile.
6741
c4680f991016 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6297
diff changeset
   141
6297
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 5924
diff changeset
   142
* Tue Nov 29 2005 - [email protected]
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 5924
diff changeset
   143
- Bump to 0.4.6.
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 5924
diff changeset
   144
5865
838fe648a377 2005-09-15 Brian Cameron <[email protected]>
bc99092
parents: 5791
diff changeset
   145
* Thu Sep 15 2005 - [email protected]
838fe648a377 2005-09-15 Brian Cameron <[email protected]>
bc99092
parents: 5791
diff changeset
   146
- Bump to 0.4.5.
838fe648a377 2005-09-15 Brian Cameron <[email protected]>
bc99092
parents: 5791
diff changeset
   147
5791
e9b4e6957272 2005-09-09 Laszlo Peter <[email protected]>
laca
parents: 5723
diff changeset
   148
* Fri Sep 09 2005 - [email protected]
e9b4e6957272 2005-09-09 Laszlo Peter <[email protected]>
laca
parents: 5723
diff changeset
   149
- call intltoolize so that the correct Makefile.in.in is copied to po
e9b4e6957272 2005-09-09 Laszlo Peter <[email protected]>
laca
parents: 5723
diff changeset
   150
5723
4f3ab8810163 * gnome-keyring.spec: Call glib-gettextize as po/Makefile.in.in not in
dc144907
parents: 5719
diff changeset
   151
* Tue Sep 06 2005 - [email protected]
4f3ab8810163 * gnome-keyring.spec: Call glib-gettextize as po/Makefile.in.in not in
dc144907
parents: 5719
diff changeset
   152
- Call glib-gettextize as po/Makefile.in.in not in tarball. Add patch to
4f3ab8810163 * gnome-keyring.spec: Call glib-gettextize as po/Makefile.in.in not in
dc144907
parents: 5719
diff changeset
   153
  skip the 'ar' locale as its files has problems #315335.
4f3ab8810163 * gnome-keyring.spec: Call glib-gettextize as po/Makefile.in.in not in
dc144907
parents: 5719
diff changeset
   154
5719
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5575
diff changeset
   155
* Mon Sep 05 2005 - [email protected]
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5575
diff changeset
   156
- Bump to 0.4.4.
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5575
diff changeset
   157
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   158
* Mon Aug 15 2005 - [email protected]
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   159
- Bump to 0.4.3.
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   160
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   161
* Wed Jun 15 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   162
- Add more libs to LDADD so that it builds with the new pkgconfig
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   163
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   164
* Fri May 06 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   165
- Bump to 0.4.2
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   166
4395
b38a84a931a5 2004-10-29 Brian Cameron <[email protected]>
bc99092
parents: 4387
diff changeset
   167
* Fri Aug 29 2004 - [email protected]
b38a84a931a5 2004-10-29 Brian Cameron <[email protected]>
bc99092
parents: 4387
diff changeset
   168
- Added patch 01 for pkcs support.
b38a84a931a5 2004-10-29 Brian Cameron <[email protected]>
bc99092
parents: 4387
diff changeset
   169
3666
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   170
* Wed Aug 18 2004 - [email protected]
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   171
- removed --disable-gtk-doc since this isn't an option this module's
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   172
  configure takes.
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   173
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   174
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   175
- Updated l10n content to gnome-keyring-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   176
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   177
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   178
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   179
                                                                                
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   180
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   181
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   182
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   183
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   184
- Updated l10n content to gnome-keyring-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   185
2448
7bf84789625a upgraded tarbal
lk86177
parents: 2398
diff changeset
   186
* Tue Apr 13 2004 - [email protected]
7bf84789625a upgraded tarbal
lk86177
parents: 2398
diff changeset
   187
- upgraded tarball
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   188
* Wed Mar 31 2004 - [email protected]
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   189
- replace tar jxf with the more solaris friendly
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   190
  bzcat piped through tar
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   191
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   192
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   193
- Adding gnome-keyring-l10n-po-1.0.tar.bz2 l10n content
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   194
2256
02f0c4e26277 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2193
diff changeset
   195
* Fri Mar 19 2004 - [email protected]
02f0c4e26277 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2193
diff changeset
   196
- Bump to 0.1.91 and remove the uninstalled pc patch
02f0c4e26277 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2193
diff changeset
   197
  since it's upstream.
02f0c4e26277 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2193
diff changeset
   198
2193
e73a7f88449b 2004-03-12 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   199
* Fri Mar 12 2004 - [email protected]
e73a7f88449b 2004-03-12 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   200
- define libexecdir in configure args
2256
02f0c4e26277 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2193
diff changeset
   201
1554
412fa6596330 2004-02-02 Niall Power <[email protected]
niall
parents: 1543
diff changeset
   202
* Mon Feb 02 2004 - [email protected]
412fa6596330 2004-02-02 Niall Power <[email protected]
niall
parents: 1543
diff changeset
   203
- bump to 0.1.2
412fa6596330 2004-02-02 Niall Power <[email protected]
niall
parents: 1543
diff changeset
   204
- Add patch to generate an -uninstalled.pc file
412fa6596330 2004-02-02 Niall Power <[email protected]
niall
parents: 1543
diff changeset
   205
- Add ACLOCAL_FLAGS env to aclocal invocation
412fa6596330 2004-02-02 Niall Power <[email protected]
niall
parents: 1543
diff changeset
   206
1437
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   207
* Mon Dec 15 2003 - [email protected]
2770e4df5170 2003-12-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   208
- Initial Sun release