Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 8a7db0560db4c06e21b9c1ffeb1b4dbf > files > 3

prosper-online-0.1-2mdk.src.rpm

%define name	prosper-online
%define version	0.1
%define release	2mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Prosper-style presentation HTML converter
Group:		Publishing
License:	GPL
URL:		http://perso.club-internet.fr/albannay/prosper/prosper-online/
Source:		http://perso.club-internet.fr/albannay/prosper/prosper-online/%{name}.tar.bz2
Patch0:		%{name}-%{version}.path.patch.bz2
Patch1:		%{name}-%{version}.detex.patch.bz2
Requires:	tetex-latex
Requires:	tetex-dvips
Requires:	ImageMagick
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-buildroot

%description
Prosper-online (in conjunction with Prosper-make) allows you to make your
Prosper presentation available for consultation from the Web.

Prosper-online offers you several options to customize the visual aspect of the
html output:

    * differents styles are provided,
    * the presentation can be in color or in black & with,
    * incremental display can be enabled or disabled,
    * possibility to add a caption at the bottom of every slide,
    * slides can have the size that you want.

%prep
%setup -q -n %{name}
%patch0
%patch1
find . -name .*.swp -exec rm -f {} \;

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
install -m 755 generate-online $RPM_BUILD_ROOT%{_bindir}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}
cp -ar online-templates $RPM_BUILD_ROOT%{_datadir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS BUGS Changelog COPYING example.tex README
%{_bindir}/generate-online
%{_datadir}/%{name}

%changelog
* Thu May 06 2004 Guillaume Rousse <guillomovitch@mandrake.org> 0.1-2mdk
- rediff patch0
- detex patch

* Thu May 06 2004 Guillaume Rousse <guillomovitch@mandrake.org> 0.1-1mdk
- first mdk release