CBErsync.spec
author xlucas
Tue, 28 Apr 2009 09:49:26 +0000
changeset 41 31570364d0f1
parent 36 221dcba9e549
child 45 c816a0db9647
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 CBErsync
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
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    11
Name:			CBErsync
36
221dcba9e549 2008-12-14 Albert Lee <[email protected]>
trisk
parents: 10
diff changeset
    12
Version:		3.0.4
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    13
License:		GPL
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
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    16
Vendor:			Sun Microsystems, Inc.
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    17
Summary:		Desktop CBE: Rsync
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    18
Source:			http://samba.anu.edu.au/ftp/rsync/rsync-%{version}.tar.gz
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    19
URL:			http://samba.anu.edu.au/rsync/
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    20
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    21
SUNW_BaseDir:		%{_prefix}
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    22
SUNW_Category:		CBE,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}
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    24
%include default-depend.inc
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    25
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    26
%description
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    27
rsync for the Desktop build environment
1
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 rsync-%{version}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    31
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    32
%build
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    33
export CFLAGS="%optflags -I/usr/gnu/include"
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    34
export LDFLAGS="-L/usr/gnu/lib -R/usr/gnu/lib"
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    35
./configure \
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    36
    --prefix=%{_prefix} \
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    37
    --mandir=%{_mandir}
10
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    38
gmake
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    39
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    40
%install
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    41
rm -rf $RPM_BUILD_ROOT
10
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    42
gmake install DESTDIR=$RPM_BUILD_ROOT
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    43
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    44
%clean
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    45
rm -rf $RPM_BUILD_ROOT
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    46
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    47
%files
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    48
%defattr(-, root, bin)
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    49
%dir %attr (0755, root, bin) %{_bindir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    50
%{_bindir}/*
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    51
%dir %attr (0755, root, sys) %{_datadir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    52
%{_mandir}
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    53
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    54
%changelog
36
221dcba9e549 2008-12-14 Albert Lee <[email protected]>
trisk
parents: 10
diff changeset
    55
* Wed Oct 08 2008 - [email protected]
221dcba9e549 2008-12-14 Albert Lee <[email protected]>
trisk
parents: 10
diff changeset
    56
- Bump to 3.0.4
10
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    57
* Wed Jun 11 2008  <[email protected]>
a65a967018ee 2008-06-11 Laszlo (Laca) Peter <[email protected]>
laca
parents: 7
diff changeset
    58
- update rev, gmake depedency
7
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    59
* Mon Apr 21 2008 <[email protected]>
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    60
- include default_depend.inc instead of use
fe5233293a17 2008-04-20 Lukas (Luc) Oboril <[email protected]>
xlucas
parents: 1
diff changeset
    61
  Requires direction
1
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    62
* Tue Aug 22 2006  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    63
- fix %files attributes
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    64
- move to /opt/jdsbld by default
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    65
* Wed Aug 16 2006  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    66
- add missing deps
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    67
- bump to 2.6.8
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    68
* Fri Sep 02 2005  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    69
- add man pages to %files
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    70
* Tue Jul 12 2005  <[email protected]>
102c9870ef63 initial import -- still incomplete
laca
parents:
diff changeset
    71
- New CBE rsync package