rpms/perl-p5-Palm/F-11 import.log, NONE, 1.1 perl-p5-Palm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Wed Jun 17 20:32:09 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-p5-Palm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32029/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-p5-Palm.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-p5-Palm-1_009-2_fc11:F-11:perl-p5-Palm-1.009-2.fc11.src.rpm:1245270674


--- NEW FILE perl-p5-Palm.spec ---
Name:           perl-p5-Palm
Version:        1.009
Release:        2%{?dist}
Summary:        Palm OS utility functions
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/p5-Palm/
Source0:        http://www.cpan.org/authors/id/B/BD/BDFOY/p5-Palm-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides functions and handlers to manipulate files used
by Palm PDAs (AddressBook, ToDo, Memo, ...).

%prep
%setup -q -n p5-Palm-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
cp -r %{_builddir}/p5-Palm-%{version}/examples $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/

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 FAQ LICENSE README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_bindir}/pdbdump
%{_mandir}/man1/pdbdump.1.gz

%changelog
* Tue Jun 16 2007 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.009-2
- Enable tests
- Add examples directory to %doc

* Mon Jun 11 2007 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.009-1
- Specfile autogenerated by cpanspec 1.70.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-p5-Palm/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Jun 2009 16:39:08 -0000	1.1
+++ .cvsignore	17 Jun 2009 20:31:39 -0000	1.2
@@ -0,0 +1 @@
+p5-Palm-1.009.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-p5-Palm/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Jun 2009 16:39:08 -0000	1.1
+++ sources	17 Jun 2009 20:31:39 -0000	1.2
@@ -0,0 +1 @@
+919c8f52aa98eec1abccb5d944dab4ab  p5-Palm-1.009.tar.gz




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