rpms/perl-Pod-Abstract/F-11 perl-Pod-Abstract.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Jun 22 11:36:47 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Pod-Abstract/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3657

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Pod-Abstract.spec 
Log Message:
* Mon Jun 08 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.17-2
- fix rpmlint warnings



--- NEW FILE perl-Pod-Abstract.spec ---
Name:           perl-Pod-Abstract
Version:        0.17
Release:        2%{?dist}
Summary:        Abstract document tree for Perl POD documents
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Pod-Abstract/
Source0:        http://www.cpan.org/authors/id/B/BL/BLILBURNE/Pod-Abstract-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(IO::String)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
POD::Abstract provides a means to load a POD (or POD compatible) document
without direct reference to it's syntax, and perform manipulations on the
abstract syntax tree.

%prep
%setup -q -n Pod-Abstract-%{version}
chmod 644  lib/Pod/Abstract/Filter/*.pm 

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_bindir}/paf
%{_mandir}/man1/paf.1.gz

%changelog
* Mon Jun 08 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.17-2
- fix rpmlint warnings

* Thu Jun 04 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.17-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pod-Abstract/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Jun 2009 15:01:56 -0000	1.1
+++ .cvsignore	22 Jun 2009 11:36:15 -0000	1.2
@@ -0,0 +1 @@
+Pod-Abstract-0.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pod-Abstract/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Jun 2009 15:01:57 -0000	1.1
+++ sources	22 Jun 2009 11:36:16 -0000	1.2
@@ -0,0 +1 @@
+414ed18145c1d8a73269d46de62c78a3  Pod-Abstract-0.17.tar.gz




More information about the Fedora-perl-devel-list mailing list