indiana/SUNWgetting-started-guide.spec
author laca
Mon, 24 Mar 2008 07:54:19 +0000
changeset 11896 4632c233a2b6
parent 11729 ffbf5cf7374a
child 11908 e022f6bd6600
permissions -rw-r--r--
2008-03-24 Laszlo (Laca) Peter <[email protected]> * copyright/SUNWgetting-started-guide.copyright: (new) copyright file from Michelle Olson. * indiana/SUNWgetting-started-guide.spec: add copyright file

#
# 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 Solaris.inc

Name:                SUNWgetting-started-guide
Summary:             Indiana Getting Started Guide
Version:             0.5.1
Source:              http://dlc.sun.com/osol/jds/downloads/extras/getting-started-guide/getting-started-guide-%{version}.tar.bz2
SUNW_BaseDir:        %{_basedir}
SUNW_Copyright:      %{name}.copyright
BuildRoot:           %{_tmppath}/%{name}-%{version}-build
%include default-depend.inc

%prep
%setup -q -n getting-started-guide-%{version}

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

%files
%defattr (0755, root, bin)
%dir %attr (0755, root, sys) %{_datadir}
%dir %attr (0755, root, other) %{_datadir}/doc
%{_datadir}/doc/getting-started

%changelog
* Tue Feb  5 2008 - [email protected]
- bump to 0.5
* Tue Oct 30 2007 - [email protected]
- bump to 0.4
* Mon Oct 29 2007 - [email protected]
- bump to 0.3
* Wed Oct 24 2007 - [email protected]
- bump to 0.2
* Sat Oct 20 2007 - [email protected]
- create