SUNWgnome-a11y-reader.spec
author davelam
Wed, 24 Feb 2010 04:10:23 +0000
branchgnome-2-28
changeset 18642 478b5460cc36
parent 18442 6133a8e9c949
permissions -rw-r--r--
add new proto file for b133
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 SUNWgnome-a11y-reader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): orca
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
15557
aa80aac45052 2009-04-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13669
diff changeset
     6
# Copyright 2009 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# 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
     8
# 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
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16324
diff changeset
    10
%define owner liyuan
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
%use orca = orca.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Name:              SUNWgnome-a11y-reader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Summary:           Orca screen reader/magnifier
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Version:           %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Source:            %{name}-manpages-0.1.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
SUNW_BaseDir:      %{_basedir}
12016
ae9845dead4d 2008-04-03 Damien Carbery <[email protected]>
dcarbery
parents: 11120
diff changeset
    20
SUNW_Copyright:    %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
BuildRoot:         %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
# obsoletes SUNWgnome-orca:
16922
e031f2256fb0 2009-11-06 Li Yuan <[email protected]>
liyuan
parents: 16769
diff changeset
    25
Requires: SUNWgnome-python26-libs
e031f2256fb0 2009-11-06 Li Yuan <[email protected]>
liyuan
parents: 16769
diff changeset
    26
Requires: SUNWgnome-a11y-libs-python26
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Requires: SUNWjdsrm
16769
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
    28
Requires: SUNWPython26
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Requires: SUNWbash
15557
aa80aac45052 2009-04-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13669
diff changeset
    30
Requires: SUNWdesktop-cache
18442
6133a8e9c949 2009-12-03 Li Yuan <[email protected]>
liyuan
parents: 16922
diff changeset
    31
Requires: SUNWdbus-python26
16769
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
    32
BuildRequires: SUNWPython26-devel
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
    33
BuildRequires: SUNWgnome-python26-libs-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%orca.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
gzcat %SOURCE0 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
export PKG_CONFIG_PATH=%{_pkg_config_path}
16769
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
    52
export PYTHON="/usr/bin/python2.6"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
export RPM_OPT_FLAGS="$CFLAGS"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
export LDFLAGS="%_ldflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%orca.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%orca.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
11120
08278f87add1 2007-11-05 Li Yuan <[email protected]>
liyuan
parents: 10562
diff changeset
    74
%post
15557
aa80aac45052 2009-04-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13669
diff changeset
    75
%restart_fmri icon-cache desktop-mime-cache
aa80aac45052 2009-04-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13669
diff changeset
    76
aa80aac45052 2009-04-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13669
diff changeset
    77
%postun
aa80aac45052 2009-04-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13669
diff changeset
    78
%restart_fmri desktop-mime-cache
11120
08278f87add1 2007-11-05 Li Yuan <[email protected]>
liyuan
parents: 10562
diff changeset
    79
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%files 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%defattr(-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%{_libdir}/python?.?
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%dir %attr (0755, root, sys) %{_datadir}
13669
33bbdd33156e 2008-09-19 Li Yuan <[email protected]>
liyuan
parents: 12016
diff changeset
    87
%doc -d orca-%{orca.version} README AUTHORS
33bbdd33156e 2008-09-19 Li Yuan <[email protected]>
liyuan
parents: 12016
diff changeset
    88
%doc(bzip2) -d orca-%{orca.version} COPYING NEWS ChangeLog
33bbdd33156e 2008-09-19 Li Yuan <[email protected]>
liyuan
parents: 12016
diff changeset
    89
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%{_datadir}/orca
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%dir %attr (-, root, other) %{_datadir}/icons
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
%dir %attr (-, root, other) %{_datadir}/icons/hicolor
10247
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    93
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    94
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    95
%{_datadir}/icons/hicolor/16x16/apps/orca.png
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    96
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    97
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    98
%{_datadir}/icons/hicolor/22x22/apps/orca.png
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    99
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   100
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24/apps
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   101
%{_datadir}/icons/hicolor/24x24/apps/orca.png
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   102
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   103
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   104
%{_datadir}/icons/hicolor/32x32/apps/orca.png
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%{_datadir}/icons/hicolor/48x48/apps/orca.png
10247
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   108
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   109
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   110
%{_datadir}/icons/hicolor/scalable/apps/orca.svg
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%{_datadir}/applications/orca.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%dir %attr(0755, root, bin) %{_mandir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%{_mandir}/*/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%changelog
18442
6133a8e9c949 2009-12-03 Li Yuan <[email protected]>
liyuan
parents: 16922
diff changeset
   125
* Thu Dec 03 2009 - [email protected]
6133a8e9c949 2009-12-03 Li Yuan <[email protected]>
liyuan
parents: 16922
diff changeset
   126
- Requries SUNWdbus-python26.
16922
e031f2256fb0 2009-11-06 Li Yuan <[email protected]>
liyuan
parents: 16769
diff changeset
   127
* Thu Nov 06 2009 - [email protected]
e031f2256fb0 2009-11-06 Li Yuan <[email protected]>
liyuan
parents: 16769
diff changeset
   128
- Update dependencies.
16769
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
   129
* Thu Oct 15 2009 - [email protected]
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
   130
- Use Python 2.6.
16739
4a255d4bba29 Use %{default_python_version} for orca
ww36193
parents: 16696
diff changeset
   131
* Tue Oct 13 2009 - [email protected]
4a255d4bba29 Use %{default_python_version} for orca
ww36193
parents: 16696
diff changeset
   132
- Use %{default_python_version} instead of hardcoding the version
16696
37d3268b2ca4 Bump Orca from python 2.4 to python 2.6
ww36193
parents: 16434
diff changeset
   133
* Mon Oct  5 2009 - [email protected]
37d3268b2ca4 Bump Orca from python 2.4 to python 2.6
ww36193
parents: 16434
diff changeset
   134
- Bump python from 2.4 to 2.6.  The C compiler flags are no longer needed
37d3268b2ca4 Bump Orca from python 2.4 to python 2.6
ww36193
parents: 16434
diff changeset
   135
  since Orca no longer has any C-based modules.
16324
1f07a362343f 2009-08-21 Li Yuan <[email protected]>
liyuan
parents: 15650
diff changeset
   136
* Fri Aug 21 2009 - [email protected]
1f07a362343f 2009-08-21 Li Yuan <[email protected]>
liyuan
parents: 15650
diff changeset
   137
- Change owner to liyuan.
15557
aa80aac45052 2009-04-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13669
diff changeset
   138
* Sat Apr  4 2009 - [email protected]
aa80aac45052 2009-04-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13669
diff changeset
   139
- use desktop-cache instead of postrun
13669
33bbdd33156e 2008-09-19 Li Yuan <[email protected]>
liyuan
parents: 12016
diff changeset
   140
* Thu Sep 19 2008 - [email protected]
33bbdd33156e 2008-09-19 Li Yuan <[email protected]>
liyuan
parents: 12016
diff changeset
   141
- Added %doc to %files for copyright.
12016
ae9845dead4d 2008-04-03 Damien Carbery <[email protected]>
dcarbery
parents: 11120
diff changeset
   142
* Thu Apr 03 2008 - [email protected]
ae9845dead4d 2008-04-03 Damien Carbery <[email protected]>
dcarbery
parents: 11120
diff changeset
   143
- Add SUNW_Copyright.
11120
08278f87add1 2007-11-05 Li Yuan <[email protected]>
liyuan
parents: 10562
diff changeset
   144
* Mon Nov 05 2007 - [email protected]
08278f87add1 2007-11-05 Li Yuan <[email protected]>
liyuan
parents: 10562
diff changeset
   145
- Use icon-cache.script for %post
10562
34666b1a91cb 2007-09-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10247
diff changeset
   146
* Thu Sep 27 2007 - [email protected]
34666b1a91cb 2007-09-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10247
diff changeset
   147
- delete some unnecessary env variables
10247
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   148
* Wed Aug 01 2007 - [email protected]
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   149
- Add new icons to %files.
4cbb3ff940bb 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   150
* Mon Feb 05 2007 - [email protected]
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
- Add Requires SUNWbash after check-deps.pl run.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
* Tue Dec 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
- Uncomment out l10n locale dir. Fixes 6499543.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
* Wed Nov 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
- Use %{default_pkg_version} instead of orca.version.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
* Mon Sep 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- Update %files after bump to 0.9.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Wed Aug 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Comment out 'orca' dir until build issues with 0.2.[5-8] are resolved.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Fri Jun 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- Add %{_datadir}/orca to %files for new tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Thu Feb 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- Update to orca-0.2.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Wed Nov 30 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- Update to orca-0.2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Thu Oct 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- rename to SUNWgnome-a11y-orca
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- move to vendor-packages from site-packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Tue Sep 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- move to /usr as Python was also moved there
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Thu Sep 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- define l10n subpkg; update to keep locale stuff in /usr/share
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Mon Aug 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Adjusted to put files under /usr/sfw
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Thu Aug 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Removed the 'export CC="/opt/SUNWspro/bin/cc"' line. No longer needed.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
- initial version