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