atk.spec
author laca
Fri, 29 Oct 2004 01:28:51 +0000
changeset 4365 d8676a6421af
parent 4276 2a2c7f354601
child 4387 1b0580c5041e
permissions -rw-r--r--
2004-10-29 Laszlo Peter <[email protected]> * GConf.spec, ORBit2.spec, atk.spec, glib2.spec, gtk2.spec, libIDL.spec, libbonobo.spec, libglade.spec, pango.spec: use $CC64 as the 64-bit compiler, if defined
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
     1
Name:         atk
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
     2
License:      LGPL
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
     3
Group:        System/Libraries
3443
3df8e59c8406 2004-07-28 Padraig O'Briain <[email protected]>
padraigo
parents: 3427
diff changeset
     4
Version:      1.7.3
4276
2a2c7f354601 Incremented release numbers for build 21
dermotm
parents: 4271
diff changeset
     5
Release:      22
1770
173d5094b9fa Bump to 1.5.4
mattk
parents: 1609
diff changeset
     6
Distribution: Cinnabar
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
     7
Vendor:	      Sun Microsystems, Inc.
168
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
     8
Summary:      ATK - Accesibility Toolkit Libraries
2546
42a6d29210e8 2004-04-22 Padraig O'Briain <[email protected]>
padraigo
parents: 2494
diff changeset
     9
Source:       http://ftp.gnome.org/pub/GNOME/sources/atk/1.7/%{name}-%{version}.tar.bz2
4265
miles
parents: 4133
diff changeset
    10
Source1:      atk-l10n-po-1.6.tar.bz2
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
    11
Source2:      libatk-1.0.3.gz
168
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
    12
URL:          http://www.gtk.org
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    13
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
168
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
    14
Docdir:	      %{_defaultdocdir}/doc
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
    15
AutoReqProv:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    16
Prereq:	      /sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
    17
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    18
%define glib2_version 2.4.0
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 168
diff changeset
    19
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 168
diff changeset
    20
Requires:      glib2 >= %{glib2_version}
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 168
diff changeset
    21
BuildRequires: glib2-devel >= %{glib2_version}
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    22
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    23
%description
2174
9c2b7c664a02 * at-spi.spec: bumped to 1.3.15
dc144907
parents: 2159
diff changeset
    24
The ATK Library provides a set of interfaces for accesibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternate input devices.
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    25
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    26
%package devel
168
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
    27
Summary:      ATK - Accessibility Toolkit Developer Libraries
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    28
Group:        Development/Libraries/GNOME
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    29
Requires:     %{name} = %{version}
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 168
diff changeset
    30
Requires:     glib2-devel >= %{glib2_version}
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    31
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    32
%description devel
2174
9c2b7c664a02 * at-spi.spec: bumped to 1.3.15
dc144907
parents: 2159
diff changeset
    33
The ATK Library provides a set of interfaces for accesibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternate input devices.
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    34
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    35
%prep
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    36
%setup -q
1507
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
    37
bzcat %SOURCE1 | tar xf -
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    38
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    39
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
    40
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    41
cd ..
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    42
cp -rp atk-%{version} atk-%{version}-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    43
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
    44
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    45
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    46
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
    47
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    48
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    49
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    50
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    51
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    52
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    53
  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
    54
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    59
CONFLAGS="--prefix=%{_prefix}"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    60
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    61
%ifos solaris
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    62
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    63
CPUS=$(($CPUS*4))
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    64
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
    65
%ifarch amd64 sparcv9
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    66
export CC=${CC64:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    67
save_PATH="$PATH"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    68
ccdir=`dirname $CC`
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    69
export PATH=$ccdir:$PATH
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    70
cd ../atk-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    71
export CFLAGS="$CFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    72
export LDFLAGS="$LDFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    73
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    74
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    75
./configure $CONFLAGS					\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    76
            --bindir=%{_bindir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    77
            --libdir=%{_libdir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    78
            --libexecdir=%{_libexecdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    79
            --sysconfdir=%{_sysconfdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    80
	    --disable-gtk-doc
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    81
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    82
make -j $CPUS
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    83
cd ../atk-%version
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    84
export CC=${CC32:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    85
export PATH="$save_PATH"
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    86
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    87
export LDFLAGS="$LDFLAGS32"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    88
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH32"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    89
export CFLAGS="$CFLAGS32"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    90
export RPM_OPT_FLAGS="$CFLAGS"
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    91
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    92
%endif
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    93
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    94
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    95
168
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
    96
CFLAGS="$RPM_OPT_FLAGS"			\
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    97
./configure $CONFLAGS			\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    98
            --sysconfdir=%{_sysconfdir}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    99
	    --enable-gtk-doc
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   100
make -j $CPUS
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   101
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   102
%install
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   103
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   104
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
   105
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   106
cd ../atk-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   107
make install DESTDIR=$RPM_BUILD_ROOT
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   108
cd ../atk-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   109
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   110
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   111
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   112
make DESTDIR=$RPM_BUILD_ROOT install
1507
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   113
install -d $RPM_BUILD_ROOT%{_mandir}/man3
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   114
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man3
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   115
rm $RPM_BUILD_ROOT%{_libdir}/*.la
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   116
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   117
%clean
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   118
rm -rf $RPM_BUILD_ROOT
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   119
168
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
   120
%post 
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
   121
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
   122
168
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
   123
%postun
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
   124
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
   125
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   126
%files
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   127
%defattr(-, root, root)
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
   128
%{_datadir}/locale/*/LC_MESSAGES/*.mo
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   129
%{_libdir}/libatk*.so.*
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   130
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   131
%files devel
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   132
%defattr(-, root, root)
168
d2b208a9e94b *** empty log message ***
gman
parents: 156
diff changeset
   133
%{_includedir}/atk-1.0/*
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
   134
%{_libdir}/pkgconfig/*.pc
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   135
%{_libdir}/libatk*.so
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
   136
%{_datadir}/gtk-doc/html/atk
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   137
%{_mandir}/man3/*
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   138
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
   139
%changelog
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   140
* Fri Oct 29 2004 - [email protected]
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   141
- use $CC64 for the 64-bit build if defined
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   142
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   143
* Sat Oct  2 2004 - [email protected]
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   144
- Create 64bit libraries for Solaris
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   145
3660
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   146
* Wed Aug 18 2004 - [email protected]
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   147
- added --enable-gtk-doc.
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   148
3443
3df8e59c8406 2004-07-28 Padraig O'Briain <[email protected]>
padraigo
parents: 3427
diff changeset
   149
* Wed Jul 28 2004 - <[email protected]>
3df8e59c8406 2004-07-28 Padraig O'Briain <[email protected]>
padraigo
parents: 3427
diff changeset
   150
- Bump to 1.7.3
3df8e59c8406 2004-07-28 Padraig O'Briain <[email protected]>
padraigo
parents: 3427
diff changeset
   151
3427
69a532b6178e 2004-07-26 Padraig O'Briain <[email protected]>
padraigo
parents: 3425
diff changeset
   152
* Mon Jul 26 2004 - <[email protected]>
69a532b6178e 2004-07-26 Padraig O'Briain <[email protected]>
padraigo
parents: 3425
diff changeset
   153
- Bump to 1.7.2
69a532b6178e 2004-07-26 Padraig O'Briain <[email protected]>
padraigo
parents: 3425
diff changeset
   154
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   155
* 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
   156
- Updated l10n content to atk-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
   157
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   158
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   159
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   160
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   161
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   162
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   163
3049
595ed65cb4ea 2004-06-08 Padraig O'Briain <[email protected]>
padraigo
parents: 2958
diff changeset
   164
* Tue Jun 08 2004 - <[email protected]>
595ed65cb4ea 2004-06-08 Padraig O'Briain <[email protected]>
padraigo
parents: 2958
diff changeset
   165
- Bump to 1.7.1
595ed65cb4ea 2004-06-08 Padraig O'Briain <[email protected]>
padraigo
parents: 2958
diff changeset
   166
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   167
* 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
   168
- Updated l10n content to atk-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
   169
2546
42a6d29210e8 2004-04-22 Padraig O'Briain <[email protected]>
padraigo
parents: 2494
diff changeset
   170
* Thu Apr 22 2004 - <[email protected]>
42a6d29210e8 2004-04-22 Padraig O'Briain <[email protected]>
padraigo
parents: 2494
diff changeset
   171
- Bump to 1.7.0
42a6d29210e8 2004-04-22 Padraig O'Briain <[email protected]>
padraigo
parents: 2494
diff changeset
   172
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   173
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   174
- Updated l10n content to atk-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   175
2200
aa471adba25d * gnome-speech.spec: Add JDK path to CFLAGS and PATH for Linux.
dc144907
parents: 2180
diff changeset
   176
* Mon Mar 15 2004 - <[email protected]>
aa471adba25d * gnome-speech.spec: Add JDK path to CFLAGS and PATH for Linux.
dc144907
parents: 2180
diff changeset
   177
- Change '1.5' in URL to '1.6'.
aa471adba25d * gnome-speech.spec: Add JDK path to CFLAGS and PATH for Linux.
dc144907
parents: 2180
diff changeset
   178
2180
5aea5fb35f58 2004-03-11 Damien Carbery <[email protected]>
dc144907
parents: 2174
diff changeset
   179
* Thu Mar 11 2004 - <[email protected]>
5aea5fb35f58 2004-03-11 Damien Carbery <[email protected]>
dc144907
parents: 2174
diff changeset
   180
- Reset release to 1.
5aea5fb35f58 2004-03-11 Damien Carbery <[email protected]>
dc144907
parents: 2174
diff changeset
   181
2174
9c2b7c664a02 * at-spi.spec: bumped to 1.3.15
dc144907
parents: 2159
diff changeset
   182
* Wed Mar 10 2004 - <[email protected]>
9c2b7c664a02 * at-spi.spec: bumped to 1.3.15
dc144907
parents: 2159
diff changeset
   183
- Bump to 1.6.0
9c2b7c664a02 * at-spi.spec: bumped to 1.3.15
dc144907
parents: 2159
diff changeset
   184
1770
173d5094b9fa Bump to 1.5.4
mattk
parents: 1609
diff changeset
   185
* Wed Feb 18 2004 - <[email protected]>
173d5094b9fa Bump to 1.5.4
mattk
parents: 1609
diff changeset
   186
- Bump to 1.5.4, remove pc patch
173d5094b9fa Bump to 1.5.4
mattk
parents: 1609
diff changeset
   187
1507
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   188
* Fri Jan 09 2004 - <[email protected]>
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   189
- add patch to fix a broken .pc file
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   190
- clean up for Solaris builds
1770
173d5094b9fa Bump to 1.5.4
mattk
parents: 1609
diff changeset
   191
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   192
* Mon Dec 15 2003 - <[email protected]>
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   193
- upgrade to 1.5.1 tarball
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   194
1190
d488b1baafd6 update to tarball 1.4
lk86177
parents: 1157
diff changeset
   195
* Mon Oct 6 2003 - <[email protected]>
d488b1baafd6 update to tarball 1.4
lk86177
parents: 1157
diff changeset
   196
- upgrade to 1.4 tarball
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   197
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   198
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   199
- move lib*.so to -devel, remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   200
20
9113a7de5db2 Added atk.spec
stephen
parents:
diff changeset
   201
* Tue May 13 2003 - [email protected]
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 20
diff changeset
   202
- initial Sun release