SUNWgnome-a11y-poke.spec
author davelam
Wed, 24 Feb 2010 04:10:23 +0000
branchgnome-2-28
changeset 18642 478b5460cc36
parent 16756 6dfaef354cac
child 17190 d3d4883c8f81
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-poke
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
     4
# includes module(s): accerciser
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13654
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: 15650
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
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    13
%use accerciser = accerciser.spec
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    15
Name:              SUNWgnome-a11y-poke
10558
c62d2d573bb3 Fix typo in Summary: s/Interacive/Interactive/
dcarbery
parents: 10534
diff changeset
    16
Summary:           Interactive Python Accessibility Explorer
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    17
Version:           %{default_pkg_version}
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    18
Source:            %{name}-manpages-0.1.tar.gz
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    19
SUNW_BaseDir:      %{_basedir}
11976
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11430
diff changeset
    20
SUNW_Copyright:    %{name}.copyright
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    21
BuildRoot:         %{_tmppath}/%{name}-%{version}-build
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    22
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
%include default-depend.inc
16756
6dfaef354cac 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16754
diff changeset
    24
Requires: SUNWgnome-python26-libs
6dfaef354cac 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16754
diff changeset
    25
Requires: SUNWgnome-python26-desktop
6dfaef354cac 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16754
diff changeset
    26
Requires: SUNWPython26
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    27
Requires: SUNWIPython
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    28
Requires: SUNWgnome-config
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13654
diff changeset
    29
Requires: %{name}-root
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13654
diff changeset
    30
Requires: SUNWdesktop-cache
16756
6dfaef354cac 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16754
diff changeset
    31
BuildRequires: SUNWPython26-devel
6dfaef354cac 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16754
diff changeset
    32
BuildRequires: SUNWgnome-python26-libs-devel
6dfaef354cac 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16754
diff changeset
    33
BuildRequires: SUNWgnome-python26-desktop-devel
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    34
BuildRequires: SUNWgnome-common-devel
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    35
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    36
%if %build_l10n
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    37
%package l10n
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    38
Summary:                 %{summary} - l10n files
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    39
SUNW_BaseDir:            %{_basedir}
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    40
%include default-depend.inc
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    41
Requires:                %{name}
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    42
%endif
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    43
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    44
%package root
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    45
Summary:                 %{summary} - / filesystem
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    46
SUNW_BaseDir:            /
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    47
%include default-depend.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
mkdir %name-%version
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    52
%accerciser.prep -d %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
gzcat %SOURCE0 | tar xf -
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
%build
16752
dc4abb30db25 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16434
diff changeset
    57
export PYTHON="/usr/bin/python2.6"
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    58
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    59
%accerciser.build -d %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%install
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    62
%accerciser.install -d %name-%version
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    63
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    64
# install man page
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    69
%if %build_l10n
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    70
%else
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    71
# REMOVE l10n FILES
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    72
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    73
%endif
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    74
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%{?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
    76
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    80
%post
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13654
diff changeset
    81
%restart_fmri desktop-mime-cache icon-cache gconf-cache
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    82
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    83
%postun
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13654
diff changeset
    84
%restart_fmri desktop-mime-cache
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    85
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%files
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    87
%defattr(-,root,bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%{_bindir}/*
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    90
%dir %attr (0755, root, bin) %{_libdir}
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    91
%{_libdir}/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    92
%dir %attr(0755, root, sys) %{_datadir}
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    93
%{_datadir}/accerciser
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    94
%dir %attr (0755, root, bin) %{_datadir}/omf
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    95
%{_datadir}/omf/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    96
%dir %attr (0755, root, other) %{_datadir}/applications
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    97
%{_datadir}/applications/*.desktop
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
    98
%doc -d accerciser-%{accerciser.version} README AUTHORS
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
    99
%doc(bzip2) -d accerciser-%{accerciser.version} COPYING NEWS ChangeLog
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
   100
%dir %attr (0755, root, other) %{_datadir}/doc
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   101
%dir %attr (-, root, other) %{_datadir}/icons
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   102
%dir %attr (-, root, other) %{_datadir}/icons/hicolor
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   103
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   104
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   105
%{_datadir}/icons/hicolor/scalable/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   106
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   107
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   108
%{_datadir}/icons/hicolor/16x16/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   109
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   110
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   111
%{_datadir}/icons/hicolor/22x22/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   112
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   113
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   114
%{_datadir}/icons/hicolor/32x32/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   115
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   116
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   117
%{_datadir}/icons/hicolor/48x48/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   118
%dir %attr (0755, root, other) %{_datadir}/gnome
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   119
%dir %attr (0755, root, bin) %{_datadir}/gnome/help
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   120
%{_datadir}/gnome/help/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   121
%dir %attr (0755, root, bin) %{_mandir}
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   122
%dir %attr (0755, root, bin) %{_mandir}/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   123
%{_mandir}/*/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   124
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   125
%files root
10534
655f71781ba3 2007-09-19 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10455
diff changeset
   126
%defattr (-, root, sys)
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   127
%dir %attr (0755, root, sys) %{_sysconfdir}
10440
8d54a7ccd0d7 2007-09-04 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
   128
%dir %attr (0755, root, sys) %{_sysconfdir}/gconf
8d54a7ccd0d7 2007-09-04 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
   129
%dir %attr (0755, root, sys) %{_sysconfdir}/gconf/schemas
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   130
%{_sysconfdir}/gconf/schemas/*.schemas
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   131
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   132
%if %build_l10n
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   133
%files l10n
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   134
%defattr (-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%dir %attr (0755, root, sys) %{_datadir}
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   136
%attr (-, root, other) %{_datadir}/locale
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   137
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%changelog
16754
9c843649d094 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16752
diff changeset
   140
* Wed Oct 14 2009 - [email protected]
16756
6dfaef354cac 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16754
diff changeset
   141
- Update dependencies.
6dfaef354cac 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16754
diff changeset
   142
* Wed Oct 14 2009 - [email protected]
16754
9c843649d094 2009-10-14 Li Yuan <[email protected]>
liyuan
parents: 16752
diff changeset
   143
- Use Python 2.6.
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13654
diff changeset
   144
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13654
diff changeset
   145
- use desktop-cache instead of postrun
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
   146
* Thu Sep 18 2008 - [email protected]
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
   147
- Added %doc to %files for copyright.
11976
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11430
diff changeset
   148
* Mon Mar 31 2008 - [email protected]
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11430
diff changeset
   149
- Add copyright file
11430
c628da44e2b8 2008-01-10 Li Yuan <[email protected]>
liyuan
parents: 11370
diff changeset
   150
* Thu Jan 10 2008 - [email protected]
c628da44e2b8 2008-01-10 Li Yuan <[email protected]>
liyuan
parents: 11370
diff changeset
   151
- change owner to liyuan.
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11164
diff changeset
   152
* Thu Jan  3 2008 - [email protected]
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11164
diff changeset
   153
- use gconf-install.script instead of an inline script
11164
2dc9bc7cab99 2007-11-12 Li Yuan <[email protected]>
liyuan
parents: 10609
diff changeset
   154
* Mon Nov 12 2007 - [email protected]
2dc9bc7cab99 2007-11-12 Li Yuan <[email protected]>
liyuan
parents: 10609
diff changeset
   155
- Use script for post and postun.
10609
c8474ee144bf 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10558
diff changeset
   156
* Thu Oct  4 2007 - [email protected]
c8474ee144bf 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10558
diff changeset
   157
- delete unneeded env vars; set PYTHON to the versioned binary
10534
655f71781ba3 2007-09-19 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10455
diff changeset
   158
* Tue Sep 18 2007 - [email protected]
655f71781ba3 2007-09-19 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10455
diff changeset
   159
- add missing %defattr in %files root
10455
06cec0d5b12e 2007-09-06 Damien Carbery <[email protected]>
dcarbery
parents: 10440
diff changeset
   160
* Thu Sep 06 2007 - [email protected]
06cec0d5b12e 2007-09-06 Damien Carbery <[email protected]>
dcarbery
parents: 10440
diff changeset
   161
- Add Build/Requires SUNWgnome-python-desktop/-devel for wnck and other python
06cec0d5b12e 2007-09-06 Damien Carbery <[email protected]>
dcarbery
parents: 10440
diff changeset
   162
  modules.
10440
8d54a7ccd0d7 2007-09-04 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
   163
* Tue Sep 04 2007 - [email protected]
8d54a7ccd0d7 2007-09-04 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
   164
- Correct dir perms in root package.
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   165
* Sun Sep 02 2007 - [email protected]
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   166
- Use accerciser to replace at-poke.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Fri Sep 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Sat May 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Remove /usr/lib/jds-private from LDFLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Tue May 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Thu Jan  2 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Update Build/Requires to fix 6319720/2129498.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Wed Oct 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- define share subpkg, move existing %files to %files share and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
  add %files for bindir/at-poke
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Mon Sep 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- Correct syntax for addition of manpage.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Thu Sep 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- Added at-poke.1 manpage
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
* Tue Jul 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
- Remove SUNWgnome-xml BuildRequires. Failed in test build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Tue Jul 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Initial version.