Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 6ac31ba6d1f274e50eb430ba38dcdd1b > files > 2

perl-Text-WikiFormat-0.79-1mdv2008.0.src.rpm

%define module   Text-WikiFormat
%define name	perl-%{module}
%define version 0.79

Name: 		%{name}
Version: 	%{version}
Release:        %mkrel 1
Summary:	Module for translating Wiki formatted text into other formats
License:	GPL or Artistic
Group:		Development/Perl
Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Text/%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{module}
%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
BuildRequires:  perl(URI)
BuildArch:      noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Text::WikiFormat converts text in a simple Wiki markup language to whatever
your little heart desires, provided you can describe it accurately in a
semi-regular tag language.

%prep
%setup -q -n %{module}-%{version}

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

%check
%{__make} test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes README
%{perl_vendorlib}/Text
%{_mandir}/man3/*



%changelog
* Sun Jul 01 2007 Michael Scherer <misc@mandriva.org> 0.79-1mdv2008.0
+ Revision: 46490
- 0.79

* Sun May 06 2007 Olivier Thauvin <nanardon@mandriva.org> 0.78-2mdv2008.0
+ Revision: 23638
- rebuild


* Fri Apr 28 2006 Nicolas Lécureuil <neoclust@mandriva.org> 0.78-2mdk
- Fix SPEC according to Perl Policy
	- BuildRequires
	- Source URL

* Sat Apr 01 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.78-1mdk
- New release 0.78

* Mon Nov 28 2005 Guillaume Rousse <guillomovitch@mandriva.org> 0.77-1mdk
- New release 0.77
- spec cleanup
- don't ship empty directories
- don't need to remove signature check

* Fri Nov 04 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.76-2mdk
- Fix BuildRequires

* Sat Oct 01 2005 misc@mandriva.org 0.76-1mdk
- First mandriva package