CBEautoconf.spec
author laca
Tue, 10 Jun 2008 13:04:19 +0000
changeset 10 a65a967018ee
parent 7 fe5233293a17
child 13 1669a54e47a8
permissions -rw-r--r--
2008-06-11 Laszlo (Laca) Peter <[email protected]> * README: (new) note on building the CBE from svn * CBEant.spec: update rev * CBEautoconf.spec: update rev, gmake dependency * CBEautomake.spec: update rev, gmake dependency, create aclocal symlink * CBEbison.spec: update rev, gmake dependency * CBEcmake.spec: update rev, gmake depedency, use -norunpath with CC * CBEcoreutils.spec: update rev, gmake dependency * CBEcvs.spec: update rev, gmake depedency * CBEdiff.spec: update rev, gmake depedency * CBEenv.spec: update version, create symlinks for [Open]Solaris gnu make, automake, aclocal * CBEflex.spec: update rev, gmake depedency, use c99flag * CBEgettext.spec: update rev, gmake dependency * CBEgnuawk.spec: update rev, gmake dependency * CBEgnused.spec: update rev, gmake dependency * CBElibtool.spec: update rev, gmake dependency * CBElibtool22.spec: update rev, gmake dependency * CBEm4.spec: update rev, gmake dependency * CBEmake.spec: update rev * CBErsync.spec: update rev, gmake dependency * CBEsubversion.spec: update rev, gmake dependency * CBEyasm.spec: update rev, gmake dependency, fix _datadir, _mandir attributes * cbe-install: major rework for Solaris 10, Nevada and OpenSolaris * cbe-remove: remove all 'JDS CBE' and 'Desktop CBE' packages * ext-sources/env.csh: fix unset bug reported by Ben Taylor, where multi-line values break the script * ext-sources/env.sh: fix unset bug reported by Ben Taylor * include/CBE.inc: define c99flag, cxx_optflags, make_dep and change default cbe prefix to /opt/dtbld
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
     1
#
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
     2
# spec file for package CBEautoconf
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
     3
#
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
     4
# Copyright 2008 Sun Microsystems, Inc.
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
     7
#
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
     8
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
     9
%include CBE.inc
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    10
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    11
Name:			CBEautoconf
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    12
Version:		2.61
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    13
Release:		1
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    14
License:		GPL
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    15
Group:			system/cbe
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    16
Distribution:		Desktop CBE
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    17
Vendor:			Sun Microsystems, Inc.
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    18
Summary:		Desktop CBE: GNU autoconf
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    19
Source:			ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-%{version}.tar.bz2
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    20
URL:			http://www.gnu.org/
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    21
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    22
SUNW_BaseDir:		%{_prefix}
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    23
SUNW_Category:          CBE,KDE,JDS,application
10
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    24
SUNW_Rev:		%{?cbe_version}%{?!cbe_version:0.0}
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    25
%include default-depend.inc
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    26
Requires: SUNWperl584core
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    27
Requires: CBEm4
10
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    28
BuildRequires: %make_dep
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    29
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    30
%description
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    31
GNU autoconf for the Desktop build environment
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    32
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    33
%prep
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    34
%setup -q -n autoconf-%{version}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    35
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    36
%build
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    37
CFLAGS="$RPM_OPT_FLAGS"			\
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    38
./configure --prefix=%{_prefix}         \
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    39
            --infodir=%{_infodir}       \
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    40
            --mandir=%{_mandir}
10
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    41
gmake
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    42
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    43
%install
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    44
rm -rf $RPM_BUILD_ROOT
10
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    45
gmake install DESTDIR=$RPM_BUILD_ROOT
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    46
rm -rf $RPM_BUILD_ROOT%{_infodir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    47
rm -rf $RPM_BUILD_ROOT%{_datadir}/emacs
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    48
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    49
%clean
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    50
rm -rf $RPM_BUILD_ROOT
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    51
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    52
%files
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    53
%defattr(-, root, bin)
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    54
%dir %attr (0755, root, bin) %{_bindir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    55
%{_bindir}/*
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    56
%dir %attr (0755, root, sys) %{_datadir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    57
%{_datadir}/autoconf
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    58
%{_mandir}/*
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    59
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    60
%changelog
10
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    61
* Wed Jun 11 2008  <[email protected]>
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    62
- update rev, make depedency
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    63
* Mon Apr 14 2008 - [email protected]
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    64
- update deps
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    65
- use CBE.inc
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    66
* Mon Mar 26 2007 - [email protected]
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    67
- bump to 2.61
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    68
* Tue Aug 22 2006  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    69
- fix %files attributes
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    70
- move to /opt/jdsbld by default
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    71
* Wed Aug 16 2006  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    72
- add missing deps
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    73
- bump to 2.60
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    74
* Fri Sep 02 2004  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    75
- remove unpackaged files
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    76
* Sun Sep 05 2004  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    77
- enable parallel build
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    78
* Fri Mar 05 2004  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    79
- fix %files
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    80
- change the pkg category