SUNWgnome-print.spec
author davelam
Sat, 18 Apr 2009 12:26:03 +0000
changeset 15650 dbcf7e3715dd
parent 15556 79756053d7da
child 16434 f21f22550fe9
permissions -rw-r--r--
2009-04-18 Dave Lin <[email protected]> Update dependencies for the following spec files: o move the dependencies to the split gnome-base-libs o add other missed dependencies
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-print
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): libgnomeprint, libgnomeprintui
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: 13549
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
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: gheet
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
%use gprint = libgnomeprint.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
%use gprintui = libgnomeprintui.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
%use printman = printman.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
11390
5d4f02562c57 2008-01-04 Damien Carbery <[email protected]>
dcarbery
parents: 11370
diff changeset
    18
# NOTE: If the version is bumped the new tarball must be uploaded to the
5d4f02562c57 2008-01-04 Damien Carbery <[email protected]>
dcarbery
parents: 11370
diff changeset
    19
#       Sun Download Center. Contact GNOME RE for assistance.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
%define g20_version sun-1.116.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Name:                    SUNWgnome-print
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Summary:                 GNOME printing technology
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Version:                 %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Source:                  %{name}-manpages-0.1.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Source1:                 http://dlc.sun.com/osol/jds/downloads/extras/libgnomeprint-%{g20_version}.tar.bz2
12835
9401c44c1016 2008-07-17 Dave Lin <[email protected]>
davelam
parents: 12728
diff changeset
    27
# owner:davelam date:2008-05-14 type:bug bugzilla:532100
12292
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12031
diff changeset
    28
Patch1:                  libgnomeprint-sun-01-add-libm.diff
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12031
diff changeset
    29
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Source2:                 http://dlc.sun.com/osol/jds/downloads/extras/libgnomeprintui-%{g20_version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11996
diff changeset
    31
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11996
diff changeset
    32
Source3:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11996
diff changeset
    33
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
SUNW_BaseDir:            %{_basedir}
11996
8c03a9e45131 2008-04-01 Ghee Teo <[email protected]>
gheet
parents: 11390
diff changeset
    35
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    38
Requires: SUNWlibgnomecanvas
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: SUNWgnome-print-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires: SUNWperl584usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: SUNWbzip
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires: SUNWzlib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires: SUNWscplp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: SUNWfontconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: SUNWfreetype2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires: SUNWgnome-vfs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Requires: SUNWlibpopt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Requires: SUNWpapi
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13549
diff changeset
    55
Requires: SUNWdesktop-cache
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    56
BuildRequires: SUNWlibgnomecanvas-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
BuildRequires: SUNWgnome-component-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
BuildRequires: SUNWgnome-config-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
BuildRequires: SUNWgnome-vfs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
BuildRequires: SUNWlibpopt-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
BuildRequires: SUNWgnome-themes-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
BuildRequires: SUNWgnome-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
BuildRequires: SUNWpapi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%include default-depend.inc
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
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
Requires: SUNWgnome-print
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%gprint.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%gprintui.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%printman.prep -d %name-%version
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 %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
gzcat %SOURCE0 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
bzcat %SOURCE1 | tar xf -
12292
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12031
diff changeset
    94
cd libgnomeprint-%{g20_version}
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12031
diff changeset
    95
%patch1 -p1
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12031
diff changeset
    96
cd ..
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12031
diff changeset
    97
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
bzcat %SOURCE2 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
#FIXME - hack needed because subdir gpa does not exist in libgnomeprint
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
cd libgnomeprint-%{gprint.version}/libgnomeprint
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
ln -s . private
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
cd ../../libgnomeprintui-%{gprintui.version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
mkdir libgnomeprint
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
ln -s ../../libgnomeprint-%{gprint.version}/libgnomeprint/gpa libgnomeprint/private
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
export PKG_CONFIG_PATH=../libgnomeprint-%{gprint.version}/libgnomeprint:%{_pkg_config_path}
12728
118427d41d8c 2008-06-24 Damien Carbery <[email protected]>
dcarbery
parents: 12583
diff changeset
   109
export LDFLAGS="%_ldflags -L/usr/sfw/lib -R/usr/sfw/lib"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
export CFLAGS="%optflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%gprint.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%gprintui.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%printman.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
export PKG_CONFIG_PATH=../libgnomeprint-%{g20_version}/libgnomeprint:%{_pkg_config_path}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
cd libgnomeprint-%{g20_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
intltoolize --copy --force --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11996
diff changeset
   123
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11996
diff changeset
   124
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11996
diff changeset
   125
bash -x %SOURCE3 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11996
diff changeset
   126
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11996
diff changeset
   127
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
./configure --prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
            --sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
pwd
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
cd libgnomeprintui-%{g20_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
./configure --prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
            --sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
cd libgnomeprint-%{g20_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1    
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL   
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
cd libgnomeprintui-%{g20_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1    
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL   
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
rm -rf $RPM_BUILD_ROOT%{_datadir}/fonts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
rm -rf $RPM_BUILD_ROOT%{_datadir}/man
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
cd %{_builddir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
%gprint.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
%gprintui.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
%printman.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-print-2.0/*/lib*a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
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
   183
rm -rf $RPM_BUILD_ROOT%{_datadir}/omf/printman/gnome-print-manager-[a-z]*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
%endif
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
%{?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
   187
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
%post
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13549
diff changeset
   192
%restart_fmri desktop-mime-cache gconf-cache
9397
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
%postun
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13549
diff changeset
   195
%restart_fmri desktop-mime-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
%files
13549
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   198
%doc libgnomeprint-%{gprint.version}/AUTHORS
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   199
%doc libgnomeprint-%{gprint.version}/README
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   200
%doc(bzip2) libgnomeprint-%{gprint.version}/COPYING.LIB
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   201
%doc(bzip2) libgnomeprint-%{gprint.version}/ChangeLog
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   202
%doc libgnomeprintui-%{gprintui.version}/AUTHORS
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   203
%doc libgnomeprintui-%{gprintui.version}/README
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   204
%doc(bzip2) libgnomeprintui-%{gprintui.version}/COPYING.LIB
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   205
%doc(bzip2) libgnomeprintui-%{gprintui.version}/ChangeLog
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   206
%doc printman-%{printman.version}/AUTHORS
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   207
%doc printman-%{printman.version}/README
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   208
%doc(bzip2) printman-%{printman.version}/COPYING
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   209
%doc(bzip2) printman-%{printman.version}/ChangeLog
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   210
%doc libgnomeprint-%{g20_version}/AUTHORS
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   211
%doc libgnomeprint-%{g20_version}/README
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   212
%doc(bzip2) libgnomeprint-%{g20_version}/COPYING.LIB
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   213
%doc(bzip2) libgnomeprint-%{g20_version}/ChangeLog
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   214
%doc libgnomeprintui-%{g20_version}/AUTHORS
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   215
%doc libgnomeprintui-%{g20_version}/README
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   216
%doc(bzip2) libgnomeprintui-%{g20_version}/COPYING.LIB
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   217
%doc(bzip2) libgnomeprintui-%{g20_version}/ChangeLog
aeeedb37dfa7 2008-09-11 Ghee Teo <[email protected]>
gheet
parents: 13039
diff changeset
   218
%dir %attr (0755, root, other) %{_datadir}/doc
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   219
%defattr (-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
%{_libdir}/libgnomeprint/*/modules/transports/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
%{_libdir}/libgnomeprint/*/modules/*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
%{_libdir}/libgnomeprint/*/modules/filters/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
%{_libdir}/lib*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
%{_libdir}/gnome-print-2.0/*/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
%{_bindir}/gnome-printinfo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
%{_bindir}/libgnomeprint-2.0-font-install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
%dir %attr (0755, root, sys) %{_datadir}
13039
39d9129edee5 2008-08-05 Ghee Teo <[email protected]>
gheet
parents: 12835
diff changeset
   230
#%dir %attr (0755, root, other) %{_datadir}/applications
39d9129edee5 2008-08-05 Ghee Teo <[email protected]>
gheet
parents: 12835
diff changeset
   231
#%{_datadir}/applications/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
%{_datadir}/libgnomeprint
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
%{_datadir}/gnome-print-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
%{_datadir}/libgnomeprint-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
%{_datadir}/gnome/help/gnome-printinfo/C/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
%{_datadir}/omf/printman/gnome-print-manager-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
%dir %attr (0755, root, other) %{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
%{_datadir}/pixmaps/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
%{_datadir}/libgnomeprintui
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
%files root
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   243
%defattr (-, root, sys)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
%attr (0755, root, sys) %dir %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
%{_sysconfdir}/gconf/schemas/gnome-print-manager.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
%{_sysconfdir}/gconf/schemas/gnome-print.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
%{_libdir}/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
%dir %attr(0755, root, bin) %{_mandir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
%{_mandir}/*/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
%{_datadir}/gnome/help/*/[a-z]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
%{_datadir}/omf/*/gnome-print-manager-[a-z]*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
%changelog
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13549
diff changeset
   273
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13549
diff changeset
   274
- use desktop-cache instead of postrun
12728
118427d41d8c 2008-06-24 Damien Carbery <[email protected]>
dcarbery
parents: 12583
diff changeset
   275
* Tue Jun 24 2008 - [email protected]
118427d41d8c 2008-06-24 Damien Carbery <[email protected]>
dcarbery
parents: 12583
diff changeset
   276
- Remove "-lgailutil" from LDFLAGS. Root cause found in gtk+: bugzilla 536430.
12583
d85f4c5289c9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12292
diff changeset
   277
* Wed Jun 04 2008 - [email protected]
d85f4c5289c9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12292
diff changeset
   278
- Add "-lgailutil" to LIBS so that libgailutil is linked in when libgnomecanvas
d85f4c5289c9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12292
diff changeset
   279
  is linked. libgnomecanvas.so includes some gail functions.
12292
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12031
diff changeset
   280
* Wed May 14 2008 - [email protected]
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12031
diff changeset
   281
- Add patch  libgnomeprint-sun-01-add-libm.diff to fix build error
9fea8698dbfd Add ld flags in Makefile.am to fix the build error.
davelam
parents: 12031
diff changeset
   282
* Th Jan  3 2008 - [email protected]
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10562
diff changeset
   283
- use gconf-install.script instead of an inline script
10562
34666b1a91cb 2007-09-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9780
diff changeset
   284
* Thu Sep 27 2007 - [email protected]
34666b1a91cb 2007-09-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9780
diff changeset
   285
- delete some unnecessary env variables
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   286
* Tue Apr 24 2007 - [email protected]
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   287
- 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
   288
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
- 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
   292
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- update %post/%preun gconf scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
* Wed May 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
- 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
   301
* Mon May 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
- Change omf ref in l10n package to avoid picking up C locale file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
- Complete update of Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
- Add autofoo to process intltool stuff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
* Sat Dec  3 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
- add %post script that runs update-desktop-database
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
* Wed Nov 09 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
- Fix share package - add applications dir, remove capplets dir.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
* Fri Oct 28 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
- Fix removal of l10n files for non-l10n build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
* Tue Sep 20 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
- add unpackaged files to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
* Fri Sep 09 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- remove unpackaged files or add to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
* Thu May 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- Update to 2.10, add needed calls to libtoolize, aclocal, etc for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
  building the gnome 2.0 version of libgnomeprintui.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
* Tue Dec 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
- Remove $(datadir)/fonts and $(datadir)/gnome-print since they've been
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
  removed from the original libgnomeprint.spec file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
* Sat Nov 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
- integrated the sun-gnome 2.0 versions of libgnomeprint and libgnomeprintui
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
  for backward compatibility, fixes 6196674
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
* Wed Oct 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
- added root subpkg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
* Mon Oct 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
- Added javahelp in %file section
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
* Thu Sep 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
- Added libgnomeprint, libgnomeprintui manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
* Wed Aug 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
- Install help files in gnome-printinfo/ instead of gnome-print-manager/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
  Also install help files under javahelp/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
* Mon Aug 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- s/SUNWpl5u/SUNWperl584usr/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
* Tue Aug 03 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
- Add printman
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
* Sat Jun 26 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
* Wed Jun 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
- Add PAPI support
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
* Wed Jun  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
- Added %{_datadir}/locale to install l10n messages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
* Sun Apr 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
- added SUNWgnome-themes build time dependency (for gnome-icon-themes)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
* Fri Feb 27 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
- add -R%{_libdir} to LDFLAGS
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
   357