libwnck.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 7550 045f9b0a4956
child 7743 b9bc3fb4d8b2
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 libwnck
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
#
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
     8
Name:         libwnck
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
     9
License:      GPL
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    10
Group:        System/Libraries/GNOME
7031
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6925
diff changeset
    11
Version:      2.14.1
7480
32bf6cf3aae0 2006-06-22 Niall Power <[email protected]>
np93678
parents: 7031
diff changeset
    12
Release:      2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    15
Summary:      Window Navigator Construction Kit Library
6925
4da86d63df6a 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/libwnck/2.14/libwnck-%{version}.tar.bz2
7480
32bf6cf3aae0 2006-06-22 Niall Power <[email protected]>
np93678
parents: 7031
diff changeset
    17
Patch1:       libwnck-01-trusted-extensions.diff
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    18
URL:          http://www.gnome.org
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    19
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    20
Docdir:       %{_defaultdocdir}/doc
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    21
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    22
Prereq:       /sbin/ldconfig
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    23
1223
4b1f30744eff 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    24
%define gtk2_version 2.2.4
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    25
%define startup_notification_version 0.5
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    26
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    27
Requires: gtk2 >= %{gtk2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    28
Requires: startup-notification >= %{startup_notification_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    29
BuildRequires:	gtk2-devel >= %{gtk2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    30
BuildRequires:  startup-notification-devel >= %{startup_notification_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    31
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    32
%description
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    33
The Window Navigator Construction Kit is a library which can be used
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    34
to control windows on your desktop, including API for writing 
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    35
Task Lists, Workspace Switchers and Window Lists.
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    36
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    37
%package devel
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    38
Summary:      Window Navigator Construction Kit Development Library
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    39
Group:        Development/Libraries/GNOME
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    40
Autoreqprov:  on
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    41
Requires: %name = %{version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    42
Requires: gtk2-devel >= %{gtk2_version}
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    43
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    44
%description devel
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    45
The Window Navigator Construction Kit is a library which can be used
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    46
to control windows on your desktop, including API for writing 
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    47
Task Lists, Workspace Switchers and Window Lists.
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    48
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    49
%prep
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    50
%setup -q
7493
9a6af5478232 2006-06-23 Damien Carbery <[email protected]>
dc144907
parents: 7480
diff changeset
    51
## FIXME: Disable patch as it causes build to fail.
7550
045f9b0a4956 2006-06-30 Stephen Browne <[email protected]>
sb73685
parents: 7493
diff changeset
    52
%patch1 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    53
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    54
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    60
  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
    61
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    62
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    63
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
1720
6b87c078d8ed autotoolize because of the uninstalled_pc patch
laca
parents: 1716
diff changeset
    66
libtoolize --force
6609
54830cfdf9e8 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 6587
diff changeset
    67
glib-gettextize -f
54830cfdf9e8 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 6587
diff changeset
    68
intltoolize --force --copy
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    69
aclocal $ACLOCAL_FLAGS
1720
6b87c078d8ed autotoolize because of the uninstalled_pc patch
laca
parents: 1716
diff changeset
    70
automake -a -c -f
6b87c078d8ed autotoolize because of the uninstalled_pc patch
laca
parents: 1716
diff changeset
    71
autoconf
6b87c078d8ed autotoolize because of the uninstalled_pc patch
laca
parents: 1716
diff changeset
    72
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    73
CFLAGS="$RPM_OPT_FLAGS"				\
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    74
./configure --prefix=%{_prefix}			\
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    75
            --sysconfdir=%{_sysconfdir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
make -j $CPUS
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    77
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    78
%install
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    79
make DESTDIR=$RPM_BUILD_ROOT install
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    80
rm $RPM_BUILD_ROOT%{_libdir}/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    81
rm $RPM_BUILD_ROOT%{_libdir}/*.la
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    82
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    83
%clean
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    84
rm -rf $RPM_BUILD_ROOT
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
    85
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    86
%post
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    87
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    88
194
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    89
%postun
6ab5faeb7402 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    90
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    91
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    92
%files
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    93
%{_libdir}/libwnck*.so.*
1846
b13030b6461f update distro
mattk
parents: 1720
diff changeset
    94
%{_datadir}/locale/*/*/*
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    95
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    96
%files devel
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    97
%{_libdir}/libwnck*.so
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    98
%{_libdir}/pkgconfig/*.pc
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
    99
%{_includedir}/*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   100
%{_datadir}/gtk-doc
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
   101
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
   102
%changelog
7480
32bf6cf3aae0 2006-06-22 Niall Power <[email protected]>
np93678
parents: 7031
diff changeset
   103
* Wed Jun 22 2006 - [email protected]
32bf6cf3aae0 2006-06-22 Niall Power <[email protected]>
np93678
parents: 7031
diff changeset
   104
- libwnck-01-trusted-extensions.diff: add
32bf6cf3aae0 2006-06-22 Niall Power <[email protected]>
np93678
parents: 7031
diff changeset
   105
  support for Solaris Trusted Extensions.
32bf6cf3aae0 2006-06-22 Niall Power <[email protected]>
np93678
parents: 7031
diff changeset
   106
7031
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6925
diff changeset
   107
* Fri Apr 10 2006 - [email protected]
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6925
diff changeset
   108
- Bump to 2.14.1.
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6925
diff changeset
   109
6925
4da86d63df6a 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
   110
* Mon Mar 13 2006 - [email protected]
4da86d63df6a 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
   111
- Bump to 2.14.0.
4da86d63df6a 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6862
diff changeset
   112
6862
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6750
diff changeset
   113
* Tue Feb 28 2006 - [email protected]
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6750
diff changeset
   114
- Bump to 2.13.92.
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6750
diff changeset
   115
6750
5e936c4baa07 2006-02-14 Damien Carbery <[email protected]>
dc144907
parents: 6698
diff changeset
   116
* Tue Feb 14 2006 - [email protected]
5e936c4baa07 2006-02-14 Damien Carbery <[email protected]>
dc144907
parents: 6698
diff changeset
   117
- Bump to 2.13.91.
5e936c4baa07 2006-02-14 Damien Carbery <[email protected]>
dc144907
parents: 6698
diff changeset
   118
6698
d43bb58a9c88 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6609
diff changeset
   119
* Tue Jan 31 2006 - [email protected]
d43bb58a9c88 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6609
diff changeset
   120
- Bump to 2.13.90.
d43bb58a9c88 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6609
diff changeset
   121
6609
54830cfdf9e8 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 6587
diff changeset
   122
* Wed Jan 18 2006 - [email protected]
54830cfdf9e8 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 6587
diff changeset
   123
- Added calls to glib-gettextize and intltoolize to avoid going into an
54830cfdf9e8 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 6587
diff changeset
   124
  infinite loop when building.
54830cfdf9e8 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 6587
diff changeset
   125
  
6587
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6564
diff changeset
   126
* Tue Jan 17 2006 - [email protected]
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6564
diff changeset
   127
- Bump to 2.13.5
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6564
diff changeset
   128
6564
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6460
diff changeset
   129
* Sun Jan 15 2006 - [email protected]
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6460
diff changeset
   130
- Bump to 2.13.4
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6460
diff changeset
   131
6460
87aa96a946fc * gnome-doc-utils.spec: Bump to 0.5.2.
dc144907
parents: 6297
diff changeset
   132
* Thu Dec 22 2005 - [email protected]
87aa96a946fc * gnome-doc-utils.spec: Bump to 0.5.2.
dc144907
parents: 6297
diff changeset
   133
- Bump to 2.13.3.
87aa96a946fc * gnome-doc-utils.spec: Bump to 0.5.2.
dc144907
parents: 6297
diff changeset
   134
6297
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 6080
diff changeset
   135
* Tue Nov 29 2005 - [email protected]
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 6080
diff changeset
   136
- Bump to 2.12.2.
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 6080
diff changeset
   137
6080
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5895
diff changeset
   138
* Tue Oct 11 2005 - [email protected]
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5895
diff changeset
   139
- Bump to 2.12.1
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5895
diff changeset
   140
5895
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   141
* Sat Sep 17 2005 - [email protected]
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   142
- Bump to 2.12.0
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   143
5719
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5530
diff changeset
   144
* Mon Sep 05 2005 - [email protected]
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5530
diff changeset
   145
- Bump to 2.11.92.
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5530
diff changeset
   146
5529
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   147
* Mon Aug 15 2005 - [email protected]
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   148
- Bump to 2.11.91.
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   149
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   150
* Fri Jun 24 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   151
- Add patch pkgconfig.diff that adds the required libs explictly
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   152
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   153
* Fri May 10 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   154
- Bump to 2.10
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   155
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   156
* 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
   157
- Updated l10n content to libwnck-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
   158
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   159
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   160
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   161
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   162
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   163
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   164
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   165
* 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
   166
- Updated l10n content to libwnck-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
   167
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2309
diff changeset
   168
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2309
diff changeset
   169
- Updated l10n content to libwnck-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2309
diff changeset
   170
2286
be84b6cf4780 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   171
* Tue Mar 23 2004 - [email protected]
be84b6cf4780 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   172
- Bump to 2.6.0 and remove the uninstalled, 
be84b6cf4780 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   173
  potfiles and null atom patches - upstream.
be84b6cf4780 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   174
2262
d8090d9483f0 2004-03-21 Laszlo Peter <[email protected]>
laca
parents: 2260
diff changeset
   175
* Sun Mar 21 2004 - [email protected]
d8090d9483f0 2004-03-21 Laszlo Peter <[email protected]>
laca
parents: 2260
diff changeset
   176
- add patch 03 instead of adding patch 02 twice.
d8090d9483f0 2004-03-21 Laszlo Peter <[email protected]>
laca
parents: 2260
diff changeset
   177
2309
3254199705f7 2004-03-23 Brian Cameron <[email protected]>
bc99092
parents: 2286
diff changeset
   178
* Fri Mar 19 2004 - <[email protected]>
3254199705f7 2004-03-23 Brian Cameron <[email protected]>
bc99092
parents: 2286
diff changeset
   179
- add patch 2 fixing null atom names from causing coredummp on Solaris.
3254199705f7 2004-03-23 Brian Cameron <[email protected]>
bc99092
parents: 2286
diff changeset
   180
2191
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   181
* Thu Mar 11 2004 - [email protected]
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   182
- libwnck-02-g11n-potfiles.diff
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   183
1846
b13030b6461f update distro
mattk
parents: 1720
diff changeset
   184
* Fri Feb 20 2004 - [email protected]
b13030b6461f update distro
mattk
parents: 1720
diff changeset
   185
- Update Distro, l10n tarball
b13030b6461f update distro
mattk
parents: 1720
diff changeset
   186
1716
288a25105211 2004-02-17 Laszlo Peter <[email protected]>
laca
parents: 1609
diff changeset
   187
* Tue Feb 17 2004 - [email protected]
288a25105211 2004-02-17 Laszlo Peter <[email protected]>
laca
parents: 1609
diff changeset
   188
- Add uninstalled.pc file needed for the Solaris builds
288a25105211 2004-02-17 Laszlo Peter <[email protected]>
laca
parents: 1609
diff changeset
   189
1223
4b1f30744eff 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   190
* Fri Oct 10 2003 - <[email protected]>
4b1f30744eff 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   191
- update to 2.4.0.1
4b1f30744eff 2003-10-10 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   192
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   193
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   194
- move lib*.so to -devel, remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   195
523
d6c177eb8313 Added more .po tarballs
mick
parents: 290
diff changeset
   196
* Thu Jul 10 2003 - [email protected]
d6c177eb8313 Added more .po tarballs
mick
parents: 290
diff changeset
   197
- Added .po tarball
d6c177eb8313 Added more .po tarballs
mick
parents: 290
diff changeset
   198
241
3b17e5eeccd9 changelogs
markmc
parents: 238
diff changeset
   199
* Fri May 30 2003 - [email protected]
3b17e5eeccd9 changelogs
markmc
parents: 238
diff changeset
   200
- Backport fitt's law patch for gnome-panel 2.3.x.
3b17e5eeccd9 changelogs
markmc
parents: 238
diff changeset
   201
45
732d6fc20d07 *** empty log message ***
mattk
parents:
diff changeset
   202
* Tue May 13 2003 - [email protected]
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 45
diff changeset
   203
- initial Sun release.