Author: jpo
Update of /cvs/extras/rpms/perl-Text-WikiFormat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12667/devel
Modified Files: .cvsignore sources Added Files: perl-Text-WikiFormat.spec Log Message: auto-import perl-Text-WikiFormat-0.76-2 on branch devel from perl-Text-WikiFormat-0.76-2.src.rpm
--- NEW FILE perl-Text-WikiFormat.spec --- Name: perl-Text-WikiFormat Version: 0.76 Release: 2%{?dist} Summary: Translate Wiki formatted text into other formats
Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Text-WikiFormat/ Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/Text-WikiFormat-%%7Bversion%7D... BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildRequires: perl BuildRequires: perl(Module::Build) BuildRequires: perl(URI::Escape) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description The original Wiki web site had a very simple interface to edit and to add pages. Its formatting rules are simple and easy to use. They are also easy to translate into other, more complicated markup languages with this module. It creates HTML by default, but can produce valid POD, DocBook, XML, or any other format imaginable.
%prep %setup -q -n Text-WikiFormat-%{version}
%build %{__perl} Build.PL installdirs=vendor ./Build
%install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 chmod -R u+w $RPM_BUILD_ROOT/*
%check mv t/0-signature.t t/0.signature.t.skip ./Build test
%clean rm -rf $RPM_BUILD_ROOT
%files %defattr(-,root,root,-) %doc ARTISTIC Changes GPL README %{perl_vendorlib}/Text/ %{_mandir}/man3/*.3*
%changelog * Thu Sep 1 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.76-2 - Disabled the signature test.
* Fri Aug 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.76-1 - First build.
Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-WikiFormat/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Sep 2005 12:09:08 -0000 1.1 +++ .cvsignore 1 Sep 2005 12:09:42 -0000 1.2 @@ -0,0 +1 @@ +Text-WikiFormat-0.76.tar.gz
Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-WikiFormat/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Sep 2005 12:09:08 -0000 1.1 +++ sources 1 Sep 2005 12:09:42 -0000 1.2 @@ -0,0 +1 @@ +70bc20c8d058bf64df24e384d36748d1 Text-WikiFormat-0.76.tar.gz
scm-commits@lists.fedoraproject.org