Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 823765c76885edc6cef4738ae9b32a0b > files > 1

leabook-20030811-3mdk.src.rpm

%define name leabook
%define version 20030811
%define release 3mdk

Summary: LEA's documentations
Summary(fr): La documention de lea
Name: %{name}
Version: %{version}
Release: %{release}
Source0: leabook_html.tar.bz2
License: FDL
Group: Books/Computer books
Url: http://lea-linux.org/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Requires:  webclient

%description
"Linux entre amis" (linux friendly) is a web site for Linux newbies.
It offers documentation, a forum and an IRC channel.
This package contains the documentation available on the web site.
Beware, only French inside !

%description -l fr
Linux entre amis est un site dédié au débutants sous Linux. Il propose
des documentations en ligne, des forums et un canal IRC.
Ce package contient les documentations disponibles sur le site.

%prep
%setup -q -n leabook_html

%build
rm -f doc-leabook-html-1.0.tar.bz2

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p %buildroot%_bindir
mkdir -p %buildroot%_menudir

cat > %buildroot%_bindir/%name <<EOF
#!/bin/bash

# Olivier Thauvin <thauvin@aerov.jussieu.fr>
# Script to show the leabook
# Package: %name-%version-%release

[ -n "\$BROWSER" ] && \$BROWSER %_defaultdocdir/%name-%version/index.html &

EOF

chmod 755 %buildroot%_bindir/%name

cat > %buildroot%_menudir/%name <<EOF
?package(%{name}):\
command="%_bindir/%name" \
title="LeaBook" \
longtitle="The Fabulous Lea Book" \
needs="x11" \
section="More applications/Documentation" \
icon="documentation_section.png"

EOF

%post
%{update_menus}

%postun
%{clean_menus}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc %lang(fr) *
%_bindir/%name
%_menudir/%name

%changelog
* Tue Mar 02 2004 Pascal Terjan <pterjan@mandrake.org> 20030811-3mdk
- Fix description

* Tue Mar 02 2004 Olivier Thauvin <thauvin@aerov.jussieu.fr> 20030811-2mdk
- Add menu entry
- Smouuuutch Anne :)

* Mon Aug 11 2003 Olivier Thauvin <thauvin@aerov.jussieu.fr> 20030811-1mdk
- first spec