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

#
# spec file for package CBErsync
#
# Copyright 2008 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#

%include CBE.inc

Name:			CBErsync
Version:		3.0.4
License:		GPL
Group:			system/cbe
Distribution:		Desktop CBE
Vendor:			Sun Microsystems, Inc.
Summary:		Desktop CBE: Rsync
Source:			http://samba.anu.edu.au/ftp/rsync/rsync-%{version}.tar.gz
URL:			http://samba.anu.edu.au/rsync/
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
SUNW_BaseDir:		%{_prefix}
SUNW_Category:		CBE,JDS,application
SUNW_Rev:		%{?cbe_version}%{?!cbe_version:0.0}
%include default-depend.inc

%description
rsync for the Desktop build environment

%prep
%setup -q -n rsync-%{version}

%build
export CFLAGS="%optflags -I/usr/gnu/include"
export LDFLAGS="-L/usr/gnu/lib -R/usr/gnu/lib"
./configure \
    --prefix=%{_prefix} \
    --mandir=%{_mandir}
gmake

%install
rm -rf $RPM_BUILD_ROOT
gmake install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, bin)
%dir %attr (0755, root, bin) %{_bindir}
%{_bindir}/*
%dir %attr (0755, root, sys) %{_datadir}
%{_mandir}

%changelog
* Wed Oct 08 2008 - [email protected]
- Bump to 3.0.4
* Wed Jun 11 2008  <[email protected]>
- update rev, gmake depedency
* Mon Apr 21 2008 <[email protected]>
- include default_depend.inc instead of use
  Requires direction
* Tue Aug 22 2006  <[email protected]>
- fix %files attributes
- move to /opt/jdsbld by default
* Wed Aug 16 2006  <[email protected]>
- add missing deps
- bump to 2.6.8
* Fri Sep 02 2005  <[email protected]>
- add man pages to %files
* Tue Jul 12 2005  <[email protected]>
- New CBE rsync package