SUNWgnome-a11y-poke.spec
author daniell
Wed, 13 Oct 2010 16:43:58 +0000
branchopensolaris-2009-06
changeset 20159 f18a6979f732
parent 13654 c8faa3142749
child 15556 79756053d7da
permissions -rw-r--r--
6965295 [CVE-2010-1205/CVE-2010-2249] Multiple security issues in libpng 1.2 versions before 1.2.44
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
#
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11164
diff changeset
     6
# Copyright 2008 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
#
11430
c628da44e2b8 2008-01-10 Li Yuan <[email protected]>
liyuan
parents: 11370
diff changeset
    10
# 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
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    24
Requires: SUNWgnome-python-libs
10455
06cec0d5b12e 2007-09-06 Damien Carbery <[email protected]>
dcarbery
parents: 10440
diff changeset
    25
Requires: SUNWgnome-python-desktop
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    26
Requires: SUNWPython
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    27
Requires: SUNWgnome-base-libs
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    28
Requires: SUNWIPython
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    29
Requires: SUNWgnome-config
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    30
BuildRequires: SUNWPython-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRequires: SUNWgnome-base-libs-devel
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    32
BuildRequires: SUNWgnome-python-libs-devel
10455
06cec0d5b12e 2007-09-06 Damien Carbery <[email protected]>
dcarbery
parents: 10440
diff changeset
    33
BuildRequires: SUNWgnome-python-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
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    48
Requires: SUNWpostrun-root
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
mkdir %name-%version
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    54
%accerciser.prep -d %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
gzcat %SOURCE0 | tar xf -
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
%build
10609
c8474ee144bf 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10558
diff changeset
    59
export PYTHON="/usr/bin/python2.4"
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    60
export CPPFLAGS="-I/usr/include/python2.4"
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    61
export CFLAGS="%optflags -I%{_includedir} -I/usr/include/python2.4"
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    62
export RPM_OPT_FLAGS="$CFLAGS"
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    63
export LDFLAGS="%_ldflags"
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    64
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    65
%accerciser.build -d %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%install
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    68
%accerciser.install -d %name-%version
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    69
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    70
# install man page
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    75
%if %build_l10n
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    76
%else
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    77
# REMOVE l10n FILES
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    78
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    79
%endif
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    80
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%{?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
    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
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    86
%post
11164
2dc9bc7cab99 2007-11-12 Li Yuan <[email protected]>
liyuan
parents: 10609
diff changeset
    87
%include desktop-database-install.script
2dc9bc7cab99 2007-11-12 Li Yuan <[email protected]>
liyuan
parents: 10609
diff changeset
    88
%include icon-cache.script
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    89
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    90
%postun
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    91
test -x $BASEDIR/lib/postrun || exit 0
11164
2dc9bc7cab99 2007-11-12 Li Yuan <[email protected]>
liyuan
parents: 10609
diff changeset
    92
%include desktop-database-uninstall.script
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    93
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    94
%post root
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11164
diff changeset
    95
%include gconf-install.script
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    96
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    97
%preun root
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    98
test -x $BASEDIR/var/lib/postrun/postrun || exit 0
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
    99
( echo 'test -x $PKG_INSTALL_ROOT/usr/bin/gconftool-2 || {';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   100
  echo '  echo "WARNING: gconftool-2 not found; not uninstalling gconf schemas"';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   101
  echo '  exit 0';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   102
  echo '}';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   103
  echo 'umask 0022';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   104
  echo 'GCONF_CONFIG_SOURCE=xml:merged:$BASEDIR/etc/gconf/gconf.xml.defaults';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   105
  echo 'GCONF_BACKEND_DIR=$PKG_INSTALL_ROOT/usr/lib/GConf/2';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   106
  echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   107
  echo 'export GCONF_CONFIG_SOURCE GCONF_BACKEND_DIR LD_LIBRARY_PATH';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   108
  echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   109
  echo 'schemas="$SDIR/accerciser.schemas"';
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   110
  echo '$PKG_INSTALL_ROOT/usr/bin/gconftool-2 --makefile-uninstall-rule $schemas'
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   111
) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   112
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%files
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   114
%defattr(-,root,bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%{_bindir}/*
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   117
%dir %attr (0755, root, bin) %{_libdir}
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   118
%{_libdir}/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   119
%dir %attr(0755, root, sys) %{_datadir}
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   120
%{_datadir}/accerciser
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   121
%dir %attr (0755, root, bin) %{_datadir}/omf
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   122
%{_datadir}/omf/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   123
%dir %attr (0755, root, other) %{_datadir}/applications
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   124
%{_datadir}/applications/*.desktop
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
   125
%doc -d accerciser-%{accerciser.version} README AUTHORS
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
   126
%doc(bzip2) -d accerciser-%{accerciser.version} COPYING NEWS ChangeLog
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
   127
%dir %attr (0755, root, other) %{_datadir}/doc
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   128
%dir %attr (-, root, other) %{_datadir}/icons
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   129
%dir %attr (-, root, other) %{_datadir}/icons/hicolor
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   130
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   131
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   132
%{_datadir}/icons/hicolor/scalable/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   133
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   134
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   135
%{_datadir}/icons/hicolor/16x16/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   136
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   137
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   138
%{_datadir}/icons/hicolor/22x22/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   139
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   140
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   141
%{_datadir}/icons/hicolor/32x32/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   142
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   143
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   144
%{_datadir}/icons/hicolor/48x48/apps/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   145
%dir %attr (0755, root, other) %{_datadir}/gnome
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   146
%dir %attr (0755, root, bin) %{_datadir}/gnome/help
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   147
%{_datadir}/gnome/help/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   148
%dir %attr (0755, root, bin) %{_mandir}
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   149
%dir %attr (0755, root, bin) %{_mandir}/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   150
%{_mandir}/*/*
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   151
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   152
%files root
10534
655f71781ba3 2007-09-19 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10455
diff changeset
   153
%defattr (-, root, sys)
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   154
%dir %attr (0755, root, sys) %{_sysconfdir}
10440
8d54a7ccd0d7 2007-09-04 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
   155
%dir %attr (0755, root, sys) %{_sysconfdir}/gconf
8d54a7ccd0d7 2007-09-04 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
   156
%dir %attr (0755, root, sys) %{_sysconfdir}/gconf/schemas
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   157
%{_sysconfdir}/gconf/schemas/*.schemas
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   158
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   159
%if %build_l10n
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   160
%files l10n
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   161
%defattr (-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
%dir %attr (0755, root, sys) %{_datadir}
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   163
%attr (-, root, other) %{_datadir}/locale
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   164
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
%changelog
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
   167
* Thu Sep 18 2008 - [email protected]
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 11976
diff changeset
   168
- Added %doc to %files for copyright.
11976
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11430
diff changeset
   169
* Mon Mar 31 2008 - [email protected]
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11430
diff changeset
   170
- Add copyright file
11430
c628da44e2b8 2008-01-10 Li Yuan <[email protected]>
liyuan
parents: 11370
diff changeset
   171
* Thu Jan 10 2008 - [email protected]
c628da44e2b8 2008-01-10 Li Yuan <[email protected]>
liyuan
parents: 11370
diff changeset
   172
- change owner to liyuan.
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11164
diff changeset
   173
* Thu Jan  3 2008 - [email protected]
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11164
diff changeset
   174
- use gconf-install.script instead of an inline script
11164
2dc9bc7cab99 2007-11-12 Li Yuan <[email protected]>
liyuan
parents: 10609
diff changeset
   175
* Mon Nov 12 2007 - [email protected]
2dc9bc7cab99 2007-11-12 Li Yuan <[email protected]>
liyuan
parents: 10609
diff changeset
   176
- Use script for post and postun.
10609
c8474ee144bf 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10558
diff changeset
   177
* Thu Oct  4 2007 - [email protected]
c8474ee144bf 2007-10-04 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10558
diff changeset
   178
- 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
   179
* Tue Sep 18 2007 - [email protected]
655f71781ba3 2007-09-19 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10455
diff changeset
   180
- add missing %defattr in %files root
10455
06cec0d5b12e 2007-09-06 Damien Carbery <[email protected]>
dcarbery
parents: 10440
diff changeset
   181
* Thu Sep 06 2007 - [email protected]
06cec0d5b12e 2007-09-06 Damien Carbery <[email protected]>
dcarbery
parents: 10440
diff changeset
   182
- 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
   183
  modules.
10440
8d54a7ccd0d7 2007-09-04 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
   184
* Tue Sep 04 2007 - [email protected]
8d54a7ccd0d7 2007-09-04 Damien Carbery <[email protected]>
dcarbery
parents: 10419
diff changeset
   185
- Correct dir perms in root package.
10419
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   186
* Sun Sep 02 2007 - [email protected]
ece4471e32c2 2007-09-02 Li Yuan <[email protected]>
liyuan
parents: 9397
diff changeset
   187
- Use accerciser to replace at-poke.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Fri Sep 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Sat May 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- Remove /usr/lib/jds-private from LDFLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Tue May 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Thu Jan  2 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- Update Build/Requires to fix 6319720/2129498.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Wed Oct 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- 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
   200
  add %files for bindir/at-poke
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
* Mon Sep 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- Correct syntax for addition of manpage.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Thu Sep 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Added at-poke.1 manpage
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Tue Jul 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- Remove SUNWgnome-xml BuildRequires. Failed in test build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Tue Jul 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- Initial version.