File courseware-6200.spec of Package courseware-6200
Name: courseware-6200
Summary: Get Ready for Open Source: SUSE Linux Enterprise Desktop Book 1
Version: 1
Release: 1
Url: http://ocw.novell.com/suse-linux-enterprise-desktop/get-ready-for-open-source-suse-linux-enterprise
Vendor: openSUSE-Education
Group: System Environment/Documentation
License: Creative Commons Attribution-NonCommercial-ShareAlike 2.5 license.
Source0: %{name}.tar.bz2
Source1: novell.png
Source2: %{name}_schoolbook.desktop
Source3: %{name}_instructor.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: update-desktop-files
ExcludeArch: ia64 ppc64 s390x s390 ppc
BuildArch: noarch
%description
The Get Ready for Open Source: SUSE Linux Enterprise Desktop (Book 1) course
(6200) is targeted at an intermediate school level (ages 10-14) introducing
students to the fundamental skills of using the SUSE Linux Enterprise Desktop
software. It is the first in a series of courses focused on preparing students
to take part in a Linux open source development project.
This course teaches students the following topics and skills that help them
understand the basics of using a Linux desktop:
* Understand the Concept of Open Source Software
o The Historical Development of UNIX
o The Development of Linux
o Installation of SUSE Linux Enterprise Desktop 10
* Understand the GUI Environment
o Overview of the Linux Desktop
o Use the GNOME Desktop Environment
o Use the KDE Desktop Environment
* Use Open Source Tools
o Use Firefox
o Use OpenOffice.org
o Work with Spreadsheets
o Create Formulas using Math
o Work with Presentations
o Draw Images Using Draw
o Use Gaim (Instant Messaging and Chat)
o Use Evolution (Email and Collaboration Software)
o Use Gimp to Manipulate Images
o Enable Multimedia (Sound Mixing, Music, and Movies)
%prep
%setup -q -n %{name}
%build
%install
%__install -dm 755 %{buildroot}%{_datadir}/doc/%name
%__cp -r * %{buildroot}%{_datadir}/doc/%name/
# create desktop entries
%{__mkdir_p} %{buildroot}%{_datadir}/{applications,pixmaps}
%{__install} -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
%suse_update_desktop_file -i %{name}_schoolbook
%suse_update_desktop_file -i %{name}_instructor
# entry for susehelp
mkdir -p %{buildroot}%{_datadir}/susehelp/meta/%name
%{__install} -m 644 %{SOURCE2} %{buildroot}%{_datadir}/susehelp/meta/%name/
%{__install} -m 644 %{SOURCE3} %{buildroot}%{_datadir}/susehelp/meta/%name/
%clean
%__rm -rf %{buildroot}
%files
%defattr(-, root, root)
%dir %_datadir/doc/%name
%dir %{_datadir}/susehelp
%dir %{_datadir}/susehelp/meta
%dir %{_datadir}/susehelp/meta/%name
%_datadir/doc/%name
%{_datadir}/susehelp/meta/%name
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%changelog