Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > 0fe49c1ac49677d86113958a8d4d6c62 > files > 2

perl-Spork-0.210.0-3.mga2.src.rpm

%define upstream_name    Spork
%define upstream_version 0.21

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 3

Summary:    Slide Presentations (Only Really Kwiki)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Kwiki)
BuildRequires: perl(Kwiki::Cache)
BuildRequires: perl(Spoon)
BuildArch: noarch

%description
Spork lets you create HTML slideshow presentations easily. It comes with a
sample slideshow. All you need is a text editor, a browser and a topic.

Spork allows you create an entire slideshow by editing a single file called
'Spork.slides' (by default). Each slide is created using a minimal markup
language similar to the syntax used in Kwiki wikis.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_bindir}/spork
%{_mandir}/man1/*
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Thu Dec 01 2011 shlomif <shlomif> 0.210.0-3.mga2
+ Revision: 174961
- Add CGI to the BuildRequires: - it is required.
- Normalized the files section
- imported package perl-Spork


* Fri Nov 18 2011 cpan2dist 0.21-1mga
- initial mageia release, generated with cpan2dist