File skelcd-bsk.spec of Package skelcd-bsk

#
# spec file for package skelcd-sdk
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           skelcd-bsk
BuildRequires:  recode
BuildRequires:	suse-build-key
License:        GPL-2.0
Group:          Metapackages
%define license_dir license.beta
AutoReqProv:    off
Version:        2014.4.25
Release:        0.<RELEASE5>
Summary:        Control file needed for installation of file on the BSK ISOs
Conflicts:      skelcd-SUSE_Linux skelcd skelcd-sled skelcd-sdk skelcd-sles
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source:         skelcd.tar.bz2
Source2:        README.BETA



%description
Control file needed for installation of file on the BSK ISOs



%prep
%setup -n skelcd -q

%install
mkdir -p $RPM_BUILD_ROOT/CD1/boot
cp READMEs/* $RPM_BUILD_ROOT/CD1/
test -s /usr/lib/rpm/gnupg/pubring.gpg || exit 1
cp -v /usr/lib/rpm/gnupg/pubring.gpg $RPM_BUILD_ROOT/CD1/
(cd $RPM_BUILD_ROOT/CD1 ; /usr/lib/rpm/gnupg/dumpsigs ./pubring.gpg >/dev/null 2>&1 ; /usr/lib/rpm/gnupg/dumpsigs ./pubring.gpg )
for i in README.BETA ; do
  cp -pv $RPM_SOURCE_DIR/$i $RPM_BUILD_ROOT/CD1/$i
  # no DOS for ppc
%ifarch ppc
  # but Mac linebreaks
   cp $RPM_BUILD_ROOT/CD1/$i $RPM_BUILD_ROOT/CD1/$i.mac.txt
   recode utf8..mac $RPM_BUILD_ROOT/CD1/$i.mac.txt
%endif
done
## The newest way to do it...
mkdir -p $RPM_BUILD_ROOT/CD1/media.1
pushd %license_dir
tar cvzf license.tar.gz --owner=root --group=root *txt
cp license.tar.gz $RPM_BUILD_ROOT/CD1/
popd
#
# Install NEWS file
#
#w3m -dump /usr/share/doc/release-notes/SUSE_Linux_Enterprise_Server_12/RELEASE-NOTES.en.html > $RPM_BUILD_ROOT/CD1/NEWS
#
# Install PDF documentation
#
#for i in ar cs de en es fr hu it ja ko pl pt_BR ru zh_CN zh_TW ; do
#  mkdir -p $RPM_BUILD_ROOT/CD1/docu/$i
#  for book in admin deployment installquick storage; do
#    pdf=/usr/share/doc/manual/sles-${book}_$i-pdf/SLES-${book}_$i.pdf
#    test -f $pdf && \
#      cp -av $pdf $RPM_BUILD_ROOT/CD1/docu/$i/${book#SLES-}.pdf
#  done
#  # remove empty directories
#  rmdir $RPM_BUILD_ROOT/CD1/docu/$i ||:
#done
# XXX install $RPM_SOURCE_DIR/README.manual $RPM_BUILD_ROOT/CD1/docu/
#
# Install release notes as HTML pages
#
#cp -vp /usr/share/doc/release-notes/SUSE_Linux_Enterprise_Server_12/RELEASE-NOTES.en.* \
#	 $RPM_BUILD_ROOT/CD1/docu/
#w3m -dump $RPM_BUILD_ROOT/CD1/docu/RELEASE-NOTES.en.html > $RPM_BUILD_ROOT/CD1/docu/RELEASE-NOTES.en.txt


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%exclude /CD1/license.tar.gz
/CD1

%package -n skelcd-EULA-bsk
Summary:        EULA for media
Group:          Metapackages

%description -n skelcd-EULA-bsk
Internal package only.


%files -n skelcd-EULA-bsk
%defattr(644,root,root,755)
/CD1/license.tar.gz

%changelog

openSUSE Build Service is sponsored by