File yast2-s390.spec of Package yast2-s390
#
# spec file for package yast2-s390 (Version 2.15.1)
#
# Copyright (c) 2008 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: yast2-s390
Version: 2.15.1
Release: 2
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-s390-2.15.1.tar.bz2
Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-devtools yast2-testsuite
Requires: yast2
%ifarch s390 s390x
Requires: s390-tools
%endif
Summary: YaST2 - S/390 Specific Features Configuration
%description
This package contains the YaST component for configuration of
S/390-specific features.
Authors:
--------
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-s390-2.15.1
%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
make %{?jobs:-j%jobs}
%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%dir /usr/share/YaST2/include/s390
/usr/share/YaST2/include/s390/*
/usr/share/YaST2/clients/*.ycp
/usr/share/YaST2/modules/*
/usr/share/YaST2/scrconf/*.scr
%{prefix}/share/applications/YaST2/*.desktop
/usr/share/YaST2/schema/autoyast/rnc/*.rnc
%doc %{prefix}/share/doc/packages/yast2-s390
%changelog
* Thu Oct 16 2008 ro@suse.de
- temporary workaround for yast2-schema:
require s390-tools only on s390 and s390x
* Thu Aug 30 2007 mzugec@suse.cz
- zfcp discovery in add dialog (fate#300869)
- 2.15.1
* Wed Mar 14 2007 mvidner@suse.cz
- Tell yast2-schema about our schema pieces (#242148).
* Mon Mar 05 2007 jsrain@suse.cz
- removed ExclusiveArch (#242148)
* Tue Feb 20 2007 jsrain@suse.cz
- packed missing schema files for AutoYaST (#242148)
- 2.15.0
* Thu Jan 18 2007 jsrain@suse.cz
- added _proposal clients for DASD and zFCP (#160399)
* Mon Nov 06 2006 locilka@suse.cz
- Call /sbin/zfcp_disk_configure always with 16-digit hex numbers
(#205503).
- 2.13.16
* Fri Jun 02 2006 jsrain@suse.cz
- call mkinitd and zipl after disk activation in running system in
order to have the disks activated also after reboot (#181085)
- 2.13.15
* Tue May 23 2006 jsrain@suse.cz
- updated error messages for ZFCP disk activation (#159552)
- 2.13.14
* Thu May 18 2006 mskibbe@suse.de
- Bug #155407 - Yast: Installation doesn't recognize partition on FBA VDISK
* Wed May 10 2006 ihno@use.de
- Write config values in correct order and activate XPRAM (#161352)
- Correct the use of the force-option. (#161363)
- 2.13.13
* Thu May 04 2006 locilka@suse.cz
- merged texts from proofreading
* Wed Apr 26 2006 jsrain@suse.de
- fixed reporting errors when activating a zFCP disk, enhanced
help texts (#159552)
- 2.13.12
* Tue Apr 25 2006 jsrain@suse.de
- fixed activating of zFCP disks (#159555) (hare)
- 2.13.11
* Mon Apr 24 2006 ihno@suse.de
- fixed update of sysconfig-file (#161352)
- added force option to handle XPRAM which contains
valid data. (#161363)
* Thu Apr 20 2006 ug@suse.de
- Fix ZFCP disk display (#159555 - LTC22544)
- Display and filter DASD on lcss 1 correctly
(#152915 - LTC21934)
- 2.13.9
* Wed Apr 19 2006 ug@suse.de
- fixed some cloning stuff for DASD and ZFCP for
autoyast
- 2.13.8
* Thu Mar 23 2006 locilka@suse.cz
- Replacing UI::Glyph(`CheckMark) with _("Yes") in UI (#145602)
- 2.13.7
* Fri Mar 17 2006 jsrain@suse.de
- allow DASD and zFCP disks configuration clonning (#153378)
- fixed displaying dump devices (#149978)
- 2.13.6
* Fri Mar 10 2006 locilka@suse.cz
- merged texts from proofreading
- 2.13.5
* Thu Mar 09 2006 jsrain@suse.de
- fixed adding zFCP disks (#151832)
- adapted BuildRequires
- 2.13.4
* Wed Feb 22 2006 jsrain@suse.de
- fixed creating dump device (#148661)
- 2.13.3
* Sat Feb 18 2006 ihno@suse.de
- Add Warning message for adding SAN-devices (Feature 300437)
* Thu Feb 09 2006 ihno@suse.de
- initial version of XPRAM
* Mon Jan 23 2006 jsrain@suse.cz
- fixed reading DASD disks (#144298)
- 2.13.1
* Wed Jan 11 2006 jsrain@suse.cz
- added clients to be called during installation (keep the left
progress steps)
- 2.13.0
* Wed Oct 05 2005 jsrain@suse.cz
- added filtering to the zFCP disks dialog (#81867)
* Mon Oct 03 2005 jsrain@suse.cz
- display zFCP LUN as 16-digit hexa number (#118430)
- allow to keep the the DASD label when formatting (#57598)
* Tue Apr 19 2005 jsrain@suse.cz
- added preliminary support for dump devices configuration
* Thu Nov 18 2004 jsrain@suse.cz
- using dasdview to detect if a DASD disk is formatted (#42986)
* Fri Nov 05 2004 jsrain@suse.cz
- fixed problems when formatting >26 DASDs (#47699)
* Wed Oct 27 2004 jsrain@suse.cz
- adapted to new Mode:: interface
- 2.11.1
* Mon Oct 11 2004 jsrain@suse.cz
- adapted to new Arch:: interface
* Mon Sep 06 2004 jsrain@suse.cz
- ask for confirmation before formatting the DASD disks (#44376)
* Fri Sep 03 2004 jsrain@suse.cz
- added GetModified and SetModified functions to _auto clients
* Tue May 04 2004 jsrain@suse.cz
- merged texts from proofreading
- 2.9.5
* Mon May 03 2004 jsrain@suse.cz
- added autoinstallation support for DASD disks (#39806)
- displaying all required information for DASD disks (#39806)
- allow to set the DIAG mode on 31-bit S390 (#39806)
- 2.9.4
* Thu Apr 29 2004 jsrain@suse.cz
- activate zfcp adapter before activating any disk of it (#39339)
- offer DASD disks setup on mixed (DASD+ZFCP) system (#39338)
- added AI support for ZFCP disks
- added help texts
- 2.9.3
* Fri Apr 02 2004 jsrain@suse.de
- changed license to GPL
- 2.9.2
* Wed Mar 17 2004 jsrain@suse.cz
- added comments for translators
* Fri Mar 12 2004 jsrain@suse.de
- added support for DASD disks formatting
- 2.9.1
* Thu Mar 11 2004 jsrain@suse.de
- fixed detection of unconfigured DASD disks
* Wed Mar 10 2004 jsrain@suse.de
- added checking of DASD-only/zFCP-only/mixed system
- removed filter support fro zFCP disks
- fixed .spec file (use ExclusiveArch)
- fixed parameters of dasd_configure script
- better defaults for new ZFCP disk, combo box for channels
- adapted to changed structure of hwinfo's output
* Mon Mar 08 2004 jsrain@suse.de
- initial version
- 2.9.0