SUNWgnome-common-devel.spec
author jerrytan
Mon, 11 Aug 2008 07:35:57 +0000
branchgnome-2-22
changeset 12497 f4743e0d8120
parent 12474 d567bb22cd30
permissions -rw-r--r--
update spec for tracker from vermillion
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-common-devel
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): pkgconfig, intltool, gtk-doc, gnome-common
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
12152
a2691e12b1f8 2008-04-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11576
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
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: laca
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
12474
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    13
%use pkgconfig = pkg-config.spec
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
%use gcommon = gnome-common.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
%use gettext = gettext.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
%use intltool = intltool.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
%use gtkdoc = gtk-doc.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Name:                    SUNWgnome-common-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:                 GNOME common development tools
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Version:                 %{default_pkg_version}
12474
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    23
Source:                  %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
SUNW_BaseDir:            %{_basedir}
12152
a2691e12b1f8 2008-04-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11576
diff changeset
    25
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Requires: SUNWperl584usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires: SUNWperl584core
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Requires: SUNWlibpopt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Requires: SUNWperl-xml-parser
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Requires: SUNWopenjade
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Requires: SUNWgnome-xml-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Requires: SUNWlxsl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%prep
12474
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    38
rm -rf %name-%version
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    39
mkdir %name-%version
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    40
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    41
%pkgconfig.prep -d %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%gcommon.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%gettext.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%intltool.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%gtkdoc.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
cd %{_builddir}/%name-%version
12474
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    47
gzcat %SOURCE0 | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%build
12474
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    50
%pkgconfig.build -d %name-%version
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    51
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    52
# gnome-common required pkg-config.
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    53
export PATH=%{_builddir}/%name-%version/%{pkgconfig.name}-%{pkgconfig.version}:$PATH
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
export PERL=/usr/perl5/bin/perl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
export LDFLAGS="%_ldflags"
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
cd %{_builddir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%gcommon.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%if %cc_is_gcc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
export CXX="${CXX} -norunpath"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
export CXXFLAGS="%{cxx_optflags}"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%gettext.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
export INTLTOOL_XGETTEXT="%{_libdir}/intltool/gettext-tools/xgettext"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
export INTLTOOL_MSGMERGE="%{_libdir}/intltool/gettext-tools/msgmerge"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%intltool.build -d %name-%version
12474
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    69
export ACLOCAL_FLAGS="-I %{_builddir}/%name-%version/pkg-config-%{pkgconfig.version}"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%gtkdoc.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%install
12474
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    73
rm -rf $RPM_BUILD_ROOT
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
12474
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
    75
%pkgconfig.install -d %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%gcommon.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%gettext.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%intltool.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%gtkdoc.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
make install DESTDIR=$RPM_BUILD_ROOT
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
# Normally we build this package before we build scrollkeeper, but
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
# remove any scrollkeeper files if user happens to rebuild this
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
# package after scrollkeeper is already on the system.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
rm -rf $RPM_BUILD_ROOT%{_prefix}/var
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
# Remove /usr/share/info/dir, it's a generated file and shared by multiple
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
# packages
9405
083d7966fdfc 2007-02-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    92
rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%{?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
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%{_libdir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%dir %attr (0755, root, other) %{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%{_datadir}/doc/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%{_datadir}/gnome-common
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%{_datadir}/info
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%{_datadir}/omf/gtk-doc/gtk-doc-manual-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%{_datadir}/sgml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%{_datadir}/intltool
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%{_datadir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%{_mandir}/*/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%changelog
12474
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
   118
* Tue Jul 15 2008 - [email protected]
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
   119
- Remove pkg-config code, replacing it with %use.
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
   120
* Wed Jun 18 2008 - [email protected]
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
   121
- Add Build/Requires SUNWPython/-devel because /usr/bin/gtkdoc-depscan is a
d567bb22cd30 2008-07-17 Damien Carbery <[email protected]>
dcarbery
parents: 12152
diff changeset
   122
  python script.
11576
6c559be158aa 2008-01-31 Brian Cameron <[email protected]>
yippi
parents: 11312
diff changeset
   123
* Mon Jan 31 2008 - [email protected]
6c559be158aa 2008-01-31 Brian Cameron <[email protected]>
yippi
parents: 11312
diff changeset
   124
- Bump pkg-config to 0.23.
11312
f8648286d4a1 2007-12-11 Brian Cameron <[email protected]>
yippi
parents: 9405
diff changeset
   125
* Mon Dec 10 2007 - [email protected]
f8648286d4a1 2007-12-11 Brian Cameron <[email protected]>
yippi
parents: 9405
diff changeset
   126
- Bump pkg-config to 0.22.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
* Fri Feb 16 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
- Update %files because gtk-doc xml files moved from %{_datadir}/gnome/help to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
  %{_datadir}/doc with the bumping of gtk-doc to 1.8.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
* Thu Jan 11 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
- Bump pkg-config to 0.21. Remove upstream patch, pkgconfig-01-wall.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
  Rename rest.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
* Fri Sep 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
- Install gtk-doc documentation and call pkg-config configure script with
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
  --mandir set properly.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
* Fri Sep 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
* Sat Aug 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
- set PERL to /usr/perl5/bin/perl as per CR6454456
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
* Fri Jun 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
- removed man page intltool-unicodify
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
* Tue May 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
- Remove gnome and omf dirs from share package as they are no longer installed.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
- Remove 'rm -rf $RPM_BUILD_ROOT' as pkg-config already installed.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
* Tue Apr 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
- Set ACLOCAL_FLAGS for gtk-doc to find a pkgconfig macro. Move pkgconfig dir.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
* Sun Feb 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
* Thu Jan 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- Bump pkg-config to 0.20.0, remove upstream patch (01-pkg.m4), add new patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
  (01-wall, bug #4888).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
* Tue Sep 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
- Bump version to 2.12.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Thu Sep 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- Verified builds fine on Solaris, bump to 2.11.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Fri Sep 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- remove unpackaged files; fix to build with new pkgbuild
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Wed Jul 07 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- backport pkg.m4 fix from 0.17.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
* Wed Jul 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
- downgrade pkgconfig to 0.16.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Thu Oct 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- set PERL, fixes 5100958
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Mon Aug 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- s/SUNWpl5u/SUNWperl584usr/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Sat Jun 26 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Thu May 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- added %_libdir/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
* Wed May 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
- Added missing man pages.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
- Added SGML man page integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
* Mon Mar 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- add dependency on SUNWlxsl (libxslt)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Mon Jan 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- initial version added to CVS