rpms/perl-Pod-PseudoPod-LaTeX/F-11 import.log, NONE, 1.1 perl-Pod-PseudoPod-LaTeX.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gerd Pokorra gerd at fedoraproject.org
Sat Feb 6 09:39:32 UTC 2010


Author: gerd

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Pod-PseudoPod-LaTeX.spec 
Log Message:
upload the initial sources for the F-11 brunch



--- NEW FILE import.log ---
perl-Pod-PseudoPod-LaTeX-1_000-2_fc12:F-11:perl-Pod-PseudoPod-LaTeX-1.000-2.fc12.src.rpm:1265448943


--- NEW FILE perl-Pod-PseudoPod-LaTeX.spec ---
Name:           perl-Pod-PseudoPod-LaTeX
Version:        1.000
Release:        2%{?dist}
Summary:        Pod::PseudoPod::LaTeX Perl module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Pod-PseudoPod-LaTeX/
Source0:        http://www.cpan.org/modules/by-module/Pod/Pod-PseudoPod-LaTeX-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(IO::String)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Pod::PseudoPod) >= 0.15
BuildRequires:  perl(Test::More) >= 0.60
Requires:       perl(Pod::PseudoPod) >= 0.15
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module is a Pod::PseudoPod subclass, itself a Pod::Simple subclass. This
means that this is a full-fledged POD parser.

%prep
%setup -q -n Pod-PseudoPod-LaTeX-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0

%{_fixperms} $RPM_BUILD_ROOT%{_bindir}/ppod2latex

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/Pod::PseudoPod::LaTeX.3pm.gz
%{_bindir}/ppod2latex

%changelog
* Fri Jan 22 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.000-2
- changed back to share the ownership of the directorys Pod and Pod/PseudoPod
- this is removed: BuildRequires: perl >= 1:v5.6.2

* Thu Jan 21 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.000-1
- some wildcards are replaced by explizit file names
- scripts directory removed from document files
- ppod2latex added to files section
- the description needed correction
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pod-PseudoPod-LaTeX/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Feb 2010 04:17:50 -0000	1.1
+++ .cvsignore	6 Feb 2010 09:39:31 -0000	1.2
@@ -0,0 +1 @@
+Pod-PseudoPod-LaTeX-1.000.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Pod-PseudoPod-LaTeX/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Feb 2010 04:17:50 -0000	1.1
+++ sources	6 Feb 2010 09:39:31 -0000	1.2
@@ -0,0 +1 @@
+1009516b6281538960fae00b4e0ac363  Pod-PseudoPod-LaTeX-1.000.tar.gz



More information about the scm-commits mailing list