File yast2-slide-show.spec of Package yast2-slide-show
#
# spec file for package yast2-slide-show (Version 2.17.13)
#
# 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
# icecream 0
Name: yast2-slide-show
Version: 2.17.13
Release: 2
License: GPL v2 or later
Group: Metapackages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-slide-show-2.17.13.tar.bz2
Prefix: /usr
BuildRequires: docbook_4 gnome-doc-utils pkgconfig sgml-skel yast2-devtools
BuildArch: noarch
Summary: YaST2 - Slide Show
%description
The slide show displayed during package installation with YaST2.
Authors:
--------
Siegfried Olschner
Martin Sommer
Stefan Hundhammer
%package SuSELinux
License: GPL v2 or later
Summary: YaST2 - Slide Show (SuSE Linux)
Group: Metapackages
%description SuSELinux
The slide show displayed during package installation with YaST2.
Authors:
--------
Siegfried Olschner
Martin Sommer
Stefan Hundhammer
%package SLES
License: GPL v2 or later
Summary: YaST2 - Slide Show (Enterprise Server)
Group: Metapackages
%description SLES
A slide show displayed during package installation with YaST2.
Authors:
--------
Siegfried Olschner
Martin Sommer
Stefan Hundhammer
%package SLED
License: GPL v2 or later
Summary: YaST2 - Slide Show (SUSE Linux Enterprise Desktop)
Group: Metapackages
%description SLED
The slide show displayed during package installation with YaST2.
Authors:
--------
Kelli Frame <kframe@novell.com>
%prep
%setup -n yast2-slide-show-2.17.13
%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}
./tools/check_utf-8
# on OS use the openSUSE logo everywhere; see # 216562
%if %suse_version >= 1020
for f in SuSELinux/txt/*/01*.rtf; do
sed -i 's/01_welcome.png/02_opensuse.png/' $f
done
%endif
%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
# Get rid of README files etc. auto-created by yast2-devtools
# (but useless for this special package)
/bin/rm -rf ${RPM_BUILD_ROOT}/usr/share/doc/packages/yast2-slide-show
# Get rid of test environment during autobuild
/bin/rm -rf ${RPM_BUILD_ROOT}/usr/share/YaST2/clients/slide-show.ycp
/bin/rm -rf ${RPM_BUILD_ROOT}/usr/share/YaST2/modules/SlideTester.ycp
%clean
rm -rf "$RPM_BUILD_ROOT"
%files SuSELinux
%defattr(-,root,root)
%dir /SuSE
%dir /SuSE/SuSE
%dir /SuSE/SuSE/CD1
%dir /SuSE/SuSE/CD1/suse
%dir /SuSE/SuSE/CD1/suse/setup
%dir /SuSE/SuSE/CD1/suse/setup/slide
/SuSE/SuSE/CD1/suse/setup/slide/*
%files SLES
%defattr(-,root,root)
%dir /SuSE
%dir /SuSE/SuSE-SLES
%dir /SuSE/SuSE-SLES/CD1
%dir /SuSE/SuSE-SLES/CD1/suse
%dir /SuSE/SuSE-SLES/CD1/suse/setup
%dir /SuSE/SuSE-SLES/CD1/suse/setup/slide
/SuSE/SuSE-SLES/CD1/suse/setup/slide/*
%files SLED
%defattr(-,root,root)
%dir /SuSE
%dir /SuSE/SuSE-SLED
%dir /SuSE/SuSE-SLED/CD1
%dir /SuSE/SuSE-SLED/CD1/suse
%dir /SuSE/SuSE-SLED/CD1/suse/setup
%dir /SuSE/SuSE-SLED/CD1/suse/setup/slide
/SuSE/SuSE-SLED/CD1/suse/setup/slide/*
%changelog
* Thu Dec 04 2008 ke@suse.de
- V.2.17.13:
- Update German translation from suse-i18n SVN done by Jannick Kuhr;
bnc#455973.
* Thu Nov 20 2008 ke@suse.de
- V.2.17.12:
- Update openSUSE translations.
* Mon Nov 17 2008 ke@suse.de
- V.2.17.11:
- SLED: Fix syntax; #444907.
- openSUSE: Do not mention RealPlayer; reported by Michael Loeffler
(bnc#445174).
* Wed Nov 12 2008 ke@suse.de
- V.2.17.10:
- SLED 11: Fix wording, courtesy by Guy Lunardi.
* Fri Nov 07 2008 ke@suse.de
- V.2.17.8:
- Update openSUSE translations.
* Wed Nov 05 2008 ke@suse.de
- V.2.17.7:
- Update SLED 11 contents, courtesy by Stefan Behlert.
* Mon Nov 03 2008 ke@suse.de
- V.2.17.6:
- Fix wording; bnc#439101 reported by Carlos Robinson.
- Update translations.
* Fri Oct 24 2008 ke@suse.de
- V.2.17.5
- Fix wording; bnc#384788.
* Fri Oct 24 2008 ke@suse.de
- V.2.17.4
- Update some translations.
* Wed Oct 22 2008 ke@suse.de
- V.2.17.3
- Update slide-show text by Joe 'Zonker' Brockmeier; bnc#384788.
* Thu Jun 26 2008 ke@suse.de
- V.2.17.2
- Update translations.
- Improve some images (jimmacfx).
* Fri Jun 06 2008 ke@suse.de
- V.2.16.11
- Update translations.
* Fri Jun 06 2008 ke@suse.de
- V.2.16.10
- Update translations.
* Fri Jun 06 2008 ke@suse.de
- V.2.16.9
- Update translations.
* Mon May 26 2008 ke@suse.de
- V.2.16.8
- Update translations.
* Mon May 19 2008 ke@suse.de
- V.2.16.7
- Update translations.
* Fri May 16 2008 ke@suse.de
- V.2.16.6
- Update translations.
* Fri May 09 2008 ke@suse.de
- V.2.16.5
- Update translations.
* Mon May 05 2008 ke@suse.de
- V.2.16.4
- Update translations.
* Fri May 02 2008 ke@suse.de
- V.2.16.3
- Update translations.
* Mon Apr 28 2008 ke@suse.de
- V.2.16.2
- Update translations.
* Fri Apr 25 2008 ke@suse.de
- V.2.16.1
- Update translations.
* Mon Apr 14 2008 ke@suse.de
- V.2.16.0
- Update slideshow.xml for openSUSE 11.0
- Update translations from suse-i18n lcn.
* Mon Mar 17 2008 sh@suse.de
- Version bump: V 2.16.1
* Fri Sep 21 2007 ke@suse.de
- V.1.15.16:
- Update sk.
* Mon Sep 17 2007 ke@suse.de
- V.1.15.15:
- Update de, el, and km.
* Thu Sep 13 2007 ke@suse.de
- V.1.15.14:
- Update el, fi, pt_BR, and ru.
* Fri Sep 07 2007 ke@suse.de
- V.1.15.13:
- Update el, hu, km, and sk.
* Thu Aug 30 2007 ke@suse.de
- V.1.15.12:
- Update el, pt_BR, and km.
* Mon Aug 27 2007 ke@suse.de
- Enable km again; update other translations.
* Sun Aug 26 2007 ke@suse.de
- Remove km temporarily because of encoding issues.
* Fri Aug 24 2007 ke@suse.de
- V.1.15.9:
- Update or newly add cs, fi, nl, pa, pl, sk, and uk.
* Mon Aug 20 2007 ke@suse.de
- V.2.15.8:
- Update en_GB, fr, lt, pl, and ru.
- Add sk.
* Fri Aug 17 2007 ke@suse.de
- V.2.15.6:
- Update da, hu, and km; Enable da.
* Mon Aug 13 2007 ke@suse.de
- V.2.15.5:
- Update en en_GB de el hu it km nb pt ru uk zh_TW; remove the other
highly incomplete translations.
* Wed Aug 08 2007 ke@suse.de
- V.2.15.4:
- Re-worked text, thanks to Sabine Soellheim.
- Revert patch by coolo (2007-07-25); set icecream 0 instead.
* Fri Jul 06 2007 ke@suse.de
- V.2.15.3:
- Update translation; new languages: el, en_GB, and hr.
* Tue Jun 05 2007 ke@suse.de
- V.2.15.2:
- Use desktop agnostic slideshow artwork for openSUSE installation
provided by Jakub Steiner [#267884.]
* Fri Apr 27 2007 ke@suse.de
- V.2.15.1:
- For SuSELinux, add translation related files and process based on
xml2po.
* Mon Apr 16 2007 ke@suse.de
- Rename one "11_" slide to "12_".
* Tue Mar 27 2007 ke@suse.de
- V.2.15.0:
- Increase openSUSE version number.
* Wed Mar 14 2007 ke@suse.de
- V. 2.14.5:
- Disable all translations for now.
* Mon Nov 20 2006 ke@suse.de
- V. 2.14.4:
- Update: hu.
* Fri Nov 17 2006 ke@suse.de
- V. 2.14.3.
- Update: de
* Fri Nov 17 2006 ke@suse.de
- V. 2.14.2.
- Update: hu
- Checked for merge SP1-Branch -> trunk:
No merge intended (10.2 slides are different from SLE slides!)
- V 2.14.1
* Fri Nov 10 2006 ke@suse.de
- V. 2.13.31
- Update: bg, da, it, pl, and pt_BR.
* Mon Nov 06 2006 ke@suse.de
- V. 2.13.30
- Update de, es, fr, it, ja, km, lt, nb, zh_CN, and zh_TW.
* Thu Nov 02 2006 ke@suse.de
- V. 2.13.29
- Use the openSUSE logo everywhere; see bug # 216562.
* Fri Oct 27 2006 ke@suse.de
- V. 2.13.27
- Update cs, da, de, fi, hu, km, lt, nl, ru, and uk.
* Fri Oct 20 2006 ke@suse.de
- V. 2.13.27
- Add new languages: lt and sv.
- Update the other languages.
* Mon Oct 02 2006 ke@suse.de
- V. 2.13.26
- Add new languages: da, et, and ru.
- Update the other languages.
* Mon Aug 21 2006 ke@suse.de
- V. 2.13.25
- New slide on documentation.
* Thu Aug 03 2006 ke@suse.de
- V. 2.13.24
- Update for SL 10.2 alpha3.
* Fri Jun 23 2006 ke@suse.de
- V. 2.13.23
- Update de, es, fr, it, ja, pt_BR, zh_CN, and zh_TW.
* Mon Jun 19 2006 ke@suse.de
- Update cs, pl, and it for SLED.
* Fri Jun 09 2006 ke@suse.de
- V. 2.13.21
- Languages for SLED were wrongly checked in; English was in German,
etc.
- Update fi.
* Thu Jun 08 2006 ke@suse.de
- V. 2.13.20
- Update fi and hu.
* Thu Jun 08 2006 ke@suse.de
- V 2.13.19
- New product name.
- New name for slide 10.
* Thu Jun 01 2006 ke@suse.de
- V 2.13.18
- Add translations from LCN/DOC SVN.
* Thu May 18 2006 sh@suse.de
- V 2.13.17
- Fixed bug #174804: SLED slide show icons
* Tue May 09 2006 ke@suse.de
- Update to 2.13.16.
* Tue May 09 2006 sh@suse.de
- Added SLED slide show
* Fri Apr 21 2006 ke@suse.de
- Update to 2.13.15.
- Update: ja.
* Wed Apr 12 2006 ke@suse.de
- Update to 2.13.14.
- Update: pl.
* Mon Apr 10 2006 ke@suse.de
- Update to 2.13.13.
- Update: km.
* Fri Apr 07 2006 sh@suse.de
- V 2.13.12
* Fri Apr 07 2006 jw@suse.de
- made firefox-logo (SuSELinux/pic/03_connect.png) compliant with
the mozilla foundation guidelines. Fixes Bug # 163979
* Thu Apr 06 2006 ke@suse.de
- Update to 2.13.11.
- Update: sl.
* Fri Mar 24 2006 ke@suse.de
- Update to 2.13.10.
- Update: fi pl pt.
* Wed Mar 22 2006 ke@suse.de
- Update to 2.13.9.
- Add uk.
- Update km.
- Enable slide 12 for all languages.
* Mon Mar 13 2006 ke@suse.de
- Update to 2.13.8.
- Update: hu.
* Mon Mar 06 2006 ke@suse.de
- Update to 2.13.7.
- Update: km.
* Mon Feb 13 2006 ke@suse.de
- Update to 2.13.6:
- Updated languages: de es fi fr it ja pl pt_BR zh_CN zh_TW.
* Mon Feb 06 2006 ke@suse.de
- Update to 2.13.5:
- Updated languages: pt.
- Add km for real.
* Fri Feb 03 2006 ke@suse.de
- Update to 2.13.4:
- New language: km.
- Updated languages: sl, hu, nl, cs, and nb.
* Mon Jan 30 2006 ke@suse.de
- New English text; remove no. 12.
- All translations are incomplete at the moment
- V 2.13.3
* Tue Dec 06 2005 sh@suse.de
- Added pkgconfig to neededforbuild
- V 2.13.2
* Fri Sep 09 2005 sh@suse.de
- New SuSE logo in slide show by Ken
- V 2.12.7
* Wed Sep 07 2005 sh@suse.de
- Fixed bug #115589 (no slide show translations)
- V 2.12.6
* Fri Sep 02 2005 sh@suse.de
- New translations from ke
- New pics
- V 2.12.5
* Thu Sep 01 2005 sh@suse.de
- V 2.12.4
- New translations from ke
* Tue Aug 09 2005 visnov@suse.cz
- Fix security and devel pictures
- V 2.12.3
* Fri Aug 05 2005 visnov@suse.cz
- Updated the slideshow (English only)
- removed the translations
- V 2.12.2
* Tue Apr 05 2005 sh@suse.de
- Merged 9.3 branch to trunk
- V 2.12.1
* Wed Mar 23 2005 sh@suse.de
- Typo fix by ip / sigi for cs/txt/06_graphics.txt
- V 2.11.7
* Mon Mar 21 2005 sh@suse.de
- New sl texts by afaber
- V 2.11.6
* Thu Mar 17 2005 sh@suse.de
- V 2.11.5
- (Ken) fixed all texts
* Wed Mar 16 2005 sh@suse.de
- V 2.11.4
- New en texts by ken (proof-read by rwalter)
* Mon Mar 14 2005 jsrain@suse.cz
- Added texts for most of the languages
- 2.11.3
* Wed Mar 09 2005 sh@suse.de
- V 2.11.2
- (Ken) Added missing pic
* Mon Mar 07 2005 sh@suse.de
- First 9.3 pics and texts by Ken
- V 2.11.1
* Wed Sep 29 2004 sh@suse.de
- V 2.10.6
- New cs texts by sigi
* Mon Sep 27 2004 sh@suse.de
- V 2.10.5
- Updated texts + pics by cnieman
* Mon Sep 13 2004 sh@suse.de
- V 2.10.4
- New pic by cnieman
- New texts by cnieman
* Mon Sep 06 2004 sh@suse.de
- V 2.10.3
- New pic by cnieman
- New texts by cnieman: sl, en, ja, nl, no, sk
* Tue Aug 31 2004 sh@suse.de
- V 2.10.2
- First real pics and en/de texts by cnieman
* Mon Aug 23 2004 sh@suse.de
- V 2.10.1
- Removed all old texts and pics (now obsolete)
- New preliminary texts and pics for new slide show testing by cnieman
* Mon Apr 05 2004 sh@suse.de
- V 2.9.7
- (sigi/cnieman) added ru texts
* Fri Apr 02 2004 sh@suse.de
- License change to GPL
* Thu Apr 01 2004 sh@suse.de
- V 2.9.5
- New fr, it, sv texts by sigi
* Wed Mar 31 2004 sh@suse.de
- V 2.9.4
- New bg texts by sigi
- Some new pics by sigi
* Tue Mar 30 2004 sh@suse.de
- V 2.9.3
- Added es, hu, ja, nl texts by cnieman
- Renamed dk -> da - wrong ISO lang code (use lang, not country)
- Some new pics by sigi
* Mon Mar 22 2004 sh@suse.de
- V 2.9.3
- Added dk, no texts by cnieman
* Mon Mar 22 2004 sh@suse.de
- Correctly named Czech cs, not cz (cz is the country, lang is cs)
* Fri Mar 19 2004 sh@suse.de
- V 2.9.2
- New en, cz texts by sigi
* Tue Mar 16 2004 sh@suse.de
- V 2.9.1
- First version for 9.1: New images by sigi, new de texts by cnieman
* Mon Sep 22 2003 sh@suse.de
- V 2.8.14
- Typo fixes for Hungarian (sigi)
* Mon Sep 22 2003 sh@suse.de
- V 2.8.13
- New Swedish texts by afaber
* Fri Sep 19 2003 visnov@suse.de
- Fixes for Slovak
* Wed Sep 17 2003 sh@suse.de
- V 2.8.11
- Texts for Hungarian (sigi)
* Tue Sep 16 2003 sh@suse.de
- V 2.8.10
- Fixed bug #30831 (sigi): Old GIMP screen shot
- Fixed bug #30829 (sigi): Epiphany instead of Galeon in GNOME slide
* Mon Sep 15 2003 msvec@suse.cz
- Galeon -> Epiphany
- 2.8.9
* Wed Sep 10 2003 visnov@suse.de
- New texts for sk
* Mon Sep 08 2003 sh@suse.de
- V 2.8.8
- New texts for bg, fr, it, nl from sigi
* Fri Sep 05 2003 sh@suse.de
- V 2.8.7
- New images from sigi
* Fri Aug 29 2003 sh@suse.de
- V 2.8.6
- New Czech texts from Klara Cihlarova <cihlarov@suse.cz>
* Thu Aug 28 2003 sh@suse.de
- V 2.8.5
- Updated German texts from cnieman: Fix for bug #29495 (typos)
* Fri Aug 22 2003 sh@suse.de
- V 2.8.4
- New English texts (also used as fallback for nonexistent langs)
* Thu Aug 21 2003 sh@suse.de
- V 2.8.3
- New slide show images by sigi
- New German texts by sigi
- Removed all other texts (now obsolete)
- Waiting for English texts as fallback for all non-German users
until the final texts will arive
* Mon Jun 23 2003 sh@suse.de
- Own toplevel directories in .spec file for abuild
* Mon Jun 23 2003 sh@suse.de
- Delete unpackaged test environment in .spec file
* Tue Jun 10 2003 sh@suse.de
- V 2.8.2
- Fixed RPM-4 build problems: Files installed, but not packaged
* Tue Mar 18 2003 sh@suse.de
- V 2.7.12
- Some fixes in it texts by jj/afaber/Gaetano
* Mon Mar 17 2003 sh@suse.de
- V 2.7.11
- Added texts for sk (Slovak) by visnov@suse.cz
* Mon Mar 17 2003 sh@suse.de
- V 2.7.10
- New images: mainactor with movie clip, kdevelop rather than
qt-designer
* Mon Mar 17 2003 sh@suse.de
- New images by Ken
* Mon Mar 17 2003 sh@suse.de
- V 2.7.9
- Rearranged slides (rhaidl)
- Changed some de texts (rhaidl)
* Fri Mar 14 2003 arvin@suse.de
- fixed encoding in two german texts (bug #25267)
- added utf-8 check script
* Fri Mar 14 2003 sh@suse.de
- V 2.7.7
- New texts for cs
- Fixed testsuite build problems (EXTRA_DIST)
* Thu Mar 13 2003 sh@suse.de
- V 2.7.6
- New texts for it
* Thu Mar 13 2003 sh@suse.de
- V 2.7.5
- New texts for fr, es, hu
* Mon Mar 10 2003 sh@suse.de
- V 2.7.4
- New texts / images by jj
* Mon Mar 03 2003 sh@suse.de
- New texts / images by jj
- V 2.7.3
* Wed Jan 29 2003 sh@suse.de
- Changed install paths for easier autobuild cooperation
- V 2.7.2
* Wed Jan 22 2003 msvec@suse.de
- handle more slide-shows as subpackages
- 2.7.1
* Fri Sep 06 2002 sh@suse.de
- V 2.6.4
- Fixed spanish texts (sigi)
* Fri Sep 06 2002 sh@suse.de
- V 2.6.3
- New slide images by sigi
* Tue Aug 13 2002 sh@suse.de
- V 2.6.2
- English texts back from proof reading
- Reordered slides due to RJW's suggestions
* Fri Aug 02 2002 arvin@suse.de
- don't pack CVS dirs
- reduced neededforbuild
* Mon Jul 29 2002 msvec@suse.cz
- migrated to new cvs, use auto*, bugfixes
- 2.6.0
* Tue Mar 26 2002 sh@suse.de
- V 2.5.10
- Fixed bug #15157: wrong background grey in slides
* Mon Mar 25 2002 sh@suse.de
- V 2.5.9
- Czech typo fixes
- New screen shot - fix for #15467 (de/en language mix)
* Sat Mar 23 2002 kukuk@suse.de
- V 2.5.8: Fix typo in german support text [Bug #15410]
* Tue Mar 19 2002 sh@suse.de
- V 2.5.7: Hungarian texts have arrived at last (msommer@suse.de)
* Mon Mar 18 2002 sh@suse.de
- V 2.5.6: New fr texts, ja back from proofrading (msommer@suse.de)
- disabled hu texts - no response from Hungarian translators yet
* Fri Mar 15 2002 sh@suse.de
- V 2.5.5: New images my wimer@suse.de
* Wed Mar 13 2002 kendy@suse.cz
- v. 2.5.4: New Czech texts.
* Tue Mar 12 2002 sh@suse.de
- V 2.5.3
(msommer): New nl, sv, ja texts
* Fri Mar 01 2002 sh@suse.de
- V 2.5.2
(msommer): New en, it texts
* Thu Feb 28 2002 sh@suse.de
- V 2.5.1
(msommer): New German texts
* Tue Oct 09 2001 sh@suse.de
- V 2.4.8
(msommer + sh): Fixed bug #11645: Bad Hungarian chars in slide show
* Wed Sep 26 2001 sh@suse.de
- V 2.4.7
- New pic for Linux boxes (English version)
* Wed Sep 26 2001 mfabian@suse.de
- V 2.4.6
- included fixes for Japanese translations by <tiwai@suse.de>
* Tue Sep 25 2001 mfabian@suse.de
- V 2.4.5
- added Japanese translations
* Mon Sep 24 2001 sh@suse.de
- V 2.4.4
- Fixed bug #10803: No czech slide show; moved cz -> cs
- Minor corrections in de texts by msommer
* Fri Sep 21 2001 sh@suse.de
- V 2.4.3
- New texts for 12_platform
- Fixed bug #11138: German advertising of Firewall CD wrong
(msommer)
* Thu Sep 20 2001 sh@suse.de
- Added CZ
- V 2.4.2
* Tue Sep 18 2001 sh@suse.de
- Images (almost) final
- V 2.4.1
* Mon Sep 03 2001 sh@suse.de
- Initial version