CBEant.spec
author xlucas
Tue, 28 Apr 2009 09:49:26 +0000
changeset 41 31570364d0f1
parent 38 d73cbeaabc94
permissions -rw-r--r--
2009-03-16 Lukas (Luc) Oboril <[email protected]> * bump pkgbuild to latest version 1.3.98.4 * add Sun Studio Express 03/09 as known compiler
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
36
221dcba9e549 2008-12-14 Albert Lee <[email protected]>
trisk
parents: 10
diff changeset
    12
Version:		1.7.1
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    13
License:		Apache, Public Domain, W3C
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    14
Group:			system/cbe
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    15
Distribution:		Desktop CBE
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    16
Vendor:			Sun Microsystems, Inc.
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    17
Summary:		Desktop CBE: Apache Ant
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    18
Source:			http://www.apache.org/dist/ant/binaries/apache-ant-%{version}-bin.tar.bz2
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    19
URL:			http://ant.apache.org/
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    20
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    21
SUNW_BaseDir:		%{_prefix}
38
d73cbeaabc94 2009-01-18 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 36
diff changeset
    22
SUNW_Category:          CBE,KDE,JDS,application
10
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    23
SUNW_Rev:		%{?cbe_version}%{?!cbe_version:0.0}
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    24
%include default-depend.inc
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    25
Requires: SUNWperl584core
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    26
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    27
%description
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    28
Apache Ant, a Java-based build tool, for the JDS build environment
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    29
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    30
%prep
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    31
%setup -q -n apache-ant-%{version}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    32
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    33
%install
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    34
rm -rf $RPM_BUILD_ROOT
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    35
mkdir -p $RPM_BUILD_ROOT%{_prefix}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    36
cp -r bin lib $RPM_BUILD_ROOT%{_prefix}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    37
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    38
%clean
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    39
rm -rf $RPM_BUILD_ROOT
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    40
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    41
%files
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    42
%defattr(-, root, bin)
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    43
%dir %attr (0755, root, bin) %{_bindir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    44
%{_bindir}/*
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    45
%dir %attr (0755, root, bin) %{_libdir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    46
%{_libdir}/*
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    47
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    48
%changelog
36
221dcba9e549 2008-12-14 Albert Lee <[email protected]>
trisk
parents: 10
diff changeset
    49
* Wed Oct 08 2008 - [email protected]
221dcba9e549 2008-12-14 Albert Lee <[email protected]>
trisk
parents: 10
diff changeset
    50
- Bump to 1.7.1
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    51
* Mon Apr 14 2008 - [email protected]
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    52
- update deps
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    53
- use CBE.inc
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    54
* Tue Aug 22 2006  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    55
- fix %files attributes
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    56
- move to /opt/jdsbld by default
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    57
* Wed Aug 16 2006  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    58
- add missing deps
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    59
- bump to 1.6.5
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    60
* Mon May 24 2004 <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    61
- install bin and lib only
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    62
* Fri May 07 2004 <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    63
- initial version