base-specs/atk.spec
author convert-repo
Tue, 28 Sep 2010 11:41:29 +0000
changeset 20122 34a34bffcb68
parent 17851 2a9662e48aca
child 20231 707800c62d8c
child 21953 858b174c0226
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package atk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11447
dbb155175885 2008-01-14 Damien Carbery <[email protected]>
dcarbery
parents: 11430
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16430
diff changeset
     8
%define owner liyuan
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16430
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16376
diff changeset
    10
17851
2a9662e48aca 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17781
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16430
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16376
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         atk
14560
41f8ba787ba7 2008-11-05 Li Yuan <[email protected]>
liyuan
parents: 14511
diff changeset
    14
License:      LGPL v2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17667
diff changeset
    16
Version:      1.30.0
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution: Java Desktop System
17851
2a9662e48aca 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17781
diff changeset
    19
Vendor:	      Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:      ATK - Accesibility Toolkit Libraries
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17667
diff changeset
    21
Source:       http://ftp.gnome.org/pub/GNOME/sources/atk/1.30/%{name}-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
URL:          http://www.gtk.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Docdir:	      %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
AutoReqProv:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Prereq:	      /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%define glib2_version 2.5.7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires:      glib2 >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRequires: glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
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.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Summary:      ATK - Accessibility Toolkit Developer Libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Group:        Development/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires:     %{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires:     glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
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.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
17651
378d514995ec 2010-03-09 Li Yuan <[email protected]>
liyuan
parents: 17647
diff changeset
    60
export PATH=/usr/sfw/bin:/usr/gnu/bin:$PATH
16376
0aa4c9a4b341 2009-08-27 Li Yuan <[email protected]>
liyuan
parents: 16230
diff changeset
    61
libtoolize -f
0aa4c9a4b341 2009-08-27 Li Yuan <[email protected]>
liyuan
parents: 16230
diff changeset
    62
aclocal $ACLOCAL_FLAGS
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
gtkdocize
16376
0aa4c9a4b341 2009-08-27 Li Yuan <[email protected]>
liyuan
parents: 16230
diff changeset
    64
autoheader
0aa4c9a4b341 2009-08-27 Li Yuan <[email protected]>
liyuan
parents: 16230
diff changeset
    65
automake -a -c -f
0aa4c9a4b341 2009-08-27 Li Yuan <[email protected]>
liyuan
parents: 16230
diff changeset
    66
autoconf
0aa4c9a4b341 2009-08-27 Li Yuan <[email protected]>
liyuan
parents: 16230
diff changeset
    67
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    68
export CFLAGS="%{optflags}"
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    69
export LDFLAGS="%{_ldflags}"
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    70
./configure \
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    71
            --prefix=%{_prefix}         \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
            --sysconfdir=%{_sysconfdir}	\
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    73
            --libdir=%{_libdir}         \
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    74
            --bindir=%{_bindir}         \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
	    %{gtk_doc_option}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%install
17651
378d514995ec 2010-03-09 Li Yuan <[email protected]>
liyuan
parents: 17647
diff changeset
    79
export PATH=/usr/sfw/bin:/usr/gnu/bin:$PATH
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%post 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%{_libdir}/libatk*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%{_includedir}/atk-1.0/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%{_libdir}/libatk*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%{_datadir}/gtk-doc/html/atk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%changelog
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17667
diff changeset
   106
* Tue Mar 30 2010 - [email protected]
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17667
diff changeset
   107
- Bump to 1.30.0.
17667
579e27631cc4 2010-03-11 Christian Kelly <[email protected]>
chrisk
parents: 17651
diff changeset
   108
* Thu Mar 11 2010 - [email protected]
579e27631cc4 2010-03-11 Christian Kelly <[email protected]>
chrisk
parents: 17651
diff changeset
   109
- Bump to 1.29.92.
17651
378d514995ec 2010-03-09 Li Yuan <[email protected]>
liyuan
parents: 17647
diff changeset
   110
* Tue Mar 09 2010 - [email protected]
378d514995ec 2010-03-09 Li Yuan <[email protected]>
liyuan
parents: 17647
diff changeset
   111
- Bump to 1.29.92.
17647
5a81b52e6091 2010-03-08 Christian Kelly <[email protected]>
chrisk
parents: 17641
diff changeset
   112
* Mon Mar  8 2010 - [email protected]
5a81b52e6091 2010-03-08 Christian Kelly <[email protected]>
chrisk
parents: 17641
diff changeset
   113
- Make sure we use gnu make.
17641
23ff24ccd62a 2010-03-05 Christian Kelly <[email protected]>
chrisk
parents: 17051
diff changeset
   114
* Fri Mar  5 2010 - [email protected]
23ff24ccd62a 2010-03-05 Christian Kelly <[email protected]>
chrisk
parents: 17051
diff changeset
   115
- Bump to 1.29.4.
17051
5e8133e874f5 2009-11-30 Li Yuan <[email protected]>
liyuan
parents: 16954
diff changeset
   116
* Mon Nov 30 2009 - [email protected]
5e8133e874f5 2009-11-30 Li Yuan <[email protected]>
liyuan
parents: 16954
diff changeset
   117
- Bump to 1.29.3
16953
ef487874e687 2009-11-13 Li Yuan <[email protected]>
liyuan
parents: 16628
diff changeset
   118
* Fri Nov 13 2009 - [email protected]
16954
0a726f2f754a 2009-11-13 Li Yuan <[email protected]>
liyuan
parents: 16953
diff changeset
   119
- Correct download url.
0a726f2f754a 2009-11-13 Li Yuan <[email protected]>
liyuan
parents: 16953
diff changeset
   120
* Fri Nov 13 2009 - [email protected]
16953
ef487874e687 2009-11-13 Li Yuan <[email protected]>
liyuan
parents: 16628
diff changeset
   121
- Bump to 1.29.2
16628
2f4e393859b1 2009-09-23 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   122
* Wed Sep 23 2009 - [email protected]
2f4e393859b1 2009-09-23 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   123
- Bump to 1.28.0
16376
0aa4c9a4b341 2009-08-27 Li Yuan <[email protected]>
liyuan
parents: 16230
diff changeset
   124
* Thu Aug 27 2009 - [email protected]
0aa4c9a4b341 2009-08-27 Li Yuan <[email protected]>
liyuan
parents: 16230
diff changeset
   125
- Run aclocal and related commands before configure.
16230
d093bf9079bc 2009-08-11 Li Yuan <[email protected]>
liyuan
parents: 15424
diff changeset
   126
* Tue Aug 11 2009 - [email protected]
d093bf9079bc 2009-08-11 Li Yuan <[email protected]>
liyuan
parents: 15424
diff changeset
   127
- Bump to 1.27.90.
15424
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 14697
diff changeset
   128
* Tue Mar 17 2009 - [email protected]
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 14697
diff changeset
   129
- Bump to 1.26.0
14697
44961511f070 bump to gnome2.25.2
davelam
parents: 14560
diff changeset
   130
* Wed Dec 03 2008 - [email protected]
44961511f070 bump to gnome2.25.2
davelam
parents: 14560
diff changeset
   131
- Bump to 1.25.2
14560
41f8ba787ba7 2008-11-05 Li Yuan <[email protected]>
liyuan
parents: 14511
diff changeset
   132
* Wed Nov 05 2008 - [email protected]
41f8ba787ba7 2008-11-05 Li Yuan <[email protected]>
liyuan
parents: 14511
diff changeset
   133
- Change copyright information.
14511
4fe18188d596 2008-10-27 Li Yuan <[email protected]>
liyuan
parents: 13820
diff changeset
   134
* Mon Oct 27 2008 - [email protected]
4fe18188d596 2008-10-27 Li Yuan <[email protected]>
liyuan
parents: 13820
diff changeset
   135
- Correct the url of tarball.
13820
96fb84b3955c 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 12868
diff changeset
   136
* Mon Sep 29 2008 - [email protected]
96fb84b3955c 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 12868
diff changeset
   137
- Bump to 1.24.0.
12868
1f6c9100aa85 2008-07-21 Damien Carbery <[email protected]>
dcarbery
parents: 11830
diff changeset
   138
* Mon Jul 21 2008 - [email protected]
1f6c9100aa85 2008-07-21 Damien Carbery <[email protected]>
dcarbery
parents: 11830
diff changeset
   139
- Bump to 1.23.5.
11830
22e047141083 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11709
diff changeset
   140
* Mon Mar 10 2008 - [email protected]
22e047141083 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11709
diff changeset
   141
- Bump to 1.22.0.
11709
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11465
diff changeset
   142
* Mon Feb 25 2008 - [email protected]
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11465
diff changeset
   143
- Bump to 1.21.92.
11447
dbb155175885 2008-01-14 Damien Carbery <[email protected]>
dcarbery
parents: 11430
diff changeset
   144
* Mon Jan 14 2008 - [email protected]
dbb155175885 2008-01-14 Damien Carbery <[email protected]>
dcarbery
parents: 11430
diff changeset
   145
- Bump to 1.21.5.
11430
c628da44e2b8 2008-01-10 Li Yuan <[email protected]>
liyuan
parents: 10509
diff changeset
   146
* Thu Jan 10 2008 - [email protected]
c628da44e2b8 2008-01-10 Li Yuan <[email protected]>
liyuan
parents: 10509
diff changeset
   147
- change owner to liyuan.
10509
b70a1810ff47 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10230
diff changeset
   148
* Tue Sep 18 2007 - [email protected]
b70a1810ff47 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10230
diff changeset
   149
- Bump to 1.20.0.
10230
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10005
diff changeset
   150
* Mon Jul 30 2007 - [email protected]
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10005
diff changeset
   151
- Bump to 1.19.6.
10004
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9863
diff changeset
   152
* Wed Jun 06 2007 - [email protected]
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9863
diff changeset
   153
- Bump to 1.19.3. Remove upstream patch, 01-mkenums.
9863
8975a775b096 2007-05-10 Damien Carbery <[email protected]>
dcarbery
parents: 9813
diff changeset
   154
* Thu May 10 2007 - [email protected]
8975a775b096 2007-05-10 Damien Carbery <[email protected]>
dcarbery
parents: 9813
diff changeset
   155
- Bump to 1.19.1.
9811
a8acf535ea5a 2007-05-01 Brian Cameron <[email protected]>
yippi
parents: 9576
diff changeset
   156
* Tue May 01 2007 - [email protected]
a8acf535ea5a 2007-05-01 Brian Cameron <[email protected]>
yippi
parents: 9576
diff changeset
   157
- Add patch to use $(GLIB_MKENUMS) rather than glib-mkenums.
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   158
* Thu Mar 15 2007 - [email protected]
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   159
- convert to new style of building multiple ISAs as per docs/multi-ISA.txt
9565
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9522
diff changeset
   160
* Wed Mar 15 2007 - [email protected]
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9522
diff changeset
   161
- Removed adding ccdir to PATH
9522
eee0e85e99af 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   162
* Mon Mar 12 2007 - [email protected]
eee0e85e99af 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   163
- Bump to 1.18.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
- Bump to 1.17.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Mon Jan 22 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- Bump to 1.13.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- Bump to 1.13.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Mon Jan 08 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- Bump to 1.13.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- Bump to 1.12.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- use %gtk_doc_option in configure so that it can be disabled using
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
  --without-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Mon Oct 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Bump to 1.12.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Bump to 1.12.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Wed Jul 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Bump to 1.12.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
* Fri Mar 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
- Bump to 1.11.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Bump to 1.11.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Tue Jan 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- Bump to 1.11.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Thu Sep 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- Bump to 1.10.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
- Bump to 1.10.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
- Bump to 1.10.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
* Fri May 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
- Bump to 1.9.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
* Fri Oct 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
- use $CC64 for the 64-bit build if defined
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
* Sat Oct  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
- Create 64bit libraries for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
- added --enable-gtk-doc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
* Wed Jul 28 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- Bump to 1.7.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Mon Jul 26 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Bump to 1.7.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- Updated l10n content to atk-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- ported to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
* Tue Jun 08 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
- Bump to 1.7.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
- Updated l10n content to atk-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
* Thu Apr 22 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Bump to 1.7.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
- Updated l10n content to atk-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
* Mon Mar 15 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- Change '1.5' in URL to '1.6'.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
* Thu Mar 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
- Reset release to 1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
* Wed Mar 10 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
- Bump to 1.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
* Wed Feb 18 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
- Bump to 1.5.4, remove pc patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
* Fri Jan 09 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
- add patch to fix a broken .pc file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- clean up for Solaris builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
* Mon Dec 15 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
- upgrade to 1.5.1 tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
* Mon Oct 6 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
- upgrade to 1.4 tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- move lib*.so to -devel, remove *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
* Tue May 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
- initial Sun release