SUNWlibcroco.spec
author davelam
Fri, 22 Aug 2008 06:20:47 +0000
changeset 13245 fb91dd763326
parent 13206 dd5c5a2288db
child 13256 4853158a3a6d
permissions -rw-r--r--
2008-08-22 Dave Lin <[email protected]> * SUNWlibcroco.spec: Fixed /usr/lib/amd64/pkgconfig attribute issue.
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 SUNWlibcroco
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): libcroco
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
11937
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
     6
# Copyright (c) 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: yippi
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
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    14
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    15
%include arch64.inc
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    16
%use libcroco64 = libcroco.spec
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    17
%endif
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    18
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    19
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
%use libcroco = libcroco.spec
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:                    SUNWlibcroco
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Summary:                 Cascading Style Sheet (CSS) parsing and manipulation toolkit
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Version:                 %{libcroco.version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
SUNW_BaseDir:            %{_basedir}
11937
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
    26
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Requires: SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
BuildRequires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
mkdir %name-%version
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    42
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    43
mkdir %name-%version/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    44
%libcroco.prep -d %name-%version/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    45
%endif
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    46
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    47
mkdir %name-%version/%base_arch
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    48
%libcroco.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%build
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    51
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    52
%libcroco64.build -d %name-%version/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    53
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    55
%libcroco.build -d %name-%version/%base_arch
9397
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
%install
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    58
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    59
%libcroco64.install -d %name-%version/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    60
rm -r $RPM_BUILD_ROOT%{_bindir}/%_arch64
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    61
%endif
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    62
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    63
%libcroco.install -d %name-%version/%base_arch
9397
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
%{?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
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
rm -rf $RPM_BUILD_ROOT
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
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%{_bindir}/csslint*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%{_libdir}/lib*.so*
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    76
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    77
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    78
%{_libdir}/%{_arch64}/lib*.so*
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    79
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%{_bindir}/croco-*-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
13245
fb91dd763326 2008-08-22 Dave Lin <[email protected]>
davelam
parents: 13206
diff changeset
    89
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%{_libdir}/pkgconfig/*
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    91
%ifarch amd64 sparcv9
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    92
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    93
%{_libdir}/%{_arch64}/pkgconfig
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    94
%endif
9397
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
%changelog
13245
fb91dd763326 2008-08-22 Dave Lin <[email protected]>
davelam
parents: 13206
diff changeset
    97
* Fri Aug 22 2008 - [email protected]
fb91dd763326 2008-08-22 Dave Lin <[email protected]>
davelam
parents: 13206
diff changeset
    98
- Fixed /usr/lib/amd64/pkgconfig attribute issue.
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
    99
* Thu Aug 21 2008 - [email protected]
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12263
diff changeset
   100
- add 64-bit build, needed for the 64-bit librsvg
12263
930dc7240f6a 2008-05-07 Damien Carbery <[email protected]>
dcarbery
parents: 11937
diff changeset
   101
* Wed May 07 2008 - [email protected]
930dc7240f6a 2008-05-07 Damien Carbery <[email protected]>
dcarbery
parents: 11937
diff changeset
   102
- Remove PERL5LIB setting as it is not necessary.
11937
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   103
* Thu Mar 27 2008 - [email protected]
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   104
- Add SUNW_Copyright.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
* Thu May 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
- Change build dependency on SUNWgnome-base-libs-share. That pkg is obsolete
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
  with files now in the base package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
* Thu Apr 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
- Move the config binary into the -devel package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
* Fri Feb 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
- Update Summary.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
* Fri Feb 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
- Update Summary.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
* Tue Sep 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
- Now use libcroco version number.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
* Wed Jul 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
- Created.