CBEant.spec
author laca
Mon, 14 Apr 2008 10:39:56 +0000
changeset 1 102c9870ef63
child 7 fe5233293a17
permissions -rw-r--r--
initial import -- still incomplete
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 CBEant
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:			CBEant
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    12
Version:		1.7.0
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    13
License:		Apache, Public Domain, W3C
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    14
Distribution:		JDS CBE
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    15
Vendor:			Sun Microsystems, Inc.
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    16
Summary:		JDS CBE: Apache Ant
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    17
Source:			http://www.apache.org/dist/ant/binaries/apache-ant-%{version}-bin.tar.bz2
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    18
URL:			http://ant.apache.org/
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    19
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    20
SUNW_BaseDir:		%{_prefix}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    21
SUNW_Category:          JDS,CBE,application
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    22
SUNW_Rev:		@CBE_VERSION@
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    23
%include default-depend.inc
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    24
Requires: SUNWperl584core
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    25
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    26
%description
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    27
Apache Ant, a Java-based build tool, for the JDS build environment
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    28
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    29
%prep
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    30
%setup -q -n apache-ant-%{version}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    31
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    32
%install
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    33
rm -rf $RPM_BUILD_ROOT
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    34
mkdir -p $RPM_BUILD_ROOT%{_prefix}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    35
cp -r bin lib $RPM_BUILD_ROOT%{_prefix}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    36
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    37
%clean
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    38
rm -rf $RPM_BUILD_ROOT
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    39
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    40
%files
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    41
%defattr(-, root, bin)
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    42
%dir %attr (0755, root, bin) %{_bindir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    43
%{_bindir}/*
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    44
%dir %attr (0755, root, bin) %{_libdir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    45
%{_libdir}/*
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    46
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    47
%changelog
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    48
* Mon Apr 14 2008 - [email protected]
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    49
- update deps
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    50
- use CBE.inc
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    51
* Tue Aug 22 2006  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    52
- fix %files attributes
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    53
- move to /opt/jdsbld by default
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    54
* Wed Aug 16 2006  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    55
- add missing deps
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    56
- bump to 1.6.5
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    57
* Mon May 24 2004 <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    58
- install bin and lib only
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    59
* Fri May 07 2004 <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    60
- initial version