OpenSolaris Source Juicer



base.spec


#
# spec file for package: __________
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# include module(s): __________
#

Name:           __________
Summary:        __________
Version:        __________
License:        __________
Source:         ____________________%{name}-%{version}.tar.gz
URL:            ____________________
Group:          __________
Distribution:	OpenSolaris
Vendor:		OpenSolaris Community
%include default-depend.inc
BuildRequires: ______________
Requires: ___________________

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
SUNW_Basedir:   %{_basedir}
SUNW_Copyright: %{name}.copyright


# OpenSolaris IPS Manifest Fields
Meta(info.upstream): ____________________
Meta(info.repository_url): ______________
Meta(info.maintainer): ___name____ <__email__>


%description
___________________________________________________________


%prep
%setup -q -n %{name}-%{version}
___________________

%build
_____________________________
_____________________________


%install
_____________________________
_____________________________


%clean
rm -rf $RPM_BUILD_ROOT


%files
___________________
___________________
___________________
___________________


%changelog
* Mon Jan 01 2009 - your@email.com
- initial version