SUNWgnome-hex-editor.spec
author davelam
Wed, 24 Feb 2010 04:10:23 +0000
branchgnome-2-28
changeset 18642 478b5460cc36
parent 16434 f21f22550fe9
child 17842 1cc615f41f16
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-hex-editor
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): ghex
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: 15523
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: 16427
diff changeset
    10
%define owner jouby 
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
16427
63d81b085adb 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16069
diff changeset
    12
63d81b085adb 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16069
diff changeset
    13
%define OSR gnome.org:0
63d81b085adb 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16069
diff changeset
    14
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
%include Solaris.inc
14406
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
    16
%include l10n.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Name:                    SUNWgnome-hex-editor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Summary:                 GNOME hex editor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Version:                 %{default_pkg_version}
16069
af7652b4de6c Bump to 2.24.0, reflesh patchs
jouby
parents: 15650
diff changeset
    20
%define tarball_version  2.24.0
af7652b4de6c Bump to 2.24.0, reflesh patchs
jouby
parents: 15650
diff changeset
    21
Source:                  http://ftp.gnome.org/pub/gnome/sources/ghex/2.24/ghex-%{tarball_version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Source1:                 %{name}-manpages-0.1.tar.gz
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11938
diff changeset
    23
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11938
diff changeset
    24
Source2:                 l10n-configure.sh
14406
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
    25
Source3:                 ghex-po-sun-%{po_sun_version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11938
diff changeset
    26
%endif
13137
79b23ba293b1 2008-08-15 Wang Xin <[email protected]>
jedy
parents: 13135
diff changeset
    27
#date:2008-08-15 owner:jedy type:branding
13250
2d1f68a1233d 2008-08-22 Wang Xin <[email protected]>
jedy
parents: 13204
diff changeset
    28
Patch1:                  ghex-01-menu-entry.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
SUNW_BaseDir:            %{_prefix}
11938
7afde3c82396 2008-03-27 Rick Ju <[email protected]>
rickju
parents: 11370
diff changeset
    30
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    33
Requires: SUNWgtk2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Requires: SUNWgnome-hex-editor-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Requires: SUNWgnome-print
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires: SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: SUNWgnome-vfs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires: SUNWlibpopt
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15523
diff changeset
    42
Requires: SUNWdesktop-cache
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    43
BuildRequires: SUNWgtk2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
BuildRequires: SUNWgnome-component-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
BuildRequires: SUNWgnome-config-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
BuildRequires: SUNWgnome-vfs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: SUNWlibpopt-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
BuildRequires: SUNWgnome-print-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
BuildRequires: SUNWgnome-libs-devel
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
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Requires: SUNWgnome-hex-editor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%setup -c -n %name-%tarball_version
14406
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
    72
%if %build_l10n
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
    73
cd %{_builddir}/%name-%{tarball_version}
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
    74
cd ghex-%{tarball_version}
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
    75
bzcat %SOURCE3 | tar xf -
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
    76
cd po-sun; make; cd ..
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
    77
%endif
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
    78
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
cd %{_builddir}/%name-%{tarball_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
gzcat %SOURCE1 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
cd ghex-%{tarball_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
13135
eb4ee6543eef 2008-08-15 Wang Xin <[email protected]>
jedy
parents: 12512
diff changeset
    83
%patch1 -p1 
eb4ee6543eef 2008-08-15 Wang Xin <[email protected]>
jedy
parents: 12512
diff changeset
    84
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
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
    87
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
    CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
cd ghex-%{tarball_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
export PKG_CONFIG_PATH=%{_pkg_config_path}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
export CFLAGS="%optflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
export RPM_OPT_FLAGS="$CFLAGS"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
export LDFLAGS="%_ldflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
glib-gettextize -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
intltoolize --force --copy --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11938
diff changeset
   100
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11938
diff changeset
   101
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11938
diff changeset
   102
bash -x %SOURCE2 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11938
diff changeset
   103
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11938
diff changeset
   104
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
./configure \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
    --prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
    --libexecdir=%{_libexecdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
    --sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
                                
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
cd ghex-%{tarball_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
make install DESTDIR=$RPM_BUILD_ROOT -j$CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
cd %{_builddir}/%name-%{tarball_version}/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
# REMOVE l10n FILES*files-list*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/[a-z]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
rm -rf $RPM_BUILD_ROOT%{_datadir}/omf/*/*-[a-z]*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{?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
   134
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%post
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15523
diff changeset
   136
%restart_fmri gconf-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%{_libdir}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%{_datadir}/gnome-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%{_datadir}/gnome/help/*/C
9657
86c5c5e52042 2007-04-04 Glynn Foster <[email protected]>
gman
parents: 9397
diff changeset
   151
%dir %attr (0755, root, other) %{_datadir}/applications
86c5c5e52042 2007-04-04 Glynn Foster <[email protected]>
gman
parents: 9397
diff changeset
   152
%{_datadir}/applications/*.desktop
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
%dir %attr(0755, root, bin) %{_mandir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%{_mandir}/*/*
10296
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   156
%dir %attr (-, root, other) %{_datadir}/icons
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   157
%dir %attr (-, root, other) %{_datadir}/icons/hicolor
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   158
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   159
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   160
%{_datadir}/icons/hicolor/16x16/apps/ghex.png
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   161
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   162
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   163
%{_datadir}/icons/hicolor/22x22/apps/ghex.png
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   164
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   165
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24/apps
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   166
%{_datadir}/icons/hicolor/24x24/apps/ghex.png
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   167
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   168
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   169
%{_datadir}/icons/hicolor/32x32/apps/ghex.png
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   170
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   171
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   172
%{_datadir}/icons/hicolor/48x48/apps/ghex.png
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   173
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   174
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   175
%{_datadir}/icons/hicolor/scalable/apps/ghex.svg
13657
dba2f1fac8c1 2008-09-17 Rick Ju <[email protected]>
rickju
parents: 13250
diff changeset
   176
%doc -d ghex-%{tarball_version} AUTHORS ChangeLog NEWS README 
dba2f1fac8c1 2008-09-17 Rick Ju <[email protected]>
rickju
parents: 13250
diff changeset
   177
%doc(bzip2) -d ghex-%{tarball_version} COPYING
dba2f1fac8c1 2008-09-17 Rick Ju <[email protected]>
rickju
parents: 13250
diff changeset
   178
%doc(bzip2) -d ghex-%{tarball_version} COPYING-DOCS
dba2f1fac8c1 2008-09-17 Rick Ju <[email protected]>
rickju
parents: 13250
diff changeset
   179
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
%files root
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9657
diff changeset
   182
%defattr (-, root, sys)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
%attr (0755, root, sys) %dir %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
%{_sysconfdir}/gconf/schemas/ghex2.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
%{_datadir}/gnome/help/*/[a-z]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
%changelog
16069
af7652b4de6c Bump to 2.24.0, reflesh patchs
jouby
parents: 15650
diff changeset
   204
* Mon Jul 20 2009 - [email protected]
af7652b4de6c Bump to 2.24.0, reflesh patchs
jouby
parents: 15650
diff changeset
   205
- Bump to 2.24.0, reflesh patchs
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15523
diff changeset
   206
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15523
diff changeset
   207
- use desktop-cache instead of postrun
15523
f500d935ed80 change the owner of SUNWw3n.spec and SUNWgnome-hex-editor.spec to yuntong.jin
jouby
parents: 14406
diff changeset
   208
* Mon Mar 30 2009 - [email protected]
f500d935ed80 change the owner of SUNWw3n.spec and SUNWgnome-hex-editor.spec to yuntong.jin
jouby
parents: 14406
diff changeset
   209
- change the owner to yuntong.jin
14406
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
   210
* Wed Oct 01 2008 - [email protected]
4d704537e180 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13657
diff changeset
   211
- Add l10n tarball.
13250
2d1f68a1233d 2008-08-22 Wang Xin <[email protected]>
jedy
parents: 13204
diff changeset
   212
* Fri Aug 22 2008 - [email protected]
2d1f68a1233d 2008-08-22 Wang Xin <[email protected]>
jedy
parents: 13204
diff changeset
   213
- rename desktop.diff to menu-entry.diff.
13204
c4b66e3b637e 2008-08-21 Wang Xin <[email protected]>
jedy
parents: 13137
diff changeset
   214
* Thu Aug 21 2008 - [email protected]
c4b66e3b637e 2008-08-21 Wang Xin <[email protected]>
jedy
parents: 13137
diff changeset
   215
- Remove option_with_indiana_branding.
13137
79b23ba293b1 2008-08-15 Wang Xin <[email protected]>
jedy
parents: 13135
diff changeset
   216
* Fri Aug 15 2008 - [email protected]
79b23ba293b1 2008-08-15 Wang Xin <[email protected]>
jedy
parents: 13135
diff changeset
   217
- Add 01-desktop.diff.
12512
7affe0e00f18 2008-05-28 Rick Ju <[email protected]>
rickju
parents: 12031
diff changeset
   218
* Wed May 28 2008 - [email protected]
7affe0e00f18 2008-05-28 Rick Ju <[email protected]>
rickju
parents: 12031
diff changeset
   219
- Bump to 2.22.0
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10541
diff changeset
   220
* Thu Jan  3 2008 - [email protected]
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10541
diff changeset
   221
- use gconf-install.script instead of an inline script
10541
df3ab00ff9f5 2007-09-20 Damien Carbery <[email protected]>
dcarbery
parents: 10451
diff changeset
   222
* Thu Sep 20 2007 - [email protected]
df3ab00ff9f5 2007-09-20 Damien Carbery <[email protected]>
dcarbery
parents: 10451
diff changeset
   223
- Bump to 2.20.0.
10451
844c5b59d61b 2007-09-05 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   224
* Wed Sep 05 2007 - [email protected]
844c5b59d61b 2007-09-05 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   225
- Remove references to SUNWgnome-a11y-base-libs as its contents have been
844c5b59d61b 2007-09-05 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   226
  moved to SUNWgnome-base-libs.
10327
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10296
diff changeset
   227
* Wed Aug 15 2007 - [email protected]
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10296
diff changeset
   228
- Bump to 2.19.90.
10296
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   229
* Fri Aug 10 2007 - [email protected]
a01ca1180f71 2007-08-10 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   230
- Bump to 2.19.0. Update %files to remove omf files and add icons.
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9657
diff changeset
   231
* Tue Apr 24 2007 - [email protected]
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9657
diff changeset
   232
- s/0755/-/ in defattr so that files are not made all executable
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
* Fri Sep 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
- Add man page tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
- update %post/%postun/etc scripts to support diskless client setup,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Thu May 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- use post/preun scripts to install schemas into the merged gconf files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
* Thu Sep 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
- update to 2.8.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Fri Nov 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- initial version of spec file
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
   254