SUNWpng.spec
author dcarbery
Wed, 10 Oct 2007 10:17:52 +0000
changeset 10633 9d1d87d1238f
parent 9926 9c81ddea20af
child 10903 b5c2fc20eab3
permissions -rw-r--r--
2007-10-10 Damien Carbery <[email protected]> * SUNWbrltty.spec, SUNWevolution.spec, SUNWflac.spec, SUNWgnome-camera.spec, SUNWgnome-im-client.spec, SUNWpng.spec: Update Build/Requires after running check-deps.pl script.
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 SUNWpng
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): libpng
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
     6
# Copyright 2007 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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    14
%include Solaris.inc
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    15
%ifarch amd64 sparcv9
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    16
%include arch64.inc
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    17
%use png10_64 = libpng10.spec
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    18
%use png12_64 = libpng12.spec
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    19
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    21
%include base.inc
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    22
%use png10 = libpng10.spec
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    23
%use png12 = libpng12.spec
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Name:                    SUNWpng
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Summary:                 Portable Network Graphics library
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Version:                 20.%{default_pkg_version}
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    28
Source1:                 %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
SUNW_BaseDir:            %{_prefix}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Requires: SUNWzlib
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 9926
diff changeset
    32
Requires: SUNWlibms
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 9926
diff changeset
    33
Requires: SUNWlibmsr
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%include default-depend.inc
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
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
SUNW_BaseDir:            %{_prefix}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires: SUNWcsr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%prep
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    44
rm -rf %name-%version
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    45
mkdir %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%ifarch amd64 sparcv9
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    48
mkdir %name-%version/%_arch64
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    49
%png10_64.prep -d %name-%version/%_arch64
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    50
%png12_64.prep -d %name-%version/%_arch64
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    53
mkdir %name-%version/%base_arch
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    54
%png10.prep -d %name-%version/%base_arch
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    55
%png12.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    57
cd %name-%version
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    58
gzcat %SOURCE1 | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%build
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    61
%ifarch amd64 sparcv9
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    62
%png10_64.build -d %name-%version/%_arch64
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    63
%png12_64.build -d %name-%version/%_arch64
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    64
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    66
%png10.build -d %name-%version/%base_arch
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    67
%png12.build -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    69
%install
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    70
rm -rf $RPM_BUILD_ROOT
9397
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
%ifarch amd64 sparcv9
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    73
%png10_64.install -d %name-%version/%_arch64
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    74
# install png12 1st so that the versionless symlinks point to png12 and
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    75
# not png10
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    76
%png12_64.install -d %name-%version/%_arch64
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    79
%png10.install -d %name-%version/%base_arch
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    80
%png12.install -d %name-%version/%base_arch
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    81
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    82
rm -rf $RPM_BUILD_ROOT%{_mandir}
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    83
cd %name-%version/sun-manpages
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    84
make install DESTDIR=$RPM_BUILD_ROOT
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    85
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    86
cd $RPM_BUILD_ROOT%{_bindir}
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    87
rm libpng-config
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    88
ln -s libpng12-config libpng-config
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    89
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    90
cd $RPM_BUILD_ROOT%{_includedir}
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    91
ln -s libpng12 libpng
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    92
rm png.h pngconf.h
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    93
ln -s libpng12/png.h .
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    94
ln -s libpng12/pngconf.h .
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    95
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    96
cd $RPM_BUILD_ROOT%{_libdir}
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    97
rm libpng.so
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    98
ln -s libpng12.so libpng.so
9397
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
%ifarch amd64 sparcv9
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   101
cd $RPM_BUILD_ROOT%{_bindir}/%{_arch64}
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   102
rm libpng-config
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   103
ln -s libpng12-config libpng-config
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   104
cd $RPM_BUILD_ROOT%{_libdir}/%{_arch64}
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   105
rm libpng.so
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   106
ln -s libpng12.so libpng.so
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%{?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
   110
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
rm -rf $RPM_BUILD_ROOT
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
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_libdir}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%{_libdir}/%{_arch64}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%endif
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
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%{_bindir}/libpng12-config
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   127
%{_bindir}/libpng10-config
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%{_bindir}/libpng-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%{_includedir}/libpng
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   131
%{_includedir}/libpng10
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_includedir}/libpng12
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{_includedir}/*.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_libdir}/%{_arch64}/pkgconfig/*
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   141
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   142
%{_bindir}/%{_arch64}/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%dir %attr(0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%dir %attr(0755, root, bin) %{_mandir}/man3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%dir %attr(0755, root, bin) %{_mandir}/man4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%{_mandir}/man4/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
%changelog
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 9926
diff changeset
   152
* Wed Oct 10 2006 - [email protected]
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 9926
diff changeset
   153
- Update Build/Requires after running check-deps.pl script.
9926
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   154
* Fri May 18 2007 - [email protected]
9c81ddea20af 2007-05-18 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   155
- convert to new style multi-isa build while upgrading to 1.0.26/1.2.18
9565
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9397
diff changeset
   156
* Wed Mar 14 2007 - [email protected]
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9397
diff changeset
   157
- Removed adding ccdir to PATH + changed // to /
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Sat Jun 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- move .pc and libpng*-config files to -devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Thu Apr 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- Now use tarball_version instead of png12_version.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Fri Dec 23 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- Redo the libpng-1.0.18-01-makefile.diff and libpng-1.2.8-01-makefile.diff 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
  patches. Remove patches libpng-1.0.18-02-security.diff and 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
  libpng-1.2.8-02-security.diff which are upstream.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Mon Dec 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- Bump to 1.0.18rc5 and 1.2.8.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
* Fri Sep 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
- remove unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
* Fri Oct 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
- use $CC64 as the 64-bit C compiler, if defined
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Sat Oct  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- Create 64bit libraries for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Mon Aug 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- Bug 5091588 : include files and man3/4 files  should be in a separate devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
  packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Tue Aug 17 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- Added patches libpng-1.0.15-02-security.diff and 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
  libpng-1.2.5-02-security.diff to fix security issues.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Thu Aug 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- Updated Version to be 2.6.0 since delivering w/ G2.6
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Fri Apr 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- add prefix=%_prefix arg to fix .pc file problem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Sun Feb 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- initial version added to CVS