92600ac
Name:           perl-Text-WikiFormat
8485e4e
Version:        0.79
21144d9
Release:        4%{?dist}
92600ac
Summary:        Translate Wiki formatted text into other formats
92600ac
92600ac
Group:          Development/Libraries
e304b28
License:        GPL+ or Artistic
92600ac
URL:            http://search.cpan.org/dist/Text-WikiFormat/
92600ac
Source0:        http://www.cpan.org/authors/id/C/CH/CHROMATIC/Text-WikiFormat-%{version}.tar.gz
92600ac
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
92600ac
92600ac
BuildArch:      noarch
92600ac
BuildRequires:  perl(Module::Build)
92600ac
BuildRequires:  perl(URI::Escape)
0cb3cb1
BuildRequires:  perl(Scalar::Util) >= 1.14
92600ac
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
5e22c17
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
92600ac
92600ac
%description
92600ac
The original Wiki web site had a very simple interface to edit and to
92600ac
add pages.  Its formatting rules are simple and easy to use.  They are
92600ac
also easy to translate into other, more complicated markup languages
92600ac
with this module.  It creates HTML by default, but can produce valid
92600ac
POD, DocBook, XML, or any other format imaginable.
92600ac
92600ac
92600ac
%prep
92600ac
%setup -q -n Text-WikiFormat-%{version}
92600ac
92600ac
92600ac
%build
92600ac
%{__perl} Build.PL installdirs=vendor
92600ac
./Build
92600ac
92600ac
92600ac
%install
92600ac
rm -rf $RPM_BUILD_ROOT
92600ac
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
92600ac
chmod -R u+w $RPM_BUILD_ROOT/*
92600ac
92600ac
92600ac
%check
0cb3cb1
PERL_RUN_ALL_TESTS=1 ./Build test
92600ac
92600ac
92600ac
%clean
92600ac
rm -rf $RPM_BUILD_ROOT
92600ac
92600ac
92600ac
%files
92600ac
%defattr(-,root,root,-)
92600ac
%doc ARTISTIC Changes GPL README
92600ac
%{perl_vendorlib}/Text/
8485e4e
%{_mandir}/man3/*.3pm*
92600ac
92600ac
92600ac
%changelog
21144d9
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.79-4
21144d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
21144d9
02bf590
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.79-3
02bf590
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
02bf590
6429747
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.79-2
6429747
Rebuild for new perl
6429747
8485e4e
* Fri Jun 29 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.79-1
8485e4e
- Update to 0.79.
8485e4e
0cb3cb1
* Fri Mar 31 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.78-1
0cb3cb1
- Update to 0.78.
0cb3cb1
5e22c17
* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.77-2
5e22c17
- Rebuild for FC5 (perl 5.8.8).
5e22c17
81ee333
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.77-1
81ee333
- Update to 0.77.
81ee333
92600ac
* Thu Sep  1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.76-2
92600ac
- Disabled the signature test.
92600ac
92600ac
* Fri Aug 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.76-1
92600ac
- First build.