rpms/perl-Text-Diff-Parser/F-11 import.log, NONE, 1.1 perl-Text-Diff-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Thu Sep 24 07:46:33 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32286/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Text-Diff-Parser.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Text-Diff-Parser-0_1001-1_fc11:F-11:perl-Text-Diff-Parser-0.1001-1.fc11.src.rpm:1253778406


--- NEW FILE perl-Text-Diff-Parser.spec ---
Name:           perl-Text-Diff-Parser
Version:        0.1001
Release:        1%{?dist}
Summary:        Parse patch files containing unified and standard diffs
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-Diff-Parser/
Source0:        http://www.cpan.org/authors/id/G/GW/GWYN/Text-Diff-Parser-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Text::Diff::Parser parses diff files and patches. It allows you to access
the changes to a file in a standardized way, even if multiple patch
formats are used.

%prep
%setup -q -n Text-Diff-Parser-%{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

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/*

%changelog
* Fri Sep 11 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.1001-1
- Update to 0.1001 which includes Source1

* Wed Sep 09 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.1000-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Sep 2009 04:35:20 -0000	1.1
+++ .cvsignore	24 Sep 2009 07:46:32 -0000	1.2
@@ -0,0 +1 @@
+Text-Diff-Parser-0.1001.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Sep 2009 04:35:20 -0000	1.1
+++ sources	24 Sep 2009 07:46:33 -0000	1.2
@@ -0,0 +1 @@
+913c3853a2808acb737f98381c120b5d  Text-Diff-Parser-0.1001.tar.gz




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