2012-11-01 17:22:53 +00:00
|
|
|
Summary: Kit <<<INSERT_kitbasename_HERE>>> Component <<<INSERT_kitcomponent_basename_HERE>>> metapackage
|
|
|
|
Name: <<<INSERT_kitcomponent_basename_HERE>>>
|
|
|
|
Version: <<<INSERT_kitcomponent_version_HERE>>>
|
|
|
|
Release: <<<INSERT_kitcomponent_release_HERE>>>
|
|
|
|
License: EPL
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: <<<INSERT_kitcomponent_ospkgdeps_HERE>>>,<<<INSERT_kitcomponent_kitpkgdeps_HERE>>>,<<<INSERT_kitcomponent_kitcompdeps_HERE>>>
|
|
|
|
|
2013-01-09 22:28:39 +00:00
|
|
|
<<<INSERT_kitcomponent_sourcetar_HERE>>>
|
|
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
|
|
|
|
|
2012-11-01 17:22:53 +00:00
|
|
|
%description
|
|
|
|
<<<INSERT_kitcomponent_desc_HERE>>>
|
|
|
|
|
|
|
|
%prep
|
2013-01-09 22:28:39 +00:00
|
|
|
<<<INSERT_kitcomponent_setup_HERE>>>
|
2012-11-01 17:22:53 +00:00
|
|
|
%build
|
|
|
|
%install
|
2013-01-09 22:28:39 +00:00
|
|
|
<<<INSERT_kitcomponent_non_native_pkgs_HERE>>>
|
|
|
|
|
2012-11-01 17:22:53 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2013-01-09 22:28:39 +00:00
|
|
|
<<<INSERT_kitcomponent_files_HERE>>>
|
2012-11-01 17:22:53 +00:00
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
%pre
|
|
|
|
<<<INSERT_kitcomponent_preinstall_script_HERE>>>
|
|
|
|
|
|
|
|
|
|
|
|
<<<INSERT_kitcomponent_preupgrade_script_HERE>>>
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
<<<INSERT_kitcomponent_postinstall_script_HERE>>>
|
|
|
|
|
|
|
|
<<<INSERT_kitcomponent_postupgrade_script_HERE>>>
|
|
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
<<<INSERT_kitcomponent_preuninstall_script_HERE>>>
|
|
|
|
|
|
|
|
%postun
|
|
|
|
<<<INSERT_kitcomponent_postuninstall_script_HERE>>>
|
|
|
|
|